Add to Favourites Add to Favourites    Print this Article Print this Article

CentOS 6 64-bit: /usr/lib64/libcrypto.so.10: no version information available (required by /usr/local/directadmin/dataskq)

If you're getting this error every minute to root email, from cron:

/usr/local/directadmin/dataskq: /usr/lib64/libcrypto.so.10: no version information available (required by /usr/local/directadmin/dataskq)
/usr/local/directadmin/dataskq: /usr/lib64/libssl.so.10: no version information available (required by /usr/local/directadmin/dataskq)

It means that the version of CentOS that we've compiled DirectAdmin on, is newer than your version of CentOS.

There are a few options to solve this:
1) We've updated the CentOS 6 64-bit update.tar.gz package with the compile on the older OS.
Grab the new binaries manually:
http://help.directadmin.com/item.php?id=29


2) The simplest (and probably required anyway), would be to update openssl and openssl-devel:

yum update openssl openssl-devel

It would be recommended to do a full custombuild "./build all d" after openssl is updated.

3) Update your version of CentOS with yum.  Check your /etc/redhat-release.  DA was compiled on CentOS 6.5.

4) Edit /etc/cron.d/directadmin_cron.  Change the call to the dataskq to look like this:

* * * * * root /usr/local/directadmin/dataskq 2>/dev/null

then restart crond.




Was this answer helpful?

Also Read