Nice catch... 
Thanks a lot....
Problem solved by proving same libraries

-----Original Message-----
From: owner-postfix-us...@postfix.org [mailto:owner-postfix-us...@postfix.org] 
On Behalf Of Wietse Venema
Sent: Wednesday, December 16, 2009 6:35 PM
To: Postfix users
Subject: Re: Error while installing postfix on 64bit CentOS

Arora, Sumit:
> Hi folks,
> 
> I'm installing postfix on 64 bit CentOS with mysql and openssl support.
> 
> I'm using following command:
> make makefiles CCARGS="-DUSE_TLS -I/mnt/Postfix/openssl-0.9.8l/include \

You are using "include" files from /mnt/Postfix/openssl-0.9.8l

> AUXLIBS="-L/usr/lib64 -lssl -lcrypto \

But you are linking with object libraries /usr/lib64/libssl and libcrypto.

Don't do that.

Instead, use the header files that match the object libraries.

        Wietse

Reply via email to