DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8993>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8993 openssl library location(s) are hardcoded in configure script ------- Additional Comments From [EMAIL PROTECTED] 2003-07-02 01:08 ------- The deal with openssl is, you need to add /usr/local/ssl/lib to /etc/ld.so.conf and run ldconfig. That is, if you installed openssl over Red Hat's rpm build. Otherwise, the Apache config process will run openssl under the --with-ssl=DIR while openssl is still linked to the old libs and error on that point. That was my original problem. http://www.devside.net DeveloperSide.NET --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
