You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2002/05/11 01:34:00 UTC

DO NOT REPLY [Bug 8993] - openssl library location(s) are hardcoded in configure script

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

aaron@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From aaron@apache.org  2002-05-10 23:33 -------
You should always be able to add include paths and library paths
to the appropriate environment variables before calling configure.
Try this:

CFLAGS="-I/path/to/openssh/includes" LDFLAGS="-L/path/to/openssh/lib
-R/path/to/openssl/lib" ./configure --your-flags

If this is not working, then that is a bug and you should reopen this
report. Thanks for using Apache!

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org