Ubuntu 10.04 problem

Status
Not open for further replies.

AtomicX

New member
Joined
May 4, 2010
Messages
4
I have just upgraded to Ubuntu 10.04. After upgrade directadmin service did not start.

root@server:/usr/local/directadmin# ./directadmin
directadmin: relocation error: /lib/tls/i686/cmov/libnss_compat.so.2: symbol strcmp, version GLIBC_2.0 not defined in file libc.so.6 with link time reference

Any suggestions?
 
I have temporarily fixed the problem by

root@server:/usr/local/directadmin# export LD_ASSUME_KERNEL=2.4.1
root@server:/usr/local/directadmin# ./directadmin
DirectAdmin 1.35.1
Accepting Connections on port 2222

How can I permanently fix it so directadmin services will start at boot?
 
now I have problems with LD_ASSUME_KERNEL=2.4.1, because dataskq can not execute commands to update resource usages, webalizer, ...

root@server:~# export LD_ASSUME_KERNEL=2.4.1
root@server:~# ls
ls: error while loading shared libraries: librt.so.1: cannot open shared object file: No such file or directory
root@server:~# ps
ps: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory

Can you recompile dataskq and directadmin to be compatible with libc-2.11.1?

I am running on Linux server 2.6.32-22-generic-pae #33-Ubuntu SMP Wed Apr 28 14:57:29 UTC 2010 i686 GNU/Linux
 
Ok... I have solved the problem. It turned out I had Debian 3.0/4.0 set in my directadmin account (license). Binaries from Debian 5.0 worked fine.

So if anyone else upgraded from Ubuntu 9.04 to 10.04, check if you have Debian5.0 set in you license :)
 
Status
Not open for further replies.
Back
Top