NextPrevUpTopContentsIndex

22.8.2 Loading the OpenSSL libraries

Since OpenSSL is not a standard on all machines yet, the location of the library or libraries varies. By default, ensure-ssl loads libraries as shown in .

 

 

Operating System

Libraries

Linux

-lssl

Windows

libeay32.dll libssl32.dll

Solaris

-lssl

Mac OS X

-lssl

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 - 11 Mar 2008

NextPrevUpTopContentsIndex