[Bug 254] Problems building.

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Wed Jun 12 23:25:09 EST 2002


http://bugzilla.mindrot.org/show_bug.cgi?id=254





------- Additional Comments From dtucker at zip.com.au  2002-06-12 23:25 -------
What C compiler are you using? There's a bug in some versions of gcc that causes
it to pick up -L link paths last, so it might be picking up libcrypto from
/usr/lib and the headers from /usr/local/ssl/include. See:

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=326

Try this:
$ LIBRARY_PATH=/usr/local/ssl/lib:/usr/lib:/usr/local/lib
$ export LIBRARY_PATH
$ ./configure [options]



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the openssh-unix-dev mailing list