Re: [CLSQL-Devel] How CLSQL finds and loads foreign libraries

Kevin Rosenberg <kevin-HJRc7zDS/[email protected]> Wed, 8 Jun 2005 11:00:45 -0600
Newsgroups gmane.lisp.uffi.devel,gmane.lisp.clsql.devel
Message-ID <[email protected]>
Edi Weitz wrote:
> OK, here's my first attempt.  With these patches I was able to load
> successfully the following combinations:
> [...]
>   MySQL, Linux, AllegroCL

Thanks for the patch, Edi. The UFFI patch looks straightforward and
I've committed it. I've started reviewing and testing the CLSQL patch.

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?

I'm continuing my review.

Best,

Kevin