While upgrading OpenSSL configure: error: … Error, SSL/TLS libraries were missing or unusable

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 …………………….

This entry was posted in Uncategorized. Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *