• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Boost C++ Libraries : error while loading shared libraries

T

TFaLCoN

Guest
PRODUCT: Parrallels Plesk Panel
VERSION: 10.4.4 CentOS 5 1013111102.18 (cat /usr/local/psa/version)
MICROUPDATE:
OPERATING SYSTEM:
ARCHITECTURE:
Linux server.****** 2.6.18-028stab099.3 #1 SMP Wed Mar 7 15:20:22 MSK 2012 i686 i686 i386 GNU/Linux
CentOS release 5.8 (Final)
Linux version 2.6.18-028stab099.3 (root@rhel5-build-x64) (gcc version 4.1.2 20080704 (Red Hat 4.1.2-46)) #1 SMP Wed Mar 7 15:20:22 MSK 2012
centos-release-5-8.el5.centos

PROBLEM DESCRIPTION:

My Plesk Control Panel https://x.x.x.x:8443 hosted on a VPS environment display a '500 - Internal Server Error'.

This is caused since i have installed a new version of the Boost C++ Libraries.

The error generated by sw-cp-server is:

Code:
# tail -f /var/log/sw-cp-server/error_log
2012-05-29 20:53:37: (mod_fastcgi.c.1012) If this is PHP on Gentoo add fastcgi to the USE flags 
2012-05-29 20:53:37: (mod_fastcgi.c.1105) [ERROR]: spawning fcgi failed. 
/usr/bin/sw-engine-cgi: error while loading shared libraries: libboost_filesystem.so.2: cannot open shared object file: No such file or directory
2012-05-29 20:53:55: (mod_fastcgi.c.1000) the fastcgi-backend /usr/bin/sw-engine-cgi -c /usr/local/psa/admin/conf/php.ini -d auto_prepend_file=auth.php3 -u psaadm failed to start: 
2012-05-29 20:53:55: (mod_fastcgi.c.1004) child exited with status 127 /usr/bin/sw-engine-cgi -c /usr/local/psa/admin/conf/php.ini -d auto_prepend_file=auth.php3 -u psaadm 
2012-05-29 20:53:55: (mod_fastcgi.c.1007) if you try do run PHP as FastCGI backend make sure you use the FastCGI enabled version.
You can find out if it is the right one by executing 'php -v' and it should display '(cgi-fcgi)' in the output, NOT (cgi) NOR (cli)
For more information check http://www.lighttpd.net/documentation/fastcgi.html#preparing-php-as-a-fastcgi-program 
2012-05-29 20:53:55: (mod_fastcgi.c.1012) If this is PHP on Gentoo add fastcgi to the USE flags 
2012-05-29 20:53:55: (mod_fastcgi.c.1105) [ERROR]: spawning fcgi failed. 

# /usr/bin/sw-engine-cgi -c /usr/local/psa/admin/conf/php.ini -d auto_prepend_file=auth.php3 -u psaadm
/usr/bin/sw-engine-cgi: error while loading shared libraries: libboost_filesystem.so.2: cannot open shared object file: No such file or directory

STEPS TO REPRODUCE

To start clean, i've deleted all files listed in:

Code:
# find / -iname '*boost*'

Code:
# rpm -e --nodeps boost boost-devel

Then install the Boost C++ Libraries using yum:

Code:
# yum install boost boost-devel

However, this installs the old Version 1.33.1-15.el5

Now i've installed this version, and lot of files have been added in /usr/lib i show only the libboost_filesystem below:

Code:
-rwxr-xr-x   1 root root       92368 Feb 23 00:26 libboost_filesystem.a
lrwxrwxrwx   1 root root          29 May 29 21:06 libboost_filesystem.so -> libboost_filesystem.so.1.33.1
-rwxr-xr-x   1 root root       60444 Feb 23 00:26 libboost_filesystem.so.1.33.1
lrwxrwxrwx   1 root root          29 May 29 21:05 libboost_filesystem.so.2 -> libboost_filesystem.so.1.33.1

As u can see libboost_filesystem.so.2 is a symbolic link, but now it exists.

Lets make sure, and restart Plesk Control Panel:

Code:
# service psa restart

Now, for some reason its try to load libboost_system.so.1.41.0 , while we had libboost_filesystem.so.2 before :

Code:
# tail -f /var/log/sw-cp-server/error_log
/usr/bin/sw-engine-cgi: error while loading shared libraries: libboost_system.so.1.41.0: cannot open shared object file: No such file or directory
2012-05-29 21:09:42: (mod_fastcgi.c.1000) the fastcgi-backend /usr/bin/sw-engine-cgi -c /usr/local/psa/admin/conf/php.ini -d auto_prepend_file=auth.php3 -u psaadm failed to start: 
2012-05-29 21:09:42: (mod_fastcgi.c.1004) child exited with status 127 /usr/bin/sw-engine-cgi -c /usr/local/psa/admin/conf/php.ini -d auto_prepend_file=auth.php3 -u psaadm 
2012-05-29 21:09:42: (mod_fastcgi.c.1007) if you try do run PHP as FastCGI backend make sure you use the FastCGI enabled version.
You can find out if it is the right one by executing 'php -v' and it should display '(cgi-fcgi)' in the output, NOT (cgi) NOR (cli)
For more information check http://www.lighttpd.net/documentation/fastcgi.html#preparing-php-as-a-fastcgi-program 
2012-05-29 21:09:42: (mod_fastcgi.c.1012) If this is PHP on Gentoo add fastcgi to the USE flags 
2012-05-29 21:09:42: (mod_fastcgi.c.1105) [ERROR]: spawning fcgi failed. 
2012-05-29 21:09:42: (mod_fastcgi.c.3511) all handlers for  /index.php on .php are down.

# /usr/bin/sw-engine-cgi -c /usr/local/psa/admin/conf/php.ini -d auto_prepend_file=auth.php3 -u psaadm
/usr/bin/sw-engine-cgi: error while loading shared libraries: libboost_system.so.1.41.0: cannot open shared object file: No such file or directory

It seems that yum have not installed boost-system since there are no libboost_system* files in /usr/lib

When i try to install this package it says at the end 'No package boost-system available.':

Code:
# yum install boost-system

At this point i think the best way to solve this is to remove everything again and install it from source.

Since plesk is requesting for a file of version 1.41, i download this one:

Code:
# wget http://sourceforge.net/projects/boost/files/boost/1.41.0/boost_1_41_0.tar.bz2/download
# tar -xvf boost_1_41_0.tar.bz2
# cd boost_1_41_0
# ./bootstrap.sh
# ./bjam
# ./bjam install

It seems it put the libraries in /usr/local/lib instead of /usr/lib:

Code:
# cd /usr/local/lib
# cp libboost_* /usr/lib

Code:
export LD_LIBRARY_PATH=/usr/local/lib/:$LD_LIBRARY_PATH

Code:
ldconfig /usr/local/lib

Lets make sure, and restart Plesk Control Panel:

Code:
# service psa restart

And again it fails but with the error we had first with libboost_filesystem.so.2 :

Code:
# tail -f /var/log/sw-cp-server/error_log
2012-05-29 23:20:42: (log.c.75) server started 
/usr/bin/sw-engine-cgi: error while loading shared libraries: libboost_filesystem.so.2: cannot open shared object file: No such file or directory
2012-05-29 23:20:46: (mod_fastcgi.c.1000) the fastcgi-backend /usr/bin/sw-engine-cgi -c /usr/local/psa/admin/conf/php.ini -d auto_prepend_file=auth.php3 -u psaadm failed to start: 
2012-05-29 23:20:46: (mod_fastcgi.c.1004) child exited with status 127 /usr/bin/sw-engine-cgi -c /usr/local/psa/admin/conf/php.ini -d auto_prepend_file=auth.php3 -u psaadm 
2012-05-29 23:20:46: (mod_fastcgi.c.1007) if you try do run PHP as FastCGI backend make sure you use the FastCGI enabled version.
You can find out if it is the right one by executing 'php -v' and it should display '(cgi-fcgi)' in the output, NOT (cgi) NOR (cli)
For more information check http://www.lighttpd.net/documentation/fastcgi.html#preparing-php-as-a-fastcgi-program 
2012-05-29 23:20:46: (mod_fastcgi.c.1012) If this is PHP on Gentoo add fastcgi to the USE flags 
2012-05-29 23:20:46: (mod_fastcgi.c.1105) [ERROR]: spawning fcgi failed. 
2012-05-29 23:20:46: (mod_fastcgi.c.3511) all handlers for  /index.php on .php are down.

# /usr/bin/sw-engine-cgi -c /usr/local/psa/admin/conf/php.ini -d auto_prepend_file=auth.php3 -u psaadm
/usr/bin/sw-engine-cgi: error while loading shared libraries: libboost_filesystem.so.2: cannot open shared object file: No such file or directory

Lets try and make a symbolic links:

Code:
# ln -s libboost_filesystem.so.1.41.0 libboost_filesystem.so.2
# ln -s libboost_date_time.so.1.41.0 libboost_date_time.so.2

ACTUAL RESULT

Code:
# tail -f /var/log/sw-cp-server/error_log
2012-05-29 23:27:08: (log.c.75) server started 
/usr/bin/sw-engine-cgi: symbol lookup error: /usr/bin/sw-engine-cgi: undefined symbol: _ZN5boost10filesystem16create_directoryERKNS0_4pathE
2012-05-29 23:27:23: (mod_fastcgi.c.1000) the fastcgi-backend /usr/bin/sw-engine-cgi -c /usr/local/psa/admin/conf/php.ini -d auto_prepend_file=auth.php3 -u psaadm failed to start: 
2012-05-29 23:27:23: (mod_fastcgi.c.1004) child exited with status 127 /usr/bin/sw-engine-cgi -c /usr/local/psa/admin/conf/php.ini -d auto_prepend_file=auth.php3 -u psaadm 
2012-05-29 23:27:23: (mod_fastcgi.c.1007) if you try do run PHP as FastCGI backend make sure you use the FastCGI enabled version.
You can find out if it is the right one by executing 'php -v' and it should display '(cgi-fcgi)' in the output, NOT (cgi) NOR (cli)
For more information check http://www.lighttpd.net/documentation/fastcgi.html#preparing-php-as-a-fastcgi-program 
2012-05-29 23:27:23: (mod_fastcgi.c.1012) If this is PHP on Gentoo add fastcgi to the USE flags 
2012-05-29 23:27:23: (mod_fastcgi.c.1105) [ERROR]: spawning fcgi failed. 
2012-05-29 23:27:23: (mod_fastcgi.c.3511) all handlers for  /index.php on .php are down. 

# /usr/bin/sw-engine-cgi -c /usr/local/psa/admin/conf/php.ini -d auto_prepend_file=auth.php3 -u psaadm
/usr/bin/sw-engine-cgi: symbol lookup error: /usr/bin/sw-engine-cgi: undefined symbol: _ZN5boost10filesystem16create_directoryERKNS0_4pathE

Help appreciated!
 
Last edited by a moderator:
ANY ADDITIONAL INFORMATION

