I wanted to upgrade to the latest OpenSSL (1.0.1c) but after doing so, httpd would not install correctly and bombed with the error “configure: error: … Error, SSL/TLS libraries were missing or unusable”
I was able to correct this by following this suggestion by ‘enigma1’
precede the apache configure command with { env LDFLAGS=”-ldl” } like so:
env LDFLAGS=”-ldl” ./configure …………………….