New install - can not connect..

WildCatServers

Verified User
Joined
Oct 21, 2007
Messages
10
fresh install with centos 5
I went to http://my-ip and everything is working.

I installed DA 3 times and got the OK each time. I rechecked my user id, LID, and server name each time to make sure it was correct but I get the same problem.
I go to http://my-ip and I get can't connect to server
I go to http://my-ip:2222 and I get the same message.

I tried /etc/init.d/directadmin restart

[root@ds4 ~]# /etc/init.d/directadmin restart
Stopping DirectAdmin: [FAILED]
Starting DirectAdmin: /usr/local/directadmin/directadmin: error while loading shared libraries: libssl.so.4: cannot open shared object file: No such file or directory
[FAILED]

I tried file /var/lock/subsys/directadmin

[root@ds4 ~]# file /var/lock/subsys/directadmin
/var/lock/subsys/directadmin: empty

what am I doing wrong ???
 
show me the output
ls -lhs /usr/lib|grep libssl
176K -rwxr-xr-x 1 root root 170K Nov 10 12:16 libssl3.so
436K -rw-r--r-- 1 root root 431K Oct 16 18:53 libssl.a
44K -rwxr-xr-x 1 root root 41K Dec 18 19:04 libssldap60.so
0 lrwxrwxrwx 1 root root 26 Apr 2 19:40 libssl.so -> ../../lib/libssl.so.0.9.8b
 
can some one tell me how to uninstall directadmin so I can use a different control panel ( one with support )
 
I don't have any experience with centos,

But other than license id, client id, and server name,
Have you check the operating system version of your server match the OS version assigned to your license?

May be a wrong version of directadmin binary is downloaded so that directadmin cannot load the required library.

That's my best guess...:rolleyes:
 
I don't have any experience with centos,

But other than license id, client id, and server name,
Have you check the operating system version of your server match the OS version assigned to your license?

May be a wrong version of directadmin binary is downloaded so that directadmin cannot load the required library.

That's my best guess...:rolleyes:
Yes I am using centos 5 and that is the version directadmin is finding.
 
WildCatServers said in original post:
[root@ds4 ~]# /etc/init.d/directadmin restart
Stopping DirectAdmin: [FAILED]
Starting DirectAdmin: /usr/local/directadmin/directadmin: error while loading shared libraries: libssl.so.4: cannot open shared object file: No such file or directory
[FAILED]

Looks like its looking for libssl.so.4 to me.
 
I think the OS version shown during directadmin setup only tells you what OS version is detected on your server. It have a reminder message that tell you "make sure the version detected match the OS version assigned to your license". (That what i can remember, i may be wrong)

The only way you can make sure the OS version assigned to your license match your OS version on your server is login to the directadmin website (using your client id and password) and check the OS assigned to the involved license.
 
I think the OS version shown during directadmin setup only tells you what OS version is detected on your server. It have a reminder message that tell you "make sure the version detected match the OS version assigned to your license". (That what i can remember, i may be wrong)

The only way you can make sure the OS version assigned to your license match your OS version on your server is login to the directadmin website (using your client id and password) and check the OS assigned to the involved license.
I checked and it is assigned for Operating System Enterprise/Cent OS 5
 
From your server command line do this and show us the output:

Code:
cat /etc/redhat-release
 
You are going to have to get DirectAdmin support involved. I have installed numerous DA's on CentOS 5 and never had it look for libssl.so.4 nor do any of my CentOS installs even have libssl.so.4. I don't think the license is right. I think the setup script is downloading the wrong binary for DA.
 
Please try reinstalling openssl in the server. Also check whether is it a 32or 64 bit architecture. If you're not sure, paste the ouptut of the following command here.

arch
 
Back
Top