• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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