Return-Path: Delivered-To: apmail-httpd-bugs-archive@httpd.apache.org Received: (qmail 15673 invoked by uid 500); 17 Jun 2002 21:26:54 -0000 Mailing-List: contact bugs-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: "Apache HTTPD Bugs Notification List" Delivered-To: mailing list bugs@httpd.apache.org Received: (qmail 15662 invoked from network); 17 Jun 2002 21:26:54 -0000 Date: 17 Jun 2002 21:27:04 -0000 Message-ID: <20020617212704.20647.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: bugs@httpd.apache.org Cc: Subject: DO NOT REPLY [Bug 8993] - openssl library location(s) are hardcoded in configure script X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . 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 long@kestrel.cc.ku.edu changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|INVALID | ------- Additional Comments From long@kestrel.cc.ku.edu 2002-06-17 21:27 ------- --with-ssl does NOT solve this problem I'm afraid. If I specify --with-ssl=/usr/freeware then the configure script checks for libssl.a and libssl.so in /usr/freeware/lib. My SSL library is installed in /usr/freeware/lib32. Please read the code in the bug report and you should see what I mean. */lib is always checked for the library but */lib32 is never checked. --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org For additional commands, e-mail: bugs-help@httpd.apache.org