I have just finished the installation of QT in a Centos 6 x64 box. I just
wanted to my installation notes. It is not intended to be a Howto or a Step
by Step instructions. Maybe they are usefull for someone else:
*Centos 6 x64 Install Notes - Centos Minimal Installation*
Dependencies Notes:
- No installed: automake17 and compat-libgcc
- Package compat-libf2c replaced by compat-libf2c-34
- Package compat-libsdc++-33 replaced by compat-libstdc++-33
- Centos 6 does not include sendmail, instead it includes postfix by
default
- When postfix is removed, it also removes "crontabs" and "mrtg" which I
added later
- When postfix is removed, it does not remove the user "postfix" with UID
89 which conflicts with vpopmail UID
Command executed:
- yum install make compat-libf2c-34 compat-libstdc++-33 aspell
- yum remove postfix
- userdel postfix
Perl Dependencies Notes:
- Install rpmforge manually:
- rpm --import http://apt.sw.be/RPM-GPG-KEY.dag.txt
- rpm -Uvh
http://packages.sw.be/rpmforge-release/rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm
- Install qtp
- Run qtp-dependencies
- Install perl SPF package manually:
- yum install perl-Mail-SPF-Query
Make Symbolic Link becouse centos 6 change the default rpmbuild directory
- ln -s /root/rpmbuild/ /usr/src/redhat
QmailToaster Installation Notes:
- Execute install script cnt5064-install-script.sh until installation of
"qmailadmin-toaster"
- Install mrtg and crontabs via yum
- yum install mrtg crontabs
- Continue with installation script
Salutti,
Natalio.