https://issues.apache.org/bugzilla/show_bug.cgi?id=53496
--- Comment #5 from William A. Rowe Jr. <[email protected]> --- As a hint (for the bug monitoring community as well as yourself)... you were using a system openssl package? You always need to install the corresponding -devel (or -dev) packages. Since it only found openssl.a it refused to link against openssl.so.n because it was looking for an openssl.so symlink to that version. Anytime we see modules linking against .a packages, we expect you are in pretty bad shape. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
