Mailing List Archive

[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