Craig wrote:
dontek wrote:
I am attempting to build postfix with sasl2 AND mysql support,
although I'm not able to get anything except one or the other
individual flavor to install.

I thought the following build string would get me what I wanted, but
instead it just tries to install the two flavors separately, which of
course doesn't work.

# env FLAVOR="sasl2 mysql" make install

What am I missing here?


make show=FLAVORS lists them both (amongst others), I presume?

# env FLAVOR="sasl2 mysql" make
# env FLAVOR="sasl2 mysql" make install

Did it okay when I built it recently.

This worked; thank you. I was under the false assumption that the 'make install' essentially did the make and install as you have above. I guess this is not the case when building FLAVORS.

Reply via email to