Re: Hunchentoot in SBCL on Intel OS X



Hey,

I'm not sure if this helps you out with SBCL, but Bill Clementson has
one post where he dealt with libssl.so and OpenMCL problems. Maybe this
will give some ideas:

http://bc.tech.coop/blog/061013.html

Rgds,
Viljo

erk wrote:
Thanks to all for the responses to my Intel OS X newbie topic earlier.
Based on recommendations, I'm trying Hunchentoot on SBCL, and running
into a few issues. Any comments would be appreciated. Is there another
sbcl-specific group besides sbcl-devel I could post this to?

The below happen whether I use asdf or asdf-install (although with
asdf-install I need to skip a number of gpg checks - or at least I
chose to take the minor risk to get to the good stuff faster.)


1.
...
debugger invoked on a CFFI:LOAD-FOREIGN-LIBRARY-ERROR:
Unable to load foreign library: /usr/lib/libssl.so

Type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL.

restarts (invokable by number or by possibly-abbreviated name):
0: [RETRY ] Try loading the foreign library again.
1: [USE-VALUE] Use another library instead.
...

At this point, I can simply specify ("/usr/lib/libssl.dylib") for
USE-VALUE, and all is well. Is there a better way?


.



Relevant Pages