• 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

Resolved Unable to update to 18.0.40

slishy

New Pleskian
Using both the web and CLI plesk-installer, I am unable to update from .39 to .40 on CentOS Linux release 7.9.2009 due to a version of GLIBCXX I have not built with my OS:
/usr/lib64/sw-engine-cli-3.41: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by /usr/lib64/sw-engine-cli-3.41)

# strings /usr/lib/libstdc++.so.6 | grep GLIBCXX
GLIBCXX_3.4
GLIBCXX_3.4.1
GLIBCXX_3.4.2
GLIBCXX_3.4.3
GLIBCXX_3.4.4
GLIBCXX_3.4.5
GLIBCXX_3.4.6
GLIBCXX_3.4.7
GLIBCXX_3.4.8
GLIBCXX_3.4.9
GLIBCXX_3.4.10
GLIBCXX_3.4.11
GLIBCXX_3.4.12
GLIBCXX_3.4.13
GLIBCXX_3.4.14
GLIBCXX_3.4.15
GLIBCXX_3.4.16
GLIBCXX_3.4.17
GLIBCXX_3.4.18
GLIBCXX_3.4.19
GLIBCXX_3.4.20
GLIBCXX_3.4.21
GLIBCXX_DEBUG_MESSAGE_LENGTH
 
Only way to fix this is to manually replace the symlinked libstdc++.so.6 in /lib64/libstdc++.so.6 to a more recent version of it that you can find.
 
Back
Top