[Openmcl-devel] SSL_load_error_strings
R. Matthew Emerson
rme at clozure.com
Mon Jun 22 19:30:38 PDT 2009
On Jun 22, 2009, at 9:13 PM, Patrick May wrote:
> I'm using drakma to call out to a REST API. It works fine on my
> laptop under OSX but gives the error:
>
> Can't resolve foreign symbol "SSL_load_error_strings"
>
> on a CentOS box. OpenSSL is installed. What else do I need to
> configure?
That's not much error context, so it's hard to say.
Do you get similar results when doing the following?
Welcome to Clozure Common Lisp Version 1.3-r12003M (LinuxX8632)!
? (open-shared-library "libssl.so")
#<SHLIB libssl.so.6 #x149EDE2E>
? (external "SSL_load_error_strings")
#<EXTERNAL-ENTRY-POINT "SSL_load_error_strings" (#xF7B23B50) libssl.so.
6 #x149ECF86>
?
More information about the Openmcl-devel
mailing list