• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

Plesk: GLIBC issue on Plesk 8.3 RHEL 3

P

Pablo@

Guest
--------------------------
On some RHEL 3 boxes an update to Plesk 8.3 results in a GLIBC errror:

If plesk does not start try:
/usr/local/psa/admin/sbin/httpsd configtest

if you get:
/usr/local/psa/admin/sbin/httpsd: /usr/lib/libgcc_s.so.1: version `GCC_4.2.0' not found (required by /usr/lib/ ...

Then:
rm /usr/lib/libgcc_s.so.1
cd /usr/lib
ln -s /lib/libgcc_s_plesk.so.1

This is a bug in the plesk upater not linking the correct lib.

--------------------------
Source: https://www.rackaid.com/helpdesk/index.php?_m=knowledgebase&_a=viewarticle&kbarticleid=148

Friendly Tags: libgcc_s.so.1 GCC_4.2.0 libgcc_s libgcc glibc
 
Back
Top