• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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