On Sun, Apr 14, 2013 at 07:33:21PM +0200, Reindl Harald wrote: > Am 14.04.2013 19:24, schrieb Viktor Dukhovni: > > 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 > > Fedora has (i guess openssl/opennssl was a typo)
No, I meant what I wrote. > [root@buildserver:~]$ rpm -q --file /usr/include/openssl/ssl.h > openssl-devel-1.0.0k-1.fc17.20130221.rh.x86_64 For this Postfix needs -I/usr/include (the default), and does NOT need -I/usr/include/openssl. -- Viktor.