[Bug 335] OpenSSL headers do not match your library
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Sat Jul 27 17:43:00 EST 2002
http://bugzilla.mindrot.org/show_bug.cgi?id=335
------- Additional Comments From dtucker at zip.com.au 2002-07-27 17:42 -------
FYI I've put up some hints and a tool for diagnosing this type of problem up on
http://www.zip.com.au/~dtucker/openssh/.
The tool (hopefully) finds all instances of OpenSSL and displays their versions
and there's a patch to configure that displays the version it finds. With these
you might be able to determine which ones configure is using.
Currently tested on Redhat with GCC only. Example output:
$ ./findssl.sh
Searching for OpenSSL header files.
0x0090604fL /usr/include/openssl/opensslv.h
0x0090604fL /usr/local/ssl/include/openssl/opensslv.h
Searching for OpenSSL shared library files.
0x0090602fL /lib/libcrypto.so.0.9.6b
0x0090602fL /lib/libcrypto.so.2
0x0090581fL /usr/lib/libcrypto.so.0
0x0090602fL /usr/lib/libcrypto.so
0x0090581fL /usr/lib/libcrypto.so.0.9.5a
0x0090600fL /usr/lib/libcrypto.so.0.9.6
0x0090600fL /usr/lib/libcrypto.so.1
Searching for OpenSSL static library files.
0x0090602fL /usr/lib/libcrypto.a
0x0090604fL /usr/local/ssl/lib/libcrypto.a
------- 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