• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Resolved SSL İnstall Error Promlem GCC

Gigaveri

Basic Pleskian
Hello

Failed letsencrypt execution: /usr/local/psa/var/modules/letsencrypt/venv.NCUrG/bin/python: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by /usr/local/psa/var/modules/letsencrypt/venv.NCUrG/bin/python)

2016-12-07_1555.png

Promlem install error ssl.

Package zlib-devel-1.2.3-29.el6.x86_64 already installed and latest version
Package gcc-c++-4.4.7-17.el6.x86_64 already installed and latest version


[root@server ~]# gcc –version
gcc: –version: No such file or directory
gcc: no input files
[root@server ~]#

[root@server ~]# getconf -a | grep -i GNU_LIBC_VERSION
GNU_LIBC_VERSION glibc 2.12
[root@server ~]#



please help me. Thansk.
 
Last edited:
Just make sure that you have glibc version >= 2.14:

# ll /lib64/libc.so.6
lrwxrwxrwx 1 root root 12 Dec 8 04:32 /lib64/libc.so.6 -> libc-2.17.so
# rpm -qf /lib64/libc.so.6
glibc-2.17-106.el7_2.8.x86_64

and update glibc package version with yum.
 
Just make sure that you have glibc version >= 2.14:

# ll /lib64/libc.so.6
lrwxrwxrwx 1 root root 12 Dec 8 04:32 /lib64/libc.so.6 -> libc-2.17.so
# rpm -qf /lib64/libc.so.6
glibc-2.17-106.el7_2.8.x86_64

and update glibc package version with yum.


I solved the problem letsencrypt reinstall :)


Thansk.
 
Back
Top