• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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