DA installer provides incompatible binaries for Debian 8.10

olksy

New member
Joined
Jun 4, 2018
Messages
3
Hello,

Fresh DA installation provides incompatible binaries for Debian 8.10 -

Code:
*************************************
*                                  *
*   All parts have been installed   *
*                                  *
*************************************

Type: systemctl restart httpd.service
./directadmin: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory
./directadmin: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory
Code:
# ldd /usr/local/directadmin/directadmin 
/usr/local/directadmin/directadmin: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `CXXABI_1.3.9' not found (required by /usr/local/directadmin/directadmin)
        linux-vdso.so.1 (0x00007ffe9d7d5000)
        libssl.so.1.1 => not found
        libcrypt.so.1 => /lib/x86_64-linux-gnu/libcrypt.so.1 (0x00007efca1fae000)
        libcrypto.so.1.1 => not found
        libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007efca1d93000)
        libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007efca1b8f000)
        libresolv.so.2 => /lib/x86_64-linux-gnu/libresolv.so.2 (0x00007efca1978000)
        libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007efca175b000)
        librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007efca1553000)
        libgnutls.so.30 => not found
        libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007efca1248000)
        libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007efca0f47000)
        libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007efca0d31000)
        libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007efca0986000)
        /lib64/ld-linux-x86-64.so.2 (0x00007efca2744000)

Debian 8.10 is declared as supported OS version.

Code:
# lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description:    Debian GNU/Linux 8.10 (jessie)
Release:        8.10
Codename:       jessie

Thoughts, ideas?
 
Hello,

Make sure your Directadmin license is issued for Debian 8. You will need to connect to Directadmin client site for this.
 
The license is issued for Debian 9. What I really need as the outcome, that is DA binaries for Ubuntu 16.04. DA installer appears to provide binaries for Debian version, the license was registered for. Is my guess correct, regarding that DA installer will work Ok for Ubuntu 16.04, if I change the license to be for Debian 8?
 
You need change license to Debian 8.

I have changed the license to Debian 8 and DA is now successfully installed on Ubuntu 16.04 despite of that message -

Code:
DirectAdmin will now be installed on: debian 9.0
Is this correct? (must match license) (y,n) :

The solution was found. Thank you.
 
Back
Top