
26 Nov
2005
26 Nov
'05
4 p.m.
edgardenny@comcast.net wrote:
I get the following error trying to load cl-sql-mysql with sbcl (and something similar with cmucl): [...] WARNING: Error opening shared object "/usr/lib/clsql/clsql_mysql.so": libmysqlclient.so.15: cannot open shared object file: No such file or directory.
The problem is that clsql_mysql.so gets linked to libmysqlclient.so.15, but the package doesn't require this file. I'll fix this on the new upload. Kevin