Re: dlopen failure on sbcl/macosx
Harald Hanche-Olsen <[email protected]>
| Newsgroups | gmane.lisp.clsql.general |
|---|---|
| Message-ID | <[email protected]> |
+ "Sean Charles" <[email protected]>: > Yes, I use CLSQL on OSX 10.5.8 with SBCL 1.0.30 with no problems. > It is an intel powered Mac by the way, I forgot to mention that! I too am on 10.5.8, and SBCL 1.0.31.32. On Intel. > I had *some* issues regarding it (SBCL)finding the location of > the mysql client libraries which I detailed here: > > http://objitsu.com/blog/2009/10/21/cl-sql-and-mysql-on-os-x/ > > If you can't be bothered to read my wittering, No problem, they are perfectly clear. However, my problem is with loading (clearly not with finding) a library created and put there by clsql itself! It hasn't got around to looking for other libraries yet. > essentially my path of least resistance solution was to set the > DYLD_LIBRARY_PATH environment variable to "/sw/lib/mysql" *BEFORE* > installing clsql via asdf-install. Okay. I don't use fink, but I do use macports, and I'll probably have to set the variable myself. Thank you for your suggestions. But I am still stuck. - Harald