Code:
cat /etc/ld.so.conf
include ld.so.conf.d/*.conf
/usr/lib
/usr/local/lib

Code:
# ls -l /usr/lib | grep libboost
-rw-r--r--   1 root root      120812 May 29 23:20 libboost_date_time.a
-rwxr-xr-x   1 root root       61964 May 29 23:20 libboost_date_time.so
-rwxr-xr-x   1 root root       61964 May 29 23:20 libboost_date_time.so.1.41.0
lrwxrwxrwx   1 root root          28 May 29 23:27 libboost_date_time.so.2 -> libboost_date_time.so.1.41.0
-rw-r--r--   1 root root      150108 May 29 23:20 libboost_filesystem.a
-rwxr-xr-x   1 root root       74764 May 29 23:20 libboost_filesystem.so
-rwxr-xr-x   1 root root       74764 May 29 23:20 libboost_filesystem.so.1.41.0
lrwxrwxrwx   1 root root          29 May 29 23:26 libboost_filesystem.so.2 -> libboost_filesystem.so.1.41.0
-rw-r--r--   1 root root      417712 May 29 23:20 libboost_graph.a
-rwxr-xr-x   1 root root      260876 May 29 23:20 libboost_graph.so
-rwxr-xr-x   1 root root      260876 May 29 23:20 libboost_graph.so.1.41.0
-rw-r--r--   1 root root       88168 May 29 23:20 libboost_iostreams.a
-rwxr-xr-x   1 root root       60092 May 29 23:20 libboost_iostreams.so
-rwxr-xr-x   1 root root       60092 May 29 23:20 libboost_iostreams.so.1.41.0
-rw-r--r--   1 root root      291962 May 29 23:20 libboost_math_c99.a
-rw-r--r--   1 root root      294936 May 29 23:20 libboost_math_c99f.a
-rwxr-xr-x   1 root root      134412 May 29 23:20 libboost_math_c99f.so
-rwxr-xr-x   1 root root      134412 May 29 23:20 libboost_math_c99f.so.1.41.0
-rw-r--r--   1 root root      292578 May 29 23:20 libboost_math_c99l.a
-rwxr-xr-x   1 root root      130276 May 29 23:20 libboost_math_c99l.so
-rwxr-xr-x   1 root root      130276 May 29 23:20 libboost_math_c99l.so.1.41.0
-rwxr-xr-x   1 root root      134540 May 29 23:20 libboost_math_c99.so
-rwxr-xr-x   1 root root      134540 May 29 23:20 libboost_math_c99.so.1.41.0
-rw-r--r--   1 root root     1710444 May 29 23:20 libboost_math_tr1.a
-rw-r--r--   1 root root     1733346 May 29 23:20 libboost_math_tr1f.a
-rwxr-xr-x   1 root root      272272 May 29 23:20 libboost_math_tr1f.so
-rwxr-xr-x   1 root root      272272 May 29 23:20 libboost_math_tr1f.so.1.41.0
-rw-r--r--   1 root root     1709276 May 29 23:20 libboost_math_tr1l.a
-rwxr-xr-x   1 root root      254012 May 29 23:20 libboost_math_tr1l.so
-rwxr-xr-x   1 root root      254012 May 29 23:20 libboost_math_tr1l.so.1.41.0
-rwxr-xr-x   1 root root      255328 May 29 23:20 libboost_math_tr1.so
-rwxr-xr-x   1 root root      255328 May 29 23:20 libboost_math_tr1.so.1.41.0
-rw-r--r--   1 root root       86214 May 29 23:20 libboost_prg_exec_monitor.a
-rwxr-xr-x   1 root root       51932 May 29 23:20 libboost_prg_exec_monitor.so
-rwxr-xr-x   1 root root       51932 May 29 23:20 libboost_prg_exec_monitor.so.1.41.0
-rw-r--r--   1 root root      635240 May 29 23:20 libboost_program_options.a
-rwxr-xr-x   1 root root      282840 May 29 23:20 libboost_program_options.so
-rwxr-xr-x   1 root root      282840 May 29 23:20 libboost_program_options.so.1.41.0
-rw-r--r--   1 root root     1773940 May 29 23:20 libboost_regex.a
-rwxr-xr-x   1 root root      840032 May 29 23:20 libboost_regex.so
-rwxr-xr-x   1 root root      840032 May 29 23:20 libboost_regex.so.1.41.0
-rw-r--r--   1 root root      991318 May 29 23:20 libboost_serialization.a
-rwxr-xr-x   1 root root      447568 May 29 23:20 libboost_serialization.so
-rwxr-xr-x   1 root root      447568 May 29 23:20 libboost_serialization.so.1.41.0
-rw-r--r--   1 root root      131426 May 29 23:20 libboost_signals.a
-rwxr-xr-x   1 root root       72432 May 29 23:20 libboost_signals.so
-rwxr-xr-x   1 root root       72432 May 29 23:20 libboost_signals.so.1.41.0
-rw-r--r--   1 root root       24038 May 29 23:20 libboost_system.a
-rwxr-xr-x   1 root root       10332 May 29 23:20 libboost_system.so
-rwxr-xr-x   1 root root       10332 May 29 23:20 libboost_system.so.1.41.0
-rw-r--r--   1 root root     1486362 May 29 23:20 libboost_test_exec_monitor.a
-rw-r--r--   1 root root      127904 May 29 23:20 libboost_thread.a
-rwxr-xr-x   1 root root       73640 May 29 23:20 libboost_thread.so
-rwxr-xr-x   1 root root       73640 May 29 23:20 libboost_thread.so.1.41.0
-rw-r--r--   1 root root     1645482 May 29 23:20 libboost_unit_test_framework.a
-rwxr-xr-x   1 root root      699340 May 29 23:20 libboost_unit_test_framework.so
-rwxr-xr-x   1 root root      699340 May 29 23:20 libboost_unit_test_framework.so.1.41.0
-rw-r--r--   1 root root     2807944 May 29 23:20 libboost_wave.a
-rwxr-xr-x   1 root root     1125800 May 29 23:20 libboost_wave.so
-rwxr-xr-x   1 root root     1125800 May 29 23:20 libboost_wave.so.1.41.0
-rw-r--r--   1 root root      684744 May 29 23:20 libboost_wserialization.a
-rwxr-xr-x   1 root root      315060 May 29 23:20 libboost_wserialization.so
-rwxr-xr-x   1 root root      315060 May 29 23:20 libboost_wserialization.so.1.41.0

Code:
# ldconfig -v | grep boost
ldconfig: Path `/usr/lib/mysql' given more than once
ldconfig: Path `/usr/lib' given more than once
	libboost_iostreams.so.1.41.0 -> libboost_iostreams.so.1.41.0
	libboost_serialization.so.1.41.0 -> libboost_serialization.so.1.41.0
	libboost_date_time.so.1.41.0 -> libboost_date_time.so.2
	libboost_system.so.1.41.0 -> libboost_system.so.1.41.0
	libboost_filesystem.so.1.41.0 -> libboost_filesystem.so.2
	libboost_wserialization.so.1.41.0 -> libboost_wserialization.so.1.41.0
	libboost_graph.so.1.41.0 -> libboost_graph.so.1.41.0
	libboost_unit_test_framework.so.1.41.0 -> libboost_unit_test_framework.so.1.41.0
	libboost_program_options.so.1.41.0 -> libboost_program_options.so.1.41.0
	libboost_thread.so.1.41.0 -> libboost_thread.so.1.41.0
	libboost_regex.so.1.41.0 -> libboost_regex.so.1.41.0
	libboost_prg_exec_monitor.so.1.41.0 -> libboost_prg_exec_monitor.so.1.41.0
	libboost_math_tr1.so.1.41.0 -> libboost_math_tr1.so.1.41.0
	libboost_wave.so.1.41.0 -> libboost_wave.so.1.41.0
	libboost_math_tr1f.so.1.41.0 -> libboost_math_tr1f.so.1.41.0
	libboost_math_c99.so.1.41.0 -> libboost_math_c99.so.1.41.0
	libboost_math_tr1l.so.1.41.0 -> libboost_math_tr1l.so.1.41.0
	libboost_math_c99l.so.1.41.0 -> libboost_math_c99l.so.1.41.0
	libboost_signals.so.1.41.0 -> libboost_signals.so.1.41.0
	libboost_math_c99f.so.1.41.0 -> libboost_math_c99f.so.1.41.0
	libboost_program_options.so.1.41.0 -> libboost_program_options.so.1.41.0
	libboost_iostreams.so.1.41.0 -> libboost_iostreams.so.1.41.0
	libboost_serialization.so.1.41.0 -> libboost_serialization.so.1.41.0
	libboost_system.so.1.41.0 -> libboost_system.so.1.41.0
	libboost_math_c99f.so.1.41.0 -> libboost_math_c99f.so.1.41.0
	libboost_date_time.so.1.41.0 -> libboost_date_time.so.1.41.0
	libboost_wserialization.so.1.41.0 -> libboost_wserialization.so.1.41.0
	libboost_graph.so.1.41.0 -> libboost_graph.so.1.41.0
	libboost_filesystem.so.1.41.0 -> libboost_filesystem.so.1.41.0
	libboost_wave.so.1.41.0 -> libboost_wave.so.1.41.0
	libboost_math_tr1l.so.1.41.0 -> libboost_math_tr1l.so.1.41.0
	libboost_unit_test_framework.so.1.41.0 -> libboost_unit_test_framework.so.1.41.0
	libboost_regex.so.1.41.0 -> libboost_regex.so.1.41.0
	libboost_thread.so.1.41.0 -> libboost_thread.so.1.41.0
	libboost_math_c99.so.1.41.0 -> libboost_math_c99.so.1.41.0
	libboost_prg_exec_monitor.so.1.41.0 -> libboost_prg_exec_monitor.so.1.41.0
	libboost_math_tr1f.so.1.41.0 -> libboost_math_tr1f.so.1.41.0
	libboost_math_tr1.so.1.41.0 -> libboost_math_tr1.so.1.41.0
	libboost_math_c99l.so.1.41.0 -> libboost_math_c99l.so.1.41.0
	libboost_signals.so.1.41.0 -> libboost_signals.so.1.41.0
 
Last edited by a moderator:
SOLVED

This is how i solved it:

Installed Boost C++ Libraries 1.33.1 from RPM

Code:
rpm -e --nodeps boost

wget ftp://rpmfind.net/linux/centos/5.8/os/i386/CentOS/boost-1.33.1-15.el5.i386.rpm

rpm -ivh boost-1.33.1-15.el5.i386.rpm

Installed Boost C++ Libraries from source

Code:
wget http://sourceforge.net/projects/boost/files/boost/1.41.0/boost_1_41_0.tar.bz2/download

tar -xvf boost_1_41_0.tar.bz2

cd boost_1_41_0

./bootstrap.sh

./b2

./bjam

./bjam install

Moved files

Code:
cp /usr/local/lib/libboost* /usr/lib

I'm not a UNIX guru but i think is a odd to install a library twice using different versions:

Code:
[root@server lib]# ls -l | grep libboost
-rwxr-xr-x   1 root root      105604 feb 23 00:26 libboost_date_time.a
lrwxrwxrwx   1 root root          28 jun  2 14:24 libboost_date_time.so -> libboost_date_time.so.1.33.1
-rwxr-xr-x   1 root root       57308 feb 23 00:26 libboost_date_time.so.1.33.1
-rwxr-xr-x   1 root root       61964 jun  2 23:28 libboost_date_time.so.1.41.0
lrwxrwxrwx   1 root root          28 jun  2 14:22 libboost_date_time.so.2 -> libboost_date_time.so.1.33.1
-rwxr-xr-x   1 root root       92368 feb 23 00:26 libboost_filesystem.a
lrwxrwxrwx   1 root root          29 jun  2 14:24 libboost_filesystem.so -> libboost_filesystem.so.1.33.1
-rwxr-xr-x   1 root root       60444 feb 23 00:26 libboost_filesystem.so.1.33.1
-rwxr-xr-x   1 root root       74764 jun  2 23:28 libboost_filesystem.so.1.41.0
lrwxrwxrwx   1 root root          29 jun  2 14:22 libboost_filesystem.so.2 -> libboost_filesystem.so.1.33.1
-rw-r--r--   1 root root      417712 jun  2 23:28 libboost_graph.a
-rwxr-xr-x   1 root root      260876 jun  2 23:28 libboost_graph.so
-rwxr-xr-x   1 root root      260876 jun  2 23:28 libboost_graph.so.1.41.0
-rwxr-xr-x   1 root root       46588 feb 23 00:26 libboost_iostreams.a
lrwxrwxrwx   1 root root          28 jun  2 14:24 libboost_iostreams.so -> libboost_iostreams.so.1.33.1
-rwxr-xr-x   1 root root       33888 feb 23 00:26 libboost_iostreams.so.1.33.1
-rwxr-xr-x   1 root root       60092 jun  2 23:28 libboost_iostreams.so.1.41.0
lrwxrwxrwx   1 root root          28 jun  2 14:22 libboost_iostreams.so.2 -> libboost_iostreams.so.1.33.1
-rw-r--r--   1 root root      291962 jun  2 23:28 libboost_math_c99.a
-rw-r--r--   1 root root      294936 jun  2 23:28 libboost_math_c99f.a
-rwxr-xr-x   1 root root      134412 jun  2 23:28 libboost_math_c99f.so
-rwxr-xr-x   1 root root      134412 jun  2 23:28 libboost_math_c99f.so.1.41.0
-rw-r--r--   1 root root      292578 jun  2 23:28 libboost_math_c99l.a
-rwxr-xr-x   1 root root      130276 jun  2 23:28 libboost_math_c99l.so
-rwxr-xr-x   1 root root      130276 jun  2 23:28 libboost_math_c99l.so.1.41.0
-rwxr-xr-x   1 root root      134540 jun  2 23:28 libboost_math_c99.so
-rwxr-xr-x   1 root root      134540 jun  2 23:28 libboost_math_c99.so.1.41.0
-rw-r--r--   1 root root     1710444 jun  2 23:28 libboost_math_tr1.a
-rw-r--r--   1 root root     1733346 jun  2 23:28 libboost_math_tr1f.a
-rwxr-xr-x   1 root root      272272 jun  2 23:28 libboost_math_tr1f.so
-rwxr-xr-x   1 root root      272272 jun  2 23:28 libboost_math_tr1f.so.1.41.0
-rw-r--r--   1 root root     1709276 jun  2 23:28 libboost_math_tr1l.a
-rwxr-xr-x   1 root root      254012 jun  2 23:28 libboost_math_tr1l.so
-rwxr-xr-x   1 root root      254012 jun  2 23:28 libboost_math_tr1l.so.1.41.0
-rwxr-xr-x   1 root root      255328 jun  2 23:28 libboost_math_tr1.so
-rwxr-xr-x   1 root root      255328 jun  2 23:28 libboost_math_tr1.so.1.41.0
-rwxr-xr-x   1 root root       34468 feb 23 00:26 libboost_prg_exec_monitor.a
lrwxrwxrwx   1 root root          35 jun  2 14:24 libboost_prg_exec_monitor.so -> libboost_prg_exec_monitor.so.1.33.1
-rwxr-xr-x   1 root root       20556 feb 23 00:26 libboost_prg_exec_monitor.so.1.33.1
-rwxr-xr-x   1 root root       51932 jun  2 23:28 libboost_prg_exec_monitor.so.1.41.0
lrwxrwxrwx   1 root root          35 jun  2 14:22 libboost_prg_exec_monitor.so.2 -> libboost_prg_exec_monitor.so.1.33.1
-rwxr-xr-x   1 root root      399222 feb 23 00:26 libboost_program_options.a
lrwxrwxrwx   1 root root          34 jun  2 14:24 libboost_program_options.so -> libboost_program_options.so.1.33.1
-rwxr-xr-x   1 root root      213884 feb 23 00:26 libboost_program_options.so.1.33.1
-rwxr-xr-x   1 root root      282840 jun  2 23:28 libboost_program_options.so.1.41.0
lrwxrwxrwx   1 root root          34 jun  2 14:22 libboost_program_options.so.2 -> libboost_program_options.so.1.33.1
-rwxr-xr-x   1 root root      409118 feb 23 00:26 libboost_python.a
lrwxrwxrwx   1 root root          25 jun  2 14:24 libboost_python.so -> libboost_python.so.1.33.1
-rwxr-xr-x   1 root root      236544 feb 23 00:26 libboost_python.so.1.33.1
lrwxrwxrwx   1 root root          25 jun  2 14:22 libboost_python.so.2 -> libboost_python.so.1.33.1
-rwxr-xr-x   1 root root     1652904 feb 23 00:26 libboost_regex.a
lrwxrwxrwx   1 root root          24 jun  2 14:24 libboost_regex.so -> libboost_regex.so.1.33.1
-rwxr-xr-x   1 root root      658308 feb 23 00:26 libboost_regex.so.1.33.1
-rwxr-xr-x   1 root root      840032 jun  2 23:28 libboost_regex.so.1.41.0
lrwxrwxrwx   1 root root          24 jun  2 14:22 libboost_regex.so.2 -> libboost_regex.so.1.33.1
-rwxr-xr-x   1 root root      854220 feb 23 00:26 libboost_serialization.a
lrwxrwxrwx   1 root root          32 jun  2 14:24 libboost_serialization.so -> libboost_serialization.so.1.33.1
-rwxr-xr-x   1 root root      376424 feb 23 00:26 libboost_serialization.so.1.33.1
-rwxr-xr-x   1 root root      447568 jun  2 23:28 libboost_serialization.so.1.41.0
lrwxrwxrwx   1 root root          32 jun  2 14:22 libboost_serialization.so.2 -> libboost_serialization.so.1.33.1
-rwxr-xr-x   1 root root      120412 feb 23 00:26 libboost_signals.a
lrwxrwxrwx   1 root root          26 jun  2 14:24 libboost_signals.so -> libboost_signals.so.1.33.1
-rwxr-xr-x   1 root root       68724 feb 23 00:26 libboost_signals.so.1.33.1
-rwxr-xr-x   1 root root       72432 jun  2 23:28 libboost_signals.so.1.41.0
lrwxrwxrwx   1 root root          26 jun  2 14:22 libboost_signals.so.2 -> libboost_signals.so.1.33.1
-rw-r--r--   1 root root       24038 jun  2 23:28 libboost_system.a
-rwxr-xr-x   1 root root       10332 jun  2 23:28 libboost_system.so
-rwxr-xr-x   1 root root       10332 jun  2 23:28 libboost_system.so.1.41.0
-rwxr-xr-x   1 root root      410576 feb 23 00:26 libboost_test_exec_monitor.a
lrwxrwxrwx   1 root root          36 jun  2 14:24 libboost_test_exec_monitor.so -> libboost_test_exec_monitor.so.1.33.1
-rwxr-xr-x   1 root root      191472 feb 23 00:26 libboost_test_exec_monitor.so.1.33.1
lrwxrwxrwx   1 root root          36 jun  2 14:22 libboost_test_exec_monitor.so.2 -> libboost_test_exec_monitor.so.1.33.1
-rwxr-xr-x   1 root root       67166 feb 23 00:26 libboost_thread.a
lrwxrwxrwx   1 root root          25 jun  2 14:24 libboost_thread.so -> libboost_thread.so.1.33.1
-rwxr-xr-x   1 root root       43636 feb 23 00:26 libboost_thread.so.1.33.1
-rwxr-xr-x   1 root root       73640 jun  2 23:28 libboost_thread.so.1.41.0
lrwxrwxrwx   1 root root          25 jun  2 14:22 libboost_thread.so.2 -> libboost_thread.so.1.33.1
-rwxr-xr-x   1 root root      392208 feb 23 00:26 libboost_unit_test_framework.a
lrwxrwxrwx   1 root root          38 jun  2 14:24 libboost_unit_test_framework.so -> libboost_unit_test_framework.so.1.33.1
-rwxr-xr-x   1 root root      185720 feb 23 00:26 libboost_unit_test_framework.so.1.33.1
-rwxr-xr-x   1 root root      699340 jun  2 23:28 libboost_unit_test_framework.so.1.41.0
lrwxrwxrwx   1 root root          38 jun  2 14:22 libboost_unit_test_framework.so.2 -> libboost_unit_test_framework.so.1.33.1
-rwxr-xr-x   1 root root     2127022 feb 23 00:26 libboost_wave.a
-rwxr-xr-x   1 root root     1125800 jun  2 23:28 libboost_wave.so
-rwxr-xr-x   1 root root     1125800 jun  2 23:28 libboost_wave.so.1.41.0
-rwxr-xr-x   1 root root      694090 feb 23 00:26 libboost_wserialization.a
lrwxrwxrwx   1 root root          33 jun  2 14:24 libboost_wserialization.so -> libboost_wserialization.so.1.33.1
-rwxr-xr-x   1 root root      305564 feb 23 00:26 libboost_wserialization.so.1.33.1
-rwxr-xr-x   1 root root      315060 jun  2 23:28 libboost_wserialization.so.1.41.0
lrwxrwxrwx   1 root root          33 jun  2 14:22 libboost_wserialization.so.2 -> libboost_wserialization.so.1.33.1
 
Okay i guess it's not fixed at all

schermafbeelding2012060.png


Code:
Internal error: Unable to execute serverconf: /usr/local/psa/admin/bin/serverconf: error while loading shared libraries:
libboost_filesystem-gcc41-1_34_1.so.1.34.1: cannot op shared object file: No such file or directory

Message: Unable to execute serverconf: /usr/local/psa/admin/bin/serverconf: error while loading shared libraries:
libboost_filesystem-gcc41-1_34_1.so.1.34.1: cannot op shared object file: No such file or directory

File: Configuration.php
Line: 23
Type: PleskUtilException

At this point i decided to reinstall my whole VPS environment rather then spending the next countless hours into installing boost.
 
Back
Top