On Nov 4, 2006, at 1:31 PM, Alexandru Ciobanu wrote:
On Nov 4, 2006, at 7:33 AM, Craig White wrote:
On Sat, 2006-11-04 at 04:59 -0500, redhatdude@xxxxxxxxxxxxx wrote:
Does the postfix from fedora core 6 include mysql support?
If not, how do I get it?
Thanks
EJ
----
download source rpm
edit the specfile - probably something like '--with-mysql'
rebuild rpm using the edited specfile
install the built rpms
Craig
How do I get the source rpm and how do I rebuild it?
yumdownloader --source postfix
rpmbuild --rebuild --define='MYSQL 1' postfix-{version}.src.rpm
Will I have to do the same everytime there's an update to postfix?
Yes
Thanks,
np :-)
I don't have yumdownloader. Doing yum install yumdownloader finds
nothing.
EJ