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