CentOS 6 issue

seoguru

Verified User
Joined
Jul 30, 2011
Messages
21
Hi guys,

I have installed DA (not sure if completely but I hope ) for CentOS 6.
When I am trying to start DA, I am getting this warning:

Starting DirectAdmin: /usr/local/directadmin/directadmin: error while loading shared libraries: libssl.so.6: cannot open shared object file: No such file or directory


Well, I really didn't have this library before, but I have already made installation. Here is the path:
[root@mydaserver ~]# locate libssl.so.6
/usr/lib/.libssl.so.6.hmac
/usr/lib/libssl.so.6

But I am still getting the error.

Need some help, thanks
 
Link seems fine as well:

lrwxrwxrwx 1 root root 16 Sep 4 22:15 libssl.so.6 -> libssl.so.0.9.8e
 
Thanks for the replies but it seems DA isn't ready for the CentOS 6 as yet... So I decided to make clean install on CentOS 5.6 and it works like a charm :D

For those who want to give a try, don't waste your time and use CentOS 5.x or Debian 6 if you want something fresh.
 
Last edited:
Was the problem on 32bit or 64bit CentOS? I am soon to install a new server, and is going to use CentOS 6 64bit. I hope there wont be to many problems. However, it is not an option to install CentOS 5.6.
 
Hello,

Thread moved to the CentOS 6 section.

Library linking errors with the DA binaries are almost always issues with the OS set in the license file. This is not related to the OS that the setup.sh find, as that only relates to the services.tar.gz which is downloaded.

Login to your Clients Section to ensure the OS is set to the correct version.

Send us an email if you need us to change it.

Related:
http://help.directadmin.com/item.php?id=267

John
 
Hello,

Thread moved to the CentOS 6 section.

Library linking errors with the DA binaries are almost always issues with the OS set in the license file. This is not related to the OS that the setup.sh find, as that only relates to the services.tar.gz which is downloaded.

Login to your Clients Section to ensure the OS is set to the correct version.

Send us an email if you need us to change it.

Related:
http://help.directadmin.com/item.php?id=267

John

So, are you saying that DA is already compatible with CentOS 6?

Thanks
 
Yes, it's compiled on CentOS 6. It's compatible. All services/scripts are built for it. The beta period is just to test to make sure things work smoothly. In general, we rarely ever see issues in testing with CentOS. It's solid and consistent. The only one being the "yum" linking issue, which already has the fix.

John
 
I can say that correcting OS version connected with your license helps. There is no such error, where previously when installed with el5 in license it has occurred.

--edit

Yes, it's compiled on CentOS 6. It's compatible. All services/scripts are built for it. The beta period is just to test to make sure things work smoothly. In general, we rarely ever see issues in testing with CentOS. It's solid and consistent. The only one being the "yum" linking issue, which already has the fix.

John
I'd also like to see a fix for bind listening to all IPs by default - I know it's simple, but it's not working "out of the box".
 
Last edited:
Both 2) and 3) are enabled in my installs of CentOS and SL 6 by default.
 
Hello,

Thanks. I've added this to the doChecks.sh script and will upload a new update.tar.gz for CentOS 6,32/64 shortly:
Code:
#for CentOS 6: http://help.directadmin.com/item.php?id=387
if [ -s /etc/named.conf ]; then
        perl -pi -e 's/\sallow-query/\t\/\/allow-query/' /etc/named.conf
        perl -pi -e 's/\slisten-on/\t\/\/listen-on/' /etc/named.conf
fi

I've also coded the yum re-link fix into custombuild.

John
 
Also you might check recursion settings. I *think* it's enabled for everybody, so it would be nice to disable that either (at least for other than local).
 
Errors in centos 6.0

/usr/include/krb5/krb5.h:2601:24: error: et/com_err.h: No such file or directory
make[3]: *** [mod_ssl.lo] Error 1
make[3]: Leaving directory `/usr/local/directadmin/custombuild/httpd-2.2.21/modules/ssl'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/local/directadmin/custombuild/httpd-2.2.21/modules/ssl'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/directadmin/custombuild/httpd-2.2.21/modules'
make: *** [all-recursive] Error 1


berore of it had errors and installer say that it can't find php
and asking to create some symlinks and then
./build php n

i did it and get error above
 
Back
Top