On Sun, Apr 14, 2013 at 07:22:28PM +0200, Reindl Harald wrote:

> > -UHAS_IPV6 -DUSE_TLS -I/usr/include/mysql/ -I/usr/include/sasl ' 
> > 'AUXLIBS=-L/usr/lib/mysql/ -lmysqlclient -lssl
> > -lcrypto -lz -lm -lpcre -lsasl2'
> 
> i am missing here the path to openssl
> below the ARGS from my fedora-rpm-SPEC
> 
> -DUSE_TLS -I/usr/include/openssl

This is not a good idea. The OpenSSL header files are accessed by Postfix
via:

        #include <openssl/mumble.h>

Unless you have /usr/include/openssl/opennssl/ssl.h you should NOT do this.

-- 
        Viktor.

Reply via email to