I had a similar problem on a couple of our Linux boxes. This happened right after we installed Sybase.<br><br>The culprit was, the /etc/ld.so.conf file was empty. The Sybase installation erased these files for some reason. I put back the entries in the file and everything was OKAY.
<br><br>Here is how my /etc/ld.so.conf file looks like<br><br>/lib<br>/usr/lib<br>/usr/X11R6/lib<br>/usr/kerberos/lib<br>/usr/local/lib<br>/usr/X11R6/lib<br>/usr/lib/qt-3.1/lib<br>/usr/lib/mysql<br>