How to install libmysqlclient.so.15 ?
Posted: Sun May 08, 2011 12:06 am
I have a debian 5 (64, amd_64) with LiveCode Server.
It's working fine.
I've added a MySQL DB. The DB is working, through external client.
However, within my irev file, I got the error message : "revdberr,invalid database type"
I did a ldd on the file dbmysql.so (in /extensions)
libstdc++.so.6 => /usr/lib32/libstdc++.so.6 (0xb760d000)
libmysqlclient.so.15 => not found
libc.so.6 => /lib32/libc.so.6 (0xb74bb000)
libm.so.6 => /lib32/libm.so.6 (0xb7497000)
/lib/ld-linux.so.2 (0xb770f000)
libgcc_s.so.1 => /usr/lib32/libgcc_s.so.1 (0xb7489000)
Again... another lib missing. It drives me nuts.
How could I install this lib in /usr/lib32 ?
It's working fine.
I've added a MySQL DB. The DB is working, through external client.
However, within my irev file, I got the error message : "revdberr,invalid database type"
I did a ldd on the file dbmysql.so (in /extensions)
libstdc++.so.6 => /usr/lib32/libstdc++.so.6 (0xb760d000)
libmysqlclient.so.15 => not found
libc.so.6 => /lib32/libc.so.6 (0xb74bb000)
libm.so.6 => /lib32/libm.so.6 (0xb7497000)
/lib/ld-linux.so.2 (0xb770f000)
libgcc_s.so.1 => /usr/lib32/libgcc_s.so.1 (0xb7489000)
Again... another lib missing. It drives me nuts.
How could I install this lib in /usr/lib32 ?