On Wed, Mar 18, 2009 at 01:12:13AM -0300, Stacker Hush wrote: > Hello. > > I'm usign Centos5 and i compile normally postfix with SASL without problem > (works fine) with this: > make makefiles CCARGS="-DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl" > AUXLIBS="-L/usr/lib -lsasl2"
> Now i'm trying to compile sasl (for smtp-auth) and TLS. I'm using this: > make makefiles CCARGS="-DUSE_SASL_AUTH -I/usr/include/sasl -DHAS_SSL > -I/usr/include/openssl" AUXLIBS="-L/usr/lib -R/usr/lib -lsasl2 -lssl > -lcrypto" Read carefully, and combine all the compiler and linker flags for SASL and TLS without using the wrong ones or leaving any out: http://www.postfix.org/SASL_README.html#build_postfix http://www.postfix.org/TLS_README.html#build_tls -- Viktor. Disclaimer: off-list followups get on-list replies or get ignored. Please do not ignore the "Reply-To" header. To unsubscribe from the postfix-users list, visit http://www.postfix.org/lists.html or click the link below: <mailto:majord...@postfix.org?body=unsubscribe%20postfix-users> If my response solves your problem, the best way to thank me is to not send an "it worked, thanks" follow-up. If you must respond, please put "It worked, thanks" in the "Subject" so I can delete these quickly.