PDA

View Full Version : Insatallation Error


jvswan
09-23-2006, 01:54 PM
Hello:

I am working through the installation, running into problems and sorting them out. I'm on my fifth round and I came up with an error that I cannot resolve and I can't find another similar issue on the forum. If anyone has a suggestion, I would really appreciate it.

===== Running Setup =====
/usr/local/dsm/bin/php: error while loading shared libraries: libmysqlclient.so.14: cannot open shared object file: No such file or directory
FATAL: Setup failed!

TIA

LeeJ
09-25-2006, 09:41 AM
send in a ticket.

Paul
09-25-2006, 11:31 AM
Hello:

I am working through the installation, running into problems and sorting them out. I'm on my fifth round and I came up with an error that I cannot resolve and I can't find another similar issue on the forum. If anyone has a suggestion, I would really appreciate it.

===== Running Setup =====
/usr/local/dsm/bin/php: error while loading shared libraries: libmysqlclient.so.14: cannot open shared object file: No such file or directory
FATAL: Setup failed!

TIA

Removing the php and mysql rpms cleared up things.
rpm -e `rpm -qa | grep -i mysql` --nodeps
rpm -e `rpm -qa | grep php` --nodeps
rpm -e dsm-system
sh dsminstall

Paul