Anyone successfully installed Pound on RHEL 5.7?
I get an error when configuring:
Missing OpenSSL (-lcrypto) - aborted
This box was running Pound 2.5. I tried using --with-ssl=/usr/lib/openssl
but no avail.
Rob
This is a problem with gcc on RHEL not understanding
"-Wno-unused-result" option. Just open configure file, and remove this
option.
On 1/9/2012 2:01 PM, Robert Hicks wrote:[...]