NextPrevUpTopContentsIndex

20.8.2 Location of OPENSSL

Since OPENSSL is not a standard on all machines yet, the location of the library or libraries varies. By default, ensure-ssl looks at the locations shown in .

 

 

Operating System

Libraries

Linux

/usr/lib/libssl.so

Windows

libeay32.dll libssl32.dll

Solaris

libcrypto.so libssl.so

Mac OS X

/usr/lib/libssl.dylib

Others

nil

On machines where the path is unknown or is incorrect, you must set the path. Do this by calling set-ssl-library-path , or by passing the path as the library-path argument to ensure-ssl .


LispWorks User Guide - 8 Apr 2005

NextPrevUpTopContentsIndex