Operating System - Linux
1753784 Members
7066 Online
108799 Solutions
New Discussion юеВ

Re: Sendmail patch on RH AS 2.1 RHWS3 and AS 4

 
SOLVED
Go to solution
Sivasingam Santhakumar
Frequent Advisor

Sendmail patch on RH AS 2.1 RHWS3 and AS 4

Hi Admins,

I have applied the srpms on for each environment. But the sendmail version didn't change any idea?

sendmail-8.12.11-4.21AS.8.src.rpm
sendmail-8.13.1-3.RHEL4.3.src.rpm
sendmail-8.12.11-4.RHEL3.4.src.rpm

Do I have to compile it? how do I?
thanks
4 REPLIES 4
Ivan Ferreira
Honored Contributor
Solution

Re: Sendmail patch on RH AS 2.1 RHWS3 and AS 4

Try with:

rpmbuild --rebuild sendmail-version.src.rpm

This will generate the rpm in /usr/src/redhat/RPMS. Install them as normal with rpm -ivh.

Why don't you download the binary rpm instead of the source rpm?
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
Sivasingam Santhakumar
Frequent Advisor

Re: Sendmail patch on RH AS 2.1 RHWS3 and AS 4

Hi Ivan,
Thanks for that. But there is no binary rpm, or point me where can I get it?
Thanks
Steven E. Protter
Exalted Contributor

Re: Sendmail patch on RH AS 2.1 RHWS3 and AS 4

Ivan's rpmbuild command compiles it.

This creates a binary rpm file.

You install this file with the rpm commmand.

BTW, the patches for Centos sendmail at http://www.centos.org will install for RH 3 and RH 4

With a little effort the correct patch for Fedora Core would probably also install.

Please assign Ivan 10 points for his solution and have a nice day.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Sivasingam Santhakumar
Frequent Advisor

Re: Sendmail patch on RH AS 2.1 RHWS3 and AS 4

Thanks evryone.