OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Re: sasl, ssl

From: Christoph Kliemt (christoph.kliemtentici.de)
Date: Mon Nov 03 2003 - 08:05:44 CST


synrat <synratwirewalk.org> writes:

> I don't understand why Postfix wants to link against gcclibs ?

http://gcc.gnu.org/gcc-3.0/libgcc.html

> Maybe I messed something up in make makefiles command ??

Yes, add the directory where libgcc_s resides with -L

> make makefiles CCARGS="-DHAS_SSL -I/usr/local/ssl/include/
> -DUSE_SASL_AUTH -I/usr/local/include/sasl/"
> AUXLIBS="-L/usr/local/ssl/lib/ -R/usr/local/ssl/lib/ -lssl -lcrypto
> -L/usr/local/lib/ -R/usr/local/lib/ -lsasl2"

[...]

hth christoph