You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 17, 2026. It is now read-only.
On my machine, (ql:quickload :qtwebkit) results with:
Unable to load foreign library (QTNETWORK).
Error opening shared object "/home/phoe/.roswell/lisp/quicklisp/dists/quicklisp/software/qt-libs-20180711-git/standalone/qtlibs!QtNetwork.so":
/usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.2: version `OPENSSL_1.0.0' not found (required by /home/phoe/.roswell/lisp/quicklisp/dists/quicklisp/software/qt-libs-20180711-git/standalone/qtlibs!QtNetwork.so).
[Condition of type CFFI:LOAD-FOREIGN-LIBRARY-ERROR]
libssl1.0.0 is not even provided on debian sid anymore due to its age and was replaced with libssl1.0.2 which I have installed by default.
On my machine,
(ql:quickload :qtwebkit)results with:libssl1.0.0is not even provided on debian sid anymore due to its age and was replaced withlibssl1.0.2which I have installed by default.