I am having trouble installing stunnel on CentOS 7.3.
I was given a directive to "use the latest OpenSSL" so on one target machine, it has 1.0.2k built from source.
On the machine with OpenSSL 1.0.2k, when attempting to install stunnel, when I run ./configure, it passes with this info:
configure: FIPS support not found
Then make fails with:
/usr/bin/ld: /usr/local/ssl/lib/libssl.a(s3_srvr.o): relocation R_X86_64_32 against `.rodata' can not be used when making a shared object; recompile with -fPIC
On another target machine, it has 1.0.1e-fips, installed via yum package.
On the machine with OpenSSL 1.0.1e-fips, ./configure fails with:
checking for TLS directory... not found
configure: error:
Could not find your TLS library installation dir
Advice on installing with the latest OpenSSL (1.0.2k) would be much appreciated.