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

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