Re: How CLSQL finds and loads foreign libraries
Edi Weitz <[email protected]> Wed, 08 Jun 2005 20:09:42 +0200
| Newsgroups | gmane.lisp.clsql.devel,gmane.lisp.uffi.devel |
|---|---|
| Message-ID | <[email protected]> |
On Wed, 8 Jun 2005 11:00:45 -0600, Kevin Rosenberg <kevin-HJRc7zDS/[email protected]> wrote: > On my first attempt on the above platform using ia32 processor, I > get the error that "mysql64.so" can't be found. This appears to be > due to the last line in the definition for > *clsql-mysql-library-candidate-names*. Are you testing on a 64-bit > system or do you have the mysql.so in your CLSQL source directory? Yes, sorry, that's a typical copy-and-paste bug and it should be "mysql" not "mysql64". I don't have a 64-bit system, I just didn't encounter this bug because I left mysql.so where it was created so the second to last item applied. Sorry, Edi.