Sorry, this is a shell command, you need to log in to your server. Also I'm not sure about the path, it could be different on your system. This command should print you something like

libmysqlclient.so.10 => /usr/lib/mysql/libmysqlclient.so.10 (0x4000b000)
libc.so.6 => /lib/i686/libc.so.6 (0x40048000)
libz.so.1 => /usr/lib/libz.so.1 (0x40184000)
libcrypt.so.1 => /lib/libcrypt.so.1 (0x40192000)
libnsl.so.1 => /lib/libnsl.so.1 (0x401bf000)
libm.so.6 => /lib/i686/libm.so.6 (0x401d6000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)

It's important that libmysqlclient.so.* points to the right library,
rpm -qf /usr/lib/mysql/libmysqlclient.so.YOUR_VERSION
should print you
mysql-4.0.1.2-*


Vernon wrote:

I'm sorry I have no idea what that means.

"Marek Kilimajer" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...

try
ldd /usr/lib/php4/mysql.so





--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to