• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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