Dave Hallowell wrote:
Jake,
.rpm
I am following the Installing EMPF patch on the qmail wiki. I patched
the spec file (step 4) manually like you suggested. I got the errors
when performing step 5 - rebuild your qmail-toaster
rpmbuild -bb --rebuild --with 'cnt40' qmail-toaster.spec
Thanks,
Dave
Try:
rpmbuild -bs qmail-toaster.spec
Then:
rpmbuild --rebuild --with cnt40 /usr/src/redhat/SRPMS/qmail-toaster*
The build environment is set up for CentOS 5, so if you're using 4 you
may edit the spec file again and under %default remove the version
specifications for the offending libraries. I do not think this will
affect the system in a negative manner.