Pages

Bài đăng phổ biến

Showing posts with label how to install src.rpm. Show all posts
Showing posts with label how to install src.rpm. Show all posts

Saturday, December 31, 2011

How To Update exim using a source rpm

In this how-to, we'll describe how to compile a new version of th exim src.rpm file in order to update exim.

We'll use exim 4.76 for the example, so if you need a new/older version, just replace all instances of that version with the version you want (assuming we have it on our server).


wget http://files.directadmin.com/services/da_exim-4.76-1.src.rpm
rpmbuild --rebuild --force da_exim-4.76-1.src.rpm
rpm -Uvh /usr/src/redhat/RPMS/i386/da_exim-4.76-1.i386.rpm
/etc/init.d/exim restart

If needed, use the --nodeps and/or --force options with the rpm command.


DirectAdmin