On Wed, 11 Apr 2007 21:24:50 -0400, Tamas K Papp <[EMAIL PROTECTED]> wrote:
> Is there a way to load a library on Linux without specifying the > exact library path (eg finding it using ld.so.conf, etc)? SYS::LOAD-OBJECT-FILE should do it unless there have been recent changes. UFFI does that and there's a long thread on clsql-devel from 2005 beginning with this message http://article.gmane.org/gmane.lisp.clsql.devel/265 that eventually ends with a patch from me which does what you want. HTH, Edi.
