On Sunday, November 20, 2011 02:11 AM, Tim Dunphy wrote:
hello list!
I am attempting to build an rpm of postfix that includes support for mysql. I've done this before with earlier versions on postfix but I am staring at this spec file until my eyes bleed and I just don't see why when I build the spec with rpmbuild mysql support isn't there.
After I install the rpm I have a look at the modules as such: ldd $(which postfix) | grep -i mysql
and nothing's there.
I was hoping someone out there might not mind having a look at the spec file and let me know what I'm missing.
I thought there was a postfix package with mysql enabled in the plus repo?