• 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 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