OpenSSL problem for Ubuntu 16.04

loveminds

Verified User
Joined
May 15, 2013
Messages
8
the Ubuntu 16.04 using openssl 1.0.2 for default, Debian 9 using 1.1 for default, but Directadmin have FIXED 1.1 version in ALL stretch binary
root@Ubuntu:~# openssl version
OpenSSL 1.0.2g 1 Mar 2016
root@Debian:~# openssl version
OpenSSL 1.1.0f 25 May 2017
so if you using Ubuntu 16.04 that got this error
./directadmin: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory
If i upgrade libssl to 1.1, the Directadmin can run normally, but PHP 5.x cannot use
 
Hello,

If you upgrade openssl (not install a second instance of openssl) you need to rebuild all software with custombuild:

Code:
cd /usr/local/directadmin/custombuild/
./build update
./build clean
./build all

that should resolve the issue.

Please try it and update us with your results.
 
Hello,

If you upgrade openssl (not install a second instance of openssl) you need to rebuild all software with custombuild:

Code:
cd /usr/local/directadmin/custombuild/
./build update
./build clean
./build all

that should resolve the issue.

Please try it and update us with your results.
PHP5.X Cannot build with OpenSSL 1.1 without modified
So,Can Directadmin add OpenSSL 1.02 to stretch license for Ubuntu 16.04
 
Having the same issue with @loveminds. Only with PHP 7.1 over here.

Since there is no package for openssl 1.1.0 for Ubuntu 16.04, and Directadmin is fixed on OpenSSL 1.1.0 for Debian 9, there needs to be a different solution.

@loveminds did you finally find a working solution?
Thanks
 
Debian 8 DirectAdmin binaries should have no problems on Ubuntu 16.04.
 
Ubuntu 16.04 is based of Debian stretch, no jessie, so could bring more incompatibility problem
 
Back
Top