On Wed, 2007-07-18 at 00:45 +0100, Luís Oliveira wrote:
Since cffi-features:unix is present on *features* when running on MacOS X, load-foreign-library will pick that :unix clause. The way to fix this is add a (:darwin "libsslwhatever.dylib") clause before the :unix one.
A more portable alternative would be instead to say:
(:unix (:or "libssl.so.0.9.8" (:default "libssl")))