hi, i have installed CentOS 3.1 but can´t install courier-imap with yum. can anybody tell me how to get the rpm? tia!
They are not available from the repository. I'd suggest you build your RPM from source:
http://www.courier-mta.org/status.html
"Building RPMs
You can build binary Courier RPMs directly from the tarball, using RPM version 4.0.2 or higher. For example:
rpm -ta courier-0.44.1.tar.bz2
For RPM 4.1 and higher (Red Hat 8.0), use rpmbuild instead of rpm:
rpmbuild -ta courier-0.44.1.tar.bz2
Because the RPMs can be built directly from the tarball, binary RPMs will not be distributed separately."
Source can be found here: http://www.courier-mta.org/download.php.
Good luck, Tom
Support wrote:
hi, i have installed CentOS 3.1 but can´t install courier-imap with yum. can anybody tell me how to get the rpm? tia! _______________________________________________ CentOS mailing list CentOS@caosity.org http://www.caosity.org/mailman/listinfo/centos
Tom DE BLENDE (GCC) wrote:
They are not available from the repository. I'd suggest you build your RPM from source:
Be aware that the SPEC file in the tarball includes the ldap, mysql and pgsql support modules (so you have to have *-devel installed, etc). I extract the SPEC, delete the unwanted modules, then compile. It's always worked cleanly on RedHat, haven't tried CentOS yet.
-te
I've compiled the courier-imap rpms, on CentOS 3. No problem, just follow the courier-imap faq for building the rpms not-as-root.
Jacob Leaver Senior Server Administrator ReachONE Internet
----- Original Message ----- From: "Troy Engel" tengel@fluid.com To: centos@caosity.org Sent: Monday, May 03, 2004 9:14 AM Subject: Re: [Centos] Courier-Imap
Tom DE BLENDE (GCC) wrote:
They are not available from the repository. I'd suggest you build your RPM from source:
Be aware that the SPEC file in the tarball includes the ldap, mysql and pgsql support modules (so you have to have *-devel installed, etc). I extract the SPEC, delete the unwanted modules, then compile. It's always worked cleanly on RedHat, haven't tried CentOS yet.
-te