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.
http://bugzilla.mindrot.org/show_bug.cgi?id=254 dtucker at zip.com.au changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From dtucker at zip.com.au 2002-06-18 11:17 ------- After many emails, there turned out to be two problems: 1) Symlinks to libcrypto.so in /lib but no symlink to openssl include files, causing compile failure of configure test. 2) Different versions of shared and static libraries in /usr/local/ssl/lib. The shared libraried were older, so when they got linked in there was an ssl version mismatch. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
Maybe Matching Threads
- [Bug 269] OpenSSH doesn't compile with dynamic OpenSSL libraries
- configure problem --- Can't find recent OpenSSL libcrypto
- OpenSSH & OpenSSL directory location problem.
- OpenSSH-7.1p1 fails configure check with LibreSSL-2.2.4
- OpenSSH slow on OSX High Sierra (maybe due to libcrypto)?