• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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