I am trying to install GSLL in SBCL. When I type
(ql:quickload "gsll-tests")
I get the following error message
(CFFI::FL-ERROR "Unable to load foreign library (~A).~% ~A" #:LIBRARY-818 "Error opening shared object "libffi.so": libffi.so: cannot open shared object file: No such file or directory.")
I have just installed the latest version of libffi, and libffi.so exists and is located at:
/usr/local/lib/libffi.so
Thank you!
Laurence
This an enduring problem with determination of library location. See the "Installation note" advice at the bottom of http://repo.or.cz/w/fsbv.git.
Liam
On Sat, Jul 2, 2011 at 3:30 PM, Laurence Aitchison < laurence.aitchison@gmail.com> wrote:
I am trying to install GSLL in SBCL. When I type
(ql:quickload "gsll-tests")
I get the following error message
(CFFI::FL-ERROR "Unable to load foreign library (~A).~% ~A" #:LIBRARY-818 "Error opening shared object "libffi.so": libffi.so: cannot open shared object file: No such file or directory.")
I have just installed the latest version of libffi, and libffi.so exists and is located at:
/usr/local/lib/libffi.so
Thank you!
Laurence
GSLL-devel mailing list GSLL-devel@common-lisp.net http://lists.common-lisp.net/cgi-bin/mailman/listinfo/gsll-devel