orthecreedence / cl-async

Asynchronous IO library for Common Lisp.
MIT License
272 stars 40 forks source link

cl-async-test do not search for libssl.so.1.1 and above #170

Open montaropdf opened 4 years ago

montaropdf commented 4 years ago

Hi,

I am trying to install cl-async-test from quicklisp and get the following error:

Unable to load any of the alternatives:
   ("libssl.so.1.0.0" "libssl.so.0.9.8" "libssl.so"
    "libssl.so.4")
   [Condition of type CFFI:LOAD-FOREIGN-LIBRARY-ERROR]

On my system the libssl libraries and symlinks are:

/usr/lib/libssl.so.1.1
/usr/lib/libssl.so.1.1.1d
/usr/lib/libssl3.so
/usr/lib64/.libssl.so.1.0.2o.hmac
/usr/lib64/.libssl.so.1.1.1d.hmac
/usr/lib64/.libssl.so.1.1.hmac
/usr/lib64/.libssl.so.10.hmac
/usr/lib64/libssl.so.1.0.2o
/usr/lib64/libssl.so.1.1
/usr/lib64/libssl.so.1.1.1d
/usr/lib64/libssl.so.10
/usr/lib64/libssl3.so

Are the test suite supposed to work with those versions of libssl?

My system: Fedora Linux 31 64bit

Regards,

Roland.