PDA

View Full Version : named wont start...



flumps
10-15-2008, 07:45 PM
just installed DA on my vps box and I noticed that named is down in the service status...

tryed to start it but all im getting is



An error has occurred

Details

/sbin/service named restart 2>&1



trying a /sbin/service named start in ssh this gives me the output:



/sbin/service named start
Starting named: named: error while loading shared libraries: libdbus-1.so.3: can not open shared object file: No such file or directory
[FAILED]


any ideas?

OS is: CentOS 5.2 64bit

scsi
10-15-2008, 08:07 PM
Try: yum -y install dbus

flumps
10-16-2008, 06:06 AM
that worked thanks.