Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: suPHP and libstdc 6 error  (Read 2954 times)

0 Members and 1 Guest are viewing this topic.

Vinil

  • Guest
suPHP and libstdc 6 error
« on: December 13, 2013, 02:45:09 am »
Recently I have met with an error causing an 'Internal Server Error' with the site.


Quote
/opt/suphp/sbin/suphp: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.9' not found (required by /opt/suphp/sbin/suphp)


To resolve this, firstly check for the result of :

# ls -lah /usr/lib/libstdc*

If it shows something like this:

Code: [Select]
lrwxrwxrwx 1 root root 18 Dec 13 23:00 /usr/lib/libstdc++.so.6 -> libstdc++.so.6.0.8*
-rwxr-xr-x 1 root root 942040 Nov 10 2012 /usr/lib/libstdc++.so.6.0.13*
-rwxr-xr-x 1 root root 936908 Mar 6 2013 /usr/lib/libstdc++.so.6.0.8*


Please do the following:

Code: [Select]
cd /usr/lib
mv libstdc++.so.6 /root
ln -s libstdc++.so.6.0.13 libstdc++.so.6