• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Problem reinstall plesk panel

ribambellea

New Pleskian
Hi,
I would reisntall "plesk panel" with autoinstaller
but here the error displayed :

Code:
Select the desired products and their versions
===============================================================================

Installation will not continue because your operating system
"Linux Debian 6.0.9 i686" is not supported.

Refer to http://www.swsoft.com/en/products/plesk/reqs/ for
the complete list of supported operating systems.



N) Go to the next page; P) Go the previous page; Q) Cancel installing
To select a version, type the respective number;
Select action [N]:
 
when I install manually
this is what is displayed:

Code:
psk3111:~# ./psainstalleurv3.12.0
./psainstalleurv3.12.0: /usr/lib/libz.so.1: no version information available (required by ./psainstalleurv3.12.0)
./psainstalleurv3.12.0: /lib/tls/libc.so.6: version `GLIBC_2.7' not found (required by ./psainstalleurv3.12.0)


Can you help me?
 
I solved one of two mistakes, but I always have a pb with the package

Code:
psk3111:~# ./psainstalleurv3.12.0
./psainstalleurv3.12.0: /lib/tls/libc.so.6: version `GLIBC_2.7' not found (required by ./psainstalleurv3.12.0)

Code:
psk3111:~# ldd -v /bin/sh
        linux-gate.so.1 =>  (0xffffe000)
        libncurses.so.5 => /lib/libncurses.so.5 (0xb7eb0000)
        libdl.so.2 => /lib/tls/libdl.so.2 (0xb7eac000)
        libc.so.6 => /lib/tls/libc.so.6 (0xb7d79000)
        /lib/ld-linux.so.2 (0xb7ef1000)

        Version information:
        /bin/sh:
                libdl.so.2 (GLIBC_2.1) => /lib/tls/libdl.so.2
                libdl.so.2 (GLIBC_2.0) => /lib/tls/libdl.so.2
                libc.so.6 (GLIBC_2.3) => /lib/tls/libc.so.6
                libc.so.6 (GLIBC_2.1) => /lib/tls/libc.so.6
                libc.so.6 (GLIBC_2.2) => /lib/tls/libc.so.6
                libc.so.6 (GLIBC_2.3.4) => /lib/tls/libc.so.6
                libc.so.6 (GLIBC_2.0) => /lib/tls/libc.so.6
        /lib/libncurses.so.5:
                libdl.so.2 (GLIBC_2.1) => /lib/tls/libdl.so.2
                libdl.so.2 (GLIBC_2.0) => /lib/tls/libdl.so.2
                libc.so.6 (GLIBC_2.1.3) => /lib/tls/libc.so.6
                libc.so.6 (GLIBC_2.3) => /lib/tls/libc.so.6
                libc.so.6 (GLIBC_2.2) => /lib/tls/libc.so.6
                libc.so.6 (GLIBC_2.1) => /lib/tls/libc.so.6
                libc.so.6 (GLIBC_2.0) => /lib/tls/libc.so.6
        /lib/tls/libdl.so.2:
                libc.so.6 (GLIBC_2.1.3) => /lib/tls/libc.so.6
                libc.so.6 (GLIBC_2.1) => /lib/tls/libc.so.6
                libc.so.6 (GLIBC_2.0) => /lib/tls/libc.so.6
                libc.so.6 (GLIBC_PRIVATE) => /lib/tls/libc.so.6
                ld-linux.so.2 (GLIBC_PRIVATE) => /lib/ld-linux.so.2
        /lib/tls/libc.so.6:
                ld-linux.so.2 (GLIBC_2.1) => /lib/ld-linux.so.2
                ld-linux.so.2 (GLIBC_2.3) => /lib/ld-linux.so.2
                ld-linux.so.2 (GLIBC_PRIVATE) => /lib/ld-linux.so.2
                ld-linux.so.2 (GLIBC_2.0) => /lib/ld-linux.so.2

do you have any solutions?
 
Back
Top