DirectAdmin down after upgrade to 25

trebbor

Verified User
Joined
Jun 21, 2005
Messages
33
My DirectAdmin is currently down when I updated it to version 2.2.25 (the newest) but it wont start up! Before I reboot the server I want to know why he issn't starting up!


When I want to start DirectAdmin I get this error:

[root@server ~]# service directadmin start
Starting DirectAdmin: /usr/local/directadmin/directadmin: error while loading sh ared libraries: libcom_err.so.3: cannot open shared object file: No such file or directory
[MISLUKT] (mislukt = Failed)

And where can I see my License ID???
 
Last edited:
resolveit said:
What OS are you using?

Regards,
Onno

CentOS 4.1 (Final)

But how can I see my ID? I dont know my ID :S So I cant update is manualy!
 
From What I read while searching Google for the error you need to install "e2fsprogs".

Do the following

Code:
# yum install e2fsprogs

and it that does not work try

Code:
# wget [url]http://files.directadmin.com/services/fedora_1/e2fsprogs-devel-1.34-1.i386.rpm[/url] 
# rpm -ivh e2fsprogs-devel-1.34-1.i386.rpm

then restart directadmin.

For you userid and license id you should send an email to [email protected] asking for the information, be sure to provide as much detail about the license and yourself as you can so they can validate that you are the owner of the license or else them might not give you the info.

Regards,
Onno Vrijburg
 
Another hack I found on the internet

Code:
# ln -s /lib/libcom_err.so /lib/libcom_err.so.3

Regards,
Onno
 
:@:@:@:@ When I want to download the update or something he issn't downloading. It is stuck or something.

[root@server directadmin]# --09:41:54-- https://www.directadmin.com/cgi-bin/daupdate?uid=****
=> `update.tar.gz'
Resolving www.directadmin.com... 66.51.122.131
Connecting to www.directadmin.com[66.51.122.131]:443... connected.
HTTP verzoek verzonden, wacht op antwoord... 200 OK
Lengte: ongespecificeerd [text/html]

[ <=> ] 45 --.--K/s

09:41:55 (439.45 KB/s) - `update.tar.gz' saved [45]

tar xvzf update.tar.gz

gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Fout afsluiting uitgesteld na eerdere fouten
[1]+ Done wget -O update.tar.gz https://www.directadmin.com/cgi-bin/daupdate?uid=\****
 
Same problem! Extracting goes ok etc. But when I want to use the command: ./directadmin p I get this error:

[root@server directadmin]# ./directadmin p
./directadmin: error while loading shared libraries: libcom_err.so.3: cannot open shared object file: No such file or directory

?!?!?!?!?!

mmm I will fix this problem later this day. I need to go for now.
 
Last edited:
Getting similar problem. When i click 'Update Directadmin' it doesnt update.

I believe its also getting stuck somewhere too.

Now server seems to be acting funny.
 
The problem of the first error is fixed. But now I get an other error!

[root@server lib]# service directadmin start
Starting DirectAdmin: /usr/local/directadmin/directadmin: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
[MISLUKT]

?!?!?

I cant find the file libstdc++.so pff
 
I have done a Force update etc but when I made a symlink but now I get the following error:

Starting DirectAdmin: /usr/local/directadmin/directadmin: /usr/lib/libstdc++.so.5: version `CXXABI_1. 2' not found (required by /usr/local/directadmin/directadmin)
/usr/local/directadmin/directadmin: /usr/lib/libstdc++.so.5: version `GLIBCPP_3.2' not found (require d by /usr/local/directadmin/directadmin)
[MISLUKT]

:@:@:@
 
Hello,

99.8% of the time, when the directadmin binary has library issues, it's a result of an incorrect OS set in the license file in our system.

If you email us your License ID or IP, and the OS you wish to use, we can double check that it's set correctly : [email protected].

If you only ever get 45 bytes, it would mean that either the incorrect IP is being used to download the file, the UID/LID are incorrrect, or updates are no longer active for the license.

John
 
Hi John,

I got the same problem downloading the update.tar.gz from a machine I just bought the license for a couple of weeks ago and that is running DA at the moment without a problem.

From what I could figure out these guys have running versions of DA and then click the Update DirectAdmin link in DA and then it breaks.

Regards,
Onno
 
Back
Top