• 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

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