Hi, What i did like:
Fresh minimal Fedora Core 4 install. After: yum -y install rpm yum yum -y remove sendmail evolution mv /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-y2 cp /etc/pki/rpm-gpg/RPM-GPG-KEY-y /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora yum -y install autoconf automake automake17 bzip2 bzip2-devel compat-gcc-32 compat-gcc-32-c++ curl curl-devel expect expect-devel yum -y install gcc gcc-c++ gcc-java gdbm gdbm-devel gmp gmp-devel httpd httpd-devel httpd-manual krb5-auth-dialog krb5-devel krb5-libs krb5-workstation libgcc libidn libidn-devel mysql mysql-bench mysql-devel mysql-server mrtg ntp openssl openssl-devel pcre perl-Digest-HMAC perl-Digest-SHA1 perl-Net-DNS perl-Time-HiRes php php-imap php-ldap php-mysql php-pear redhat-rpm-config rpm-build rpm-devel rpm-libs rpm-python sed setup setuptool spamassassin stunnel system-config-date which yum -y update reboot Those lines for not to have RPM-GPG-KEY error. Other yum lines for update and dependencies. Why i parted yum with more than 1 line is not to have memory error. Removing sendmail and evolution is IMPORTANT for not having problems DURING INSTALL. After those lines there is no QmialToaster dependencies problem, thanks to God, thanks to good programmers. --- "Eric \"Shubes\"" <[EMAIL PROTECTED]> wrote: > Eugene Lee wrote: > > Hi all, > > > > I've been trying to get qmail toaster installed on > a Fedora Core 4 box > > that is running php4. I was told that qmail > toaster should run fine > > using php4, but I have not been able to get things > to work successfully. > > > > When using install script for Fedora, it reports > that there was a failed > > dependency (php 5 required). > > > > error: Failed dependencies: > > php >= 5.0.4 is needed by > control-panel-toaster-0.5-1.3.1.noarch > > > > When I attempted to install the RPM package > without using the install > > script (first rebuilding the rpm package for > Fedora Core 4, then using > > the rpm -Uvh command), it reports it as installed, > but when I check it's > > not listed. > > > > [EMAIL PROTECTED] qtms-install]# rpm -Uvh > > control-panel-toaster-0.5-1.3.1.src.rpm > > 1:control-panel-toaster > ########################################### > > [100%] > > [EMAIL PROTECTED] qtms-install]# rpm -qa | > grep toaster > > vpopmail-toaster-5.4.13-1.3.1 > > daemontools-toaster-0.76-1.3.1 > > autorespond-toaster-2.0.4-1.3.1 > > courier-authlib-toaster-0.58-1.3.1 > > libdomainkeys-toaster-0.68-1.3.1 > > qmail-pop3d-toaster-1.03-1.3.5 > > qmail-toaster-1.03-1.3.5 > > ucspi-tcp-toaster-0.88-1.3.1 > > courier-imap-toaster-4.1.1-1.3.2 > > clamav-toaster-0.88.3-1.3.2 > > [EMAIL PROTECTED] qtms-install]# > > > > Does anybody have any insight as to why this is > happening, or how I can > > fix this? Thank you. > > > > Eugene > > > Eugene, > > There are two different types of rpms, source and > binaries. Source rpms > contain the source code and are named *.src.rpm, > while binary rpms > contain executables and are named *.noarch.rpm > (noarch can also be a > certain architecture, such as i386 or i686). > > Most packages are distributed as binary rpms, so > users can simply > install them and run. Due to licensing restrictions, > qmail (and thus the > toaster) must be distributed in source form, which > means that you need > to build the binary rpms yourself before installing > them. That is what > the install/upgrade scripts do. > > In order to install a toaster package manually, you > need to build and > install the binary (executable) rpms (you've simply > installed the > source, which doesn't do you much good). You need to > use the rpmbuild > command to do this. See > http://devel.qmailtoaster.com/faq.html#howbuild > > Seeing that you're fairly new to this rpm stuff > (nothing wrong with > that, but a substantial bit of a learning curve > ahead), I strongly > recommend that you use CentOS4.3 instead of Fedora4 > if at all possible > for running the toaster. They're both RedHat based, > but CentOS is much > more stable (essentially the same as RHEL), > undergoes fewer changes, and > has been tested more thoroughly. > > -- > -Eric 'shubes' > > --------------------------------------------------------------------- > QmailToaster hosted by: VR Hosted > <http://www.vr.org> > --------------------------------------------------------------------- > To unsubscribe, e-mail: > [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] > > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --------------------------------------------------------------------- QmailToaster hosted by: VR Hosted <http://www.vr.org> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
