Upgrade problem-libmysqlpp.so.2 => not found

Trouble during PacsOne Server installations
Post Reply
glong
Posts:6
Joined:Fri Jun 06, 2008 2:38 pm
Upgrade problem-libmysqlpp.so.2 => not found

Post by glong » Sat Oct 31, 2009 1:54 pm

Hello,
I am trying to upgrade from pacsone-5.1.4-Linux-x86_64 to pacsone-6.2.1-Linux-x86_64. When running the Setup.exe I keep getting:

Code: Select all

/Setup.exe: error while loading shared libraries: libmysqlpp.so.2: cannot open shared object file: No such file or directory
I am running Centos 5.3, and have all the prereq software installed

Code: Select all

httpd-2.2.3-22.el5.centos.2, mysql-server-5.0.77-3.el5,php-5.1.6-23.2.el5_3
I went to the mysql++ website and installed the rpms , however the library is still not found.

Code: Select all

[root@host pacsone]# locate libmysqlpp.so
/home/old_pacsone/mysql/.libs/libmysqlpp.so.1.0.0
/home/pacsone/mysql/.libs/libmysqlpp.so.1.0.0
/home/pacsone/mysql/.libs/libmysqlpp.so.2.3.2
/usr/lib/libmysqlpp.so
/usr/lib/libmysqlpp.so.3
/usr/lib/libmysqlpp.so.3.0.9
/usr/local/lib/libmysqlpp.so
/usr/local/lib/libmysqlpp.so.1
/usr/local/lib/libmysqlpp.so.1.0.0
Any help would be greatly appreciated.

pacsone
Site Admin
Posts:3149
Joined:Tue Sep 30, 2003 2:47 am

Post by pacsone » Sat Oct 31, 2009 3:50 pm

For the upgrade, you need to run the install.sh, but not the Setup.exe directory from the directory where PacsOne is installed:

Code: Select all

#./install.sh
The install.sh will setup all the required libraries including the libmysqlpp.so.2.

Post Reply