Debian 8 64-bit: Important Change to Binaries

DirectAdmin Support

Administrator
Staff member
Joined
Feb 27, 2003
Messages
9,158
Due to some issues with the binaries on some newer Debian 8 (Ubuntu) installs, I've had to changed from static to dynamic binaries for Debian 8 64-bit.
The libmysqlclient.so will still be static, so you don't need to worry about which MySQL/MariaDB version you've installed, DA will still work.

Related change:
https://www.directadmin.com/features.php?id=1811

For anyone who is able, please test the new binaries on your system via the pre-release binaries:
http://help.directadmin.com/item.php?id=408

and let us know if they work or don't work.

If you have issues, just re-update with the daupdate script:


For anyone who wants to compare, this is the ldd output from our Debian 8 64-bit box now:
Code:
root@debian8-64:/usr/local/directadmin# ldd directadmin
        linux-vdso.so.1 (0x00007fffe04af000)
        libssl.so.1.0.0 => /usr/lib/x86_64-linux-gnu/libssl.so.1.0.0 (0x00007fd1f1b57000)
        libcrypt.so.1 => /lib/x86_64-linux-gnu/libcrypt.so.1 (0x00007fd1f1920000)
        libcrypto.so.1.0.0 => /usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.0 (0x00007fd1f1524000)
        libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007fd1f1309000)
        libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007fd1f1105000)
        libresolv.so.2 => /lib/x86_64-linux-gnu/libresolv.so.2 (0x00007fd1f0eed000)
        libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007fd1f0cd0000)
        librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007fd1f0ac8000)
        libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007fd1f07bc000)
        libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007fd1f04bb000)
        libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007fd1f02a5000)
        libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fd1efefb000)
        /lib64/ld-linux-x86-64.so.2 (0x00007fd1f1dc0000)

Thanks!
John
 
Back
Top