Re: Debian TLS ssl libraries from package or source

2015-07-25 Thread Viktor Dukhovni
On Sat, Jul 25, 2015 at 12:36:14PM -0500, John Gateley wrote: > > The only libssl.so file I can find is: > /usr/lib/x86_64-linux-gnu/libssl.so > Which looks like Gnu TLS to me. No, that's OpenSSL. Most Debian 64-bit libraries are in /usr/lib/x86_64-linux-gnu. That's the name of the ABI and has

Re: Debian TLS ssl libraries from package or source

2015-07-25 Thread Erwan David
Le 25/07/2015 19:36, John Gateley a écrit : > 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 TL

Debian TLS ssl libraries from package or source

2015-07-25 Thread John Gateley
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