My experience of installing the FC4 version in CentOS 5... not necessarily 100% correct..
Make sure you have no silly UTF-8 thingee in the file /etc/sysconfig/i18n
If you're installing it on a bare minimum CentOS5.. you'd have to link some files like me.. (digged this out of my bash history)
ln -s /lib/libssl.so.6 /lib/libssl.so.4
ln -s /lib/libcrypto.so.6 /lib/libcrypto.so.4
ln -s /lib/libdb-4.3.so /lib/libdb-4.2.so
Also most importantly.. the silly sudoers file.. in /etc - comment out the line that reads
"Defaults requiretty"
I know .. I know..spoonfeeding is bad.. and people should just search the forums or the wiki..
