• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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