A fresh install centos 5.4 64 bits on a vps might have problem start named with error below
service named restart
Stopping named: [FAILED]
Starting named: named: error while loading shared libraries: libdbus-1.so.3: cannot open shared object file: No such file or directory
[FAILED]
This is error of centos 64 bits on vps. You may need to yum install the lib files.
yum install dbus
service named restart