Hello,
I am trying to build postfix with TLS support.
I have Debian, with the openssl package installed (as well as libssl-dev).
Reading the instructions here:
http://www.postfix.org/TLS_README.html#build_tls
It states "Do not use Gnu TLS".
The only libssl.so file I can find is:
/usr/lib/x86_64-linux-gnu/libssl.so
Which looks like Gnu TLS to me.
Is there a Debian package with libssl.so (the package search doesn't
return anything except
what I already have installed)?
Do I need to install openssl from source to build the libraries?
Thanks
John