Dear all,
i wanna give a try qmailtoaster on vps according to their wiki guide. But i found out that there is some dependencies issue just after first installation of deps sh script.
the shell script is as follow. any idea why i cant install on vps. i try on centos template vps. i will try with fedora 5 template vps soon.
#!/bin/sh
#
# CentOS 4.3 dependencies for basic install
#
#
# Removes sendmail and adds all deps
#
# Removes openssl and installs it again because
# it conflicts with it's own files (?)
#
rpm --import /usr/share/doc/centos-release-4/RPM*
yum -y remove sendmail
rpm -e --nodeps openssl
yum -y install autoconf automake automake17 bzip2 bzip2-devel curl curl-devel expect expect-devel gcc gcc-c++ gcc-g77 gdbm
gdbm-devel gmp gmp-devel httpd httpd-devel httpd-manual httpd-suexec krb5-auth-dialog krb5-devel krb5-libs krb5-workstation
libgcc libidn libidn-devel libtool mysql mysql-bench mysql-devel mysql-server mrtg ntp openssh openssh-clients
openssh-askpass openssh-server openssl openssl-devel pcre pcre-devel perl-Digest-HMAC perl-Digest-SHA1 perl-Net-DNS
perl-Time-HiRes php php-ldap php-mysql php-pear redhat-rpm-config rpm-build rpm-devel rpm-libs rpm-python sed setup
setuptool stunnel system-config-date which
thanks