libmysqlpp.so.1

Trouble during PacsOne Server installations
Post Reply
guest
libmysqlpp.so.1

Post by guest » Fri Mar 04, 2005 6:08 pm

While trying to install Pacsone 2.1.3 on Linux I get the following error:
/usr/local/pacsone/Setup.exe: error while loading shared libraries: libmysqlpp.so.1: cannot open shared object file: No such file or directrory

I have checked that libmysqlpp.so.1 exists, it resides in /usr/local/lib and is a symbolic link to /usr/local/lib/libmysqlpp.so.1.0.0.

Here are the details of the server:

Redhat Fedore Core 2, kernel 2.6.5-1.358
Mysql 3.23.58

Anyideas?

Thanks

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

Post by pacsone » Fri Mar 04, 2005 6:43 pm

Run the following command:

# ldd Setup.exe

If LDD cannot find libmysqlpp.so library but it's present in /usr/local/lib, you will need to rebuild your LD cache to include the /usr/local/lib directory:

# ldconfig -n /usr/local/lib

or add /usr/local/lib to your /etc/ld.so.conf file.

Post Reply