How do you load those libraries? No hints about their versions? Even better, have you tried using quicklisp? Works for me on OS X and Ubuntu/x86_64<br><br>$ ecl<br>;;; Loading "/Users/jjgarcia/quicklisp/setup.lisp"<br>

;;; Loading #P"/Users/jjgarcia/lib/ecl-11.1.1/cmp.fas"<br>;;; Loading #P"/Users/jjgarcia/lib/ecl-11.1.1/asdf.fas"<br>ECL (Embeddable Common-Lisp) 11.1.1<br>Copyright (C) 1984 Taiichi Yuasa and Masami Hagiya<br>

Copyright (C) 1993 Giuseppe Attardi<br>Copyright (C) 2000 Juan J. Garcia-Ripoll<br>ECL is free software, and you are welcome to redistribute it<br>under certain conditions; see file 'Copyright' for details.<br>Type :h for Help.  <br>

Top level.<br>> (ql:quickload "sqlite")<br>To load "sqlite":<br>  Load 1 ASDF system:<br>    sqlite<br>; Loading "sqlite"<br><br>("sqlite")<br>> (ql:quickload "hunchentoot")<br>

To load "hunchentoot":<br>  Load 1 ASDF system:<br>    hunchentoot<br>; Loading "hunchentoot"<br><br>("hunchentoot")<br><br><br><div class="gmail_quote">On Wed, Jan 19, 2011 at 8:42 PM, Antony <span dir="ltr"><<a href="mailto:lisp.linux@gmail.com">lisp.linux@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Coincidentally I tried downloading, building ECL today (hadn't seen the<br>
11.1.1 announcement). After a couple of hiccups I got it to work. This<br>
is the first time I have tried to use ECL seriously.<br>
I am using (trying to) cl-sqlite and hunchentoot among others. With both<br>
of them the libs are not getting loaded<br>
<br>
I get error<br>
An error occurred during initialization:<br>
Unable to load any of the alternatives:<br>
    ("libssl.so.0.9.8" "libssl.so" "libssl.so.4"); Evaluation aborted on<br>
#<a CFFI:LOAD-FOREIGN-LIBRARY-ERROR>.<br>
<br>
<br>
An error occurred during initialization:<br>
Unable to load any of the alternatives:<br>
    ("libsqlite3.so.0" "libsqlite3.so"); Evaluation aborted on #<a<br>
CFFI:LOAD-FOREI..<br>
<br>
I know those libs are present and they work, cause so far I have been<br>
using clozure CL 64 bit.<br>
<br>
Here is my environment<br>
<br>
$ ecl<br>
ECL (Embeddable Common-Lisp) 11.1.1<br>
...<br>
 > *features*<br>
<br>
(:LINUX :FORMATTER :LONG-LONG :UINT64-T :UINT32-T :UINT16-T<br>
  :RELATIVE-PACKAGE-NAMES :LONG-FLOAT :UNICODE :CLOS-STREAMS :CMU-FORMAT<br>
:UNIX<br>
  :ECL-PDE :DLOPEN :CLOS :THREADS :BOEHM-GC :ANSI-CL :COMMON-LISP<br>
  :IEEE-FLOATING-POINT :PREFIXED-API :FFI :X86_64 :COMMON :ECL)<br>
<br>
uname -a<br>
Linux xed01 2.6.35.10-74.fc14.x86_64 #1 SMP Thu Dec 23 16:04:50 UTC 2010<br>
x86_64 x86_64 x86_64 GNU/Linux<br>
<br>
What can I do?<br>
-Antony<br>
<br>
------------------------------------------------------------------------------<br>
Protect Your Site and Customers from Malware Attacks<br>
Learn about various malware tactics and how to avoid them. Understand<br>
malware threats, the impact they can have on your business, and how you<br>
can protect your company and customers by using code signing.<br>
<a href="http://p.sf.net/sfu/oracle-sfdevnl" target="_blank">http://p.sf.net/sfu/oracle-sfdevnl</a><br>
_______________________________________________<br>
Ecls-list mailing list<br>
<a href="mailto:Ecls-list@lists.sourceforge.net">Ecls-list@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/ecls-list" target="_blank">https://lists.sourceforge.net/lists/listinfo/ecls-list</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>Instituto de Física Fundamental, CSIC<br>c/ Serrano, 113b, Madrid 28006 (Spain) <br><a href="http://juanjose.garciaripoll.googlepages.com" target="_blank">http://juanjose.garciaripoll.googlepages.com</a><br>