dataskq troubles with libcrypto and libssl

dagservice

Verified User
Joined
Aug 27, 2015
Messages
11
Good afternoon,

I get these messages with every cron run (and so datataskq is not running properly) after the latest upgrade:
Code:
/usr/local/directadmin/dataskq: /lib/libcrypto.so.10: version `libcrypto.so.10' not found (required by /usr/local/directadmin/dataskq)
/usr/local/directadmin/dataskq: /lib/libssl.so.10: version `libssl.so.10' not found (required by /usr/local/directadmin/dataskq)
I am running ubuntu lucid, with the following software versions:
Code:
DirectAdmin  to 1.48.3 update is available.

Latest version of Apache: 2.2.31
Installed version of Apache: 2.2.31

Latest version of PCRE: 8.20
Installed version of PCRE: 8.20

Latest version of curl: 7.44.0
Installed version of curl: 7.44.0

Latest version of FreeType: 2.6.0
Installed version of FreeType: 2.6.0

Latest version of dovecot: 2.2.18
Installed version of dovecot: 2.2.18

Latest version of Exim: 4.86
Installed version of Exim: 4.86

Latest version of ClamAV: 0.98.7
Installed version of ClamAV: 0.98.7

Latest version of MySQL: 5.1.73
Installed version of MySQL: 5.1.73

Latest version of PHP (CLI): 5.3.29
Installed version of PHP (CLI): 5.3.29

Latest version of Atmail: 1.04
Installed version of Atmail: 1.04

Latest version of RoundCube webmail: 1.1.2
Installed version of RoundCube webmail: 1.1.2

Latest version of phpMyAdmin: 3.5.8.2-all-languages
Installed version of phpMyAdmin: 3.5.8.2-all-languages

Latest version of SquirrelMail: 1.4.22
Installed version of SquirrelMail: 1.4.22

Already tried creating symlinks to what appears to be the proper versions of both libs, but the error doesn't go away.

Any help appreciated.
 
Hello,

OS version on your server most likely differs from that for which directadmin is compiled, i.e. you might be using directadmin license for debian 5,6 on debian 7,8 server.

Code:
/usr/local/directadmin/directadmin o

Code:
cat /etc/issue
 
Back
Top