[Bug 269] OpenSSH doesn't compile with dynamic OpenSSL libraries
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Fri Jun 14 11:20:42 EST 2002
http://bugzilla.mindrot.org/show_bug.cgi?id=269
------- Additional Comments From dtucker at zip.com.au 2002-06-14 11:20 -------
I think gcc is picking up a libcrypto from somewhere other than where you
expect (maybe /usr/lib or /usr/local/lib).
configure:8264: gcc -o conftest -O3 -Wall -Wpointer-arith -Wno-uninitialized
-I/usr/local/ssl/include -I/opt/zlib/include -O3 -I/usr/local/include
-L/usr/local/ssl/lib -R/usr/local/ssl/lib -L/opt/zlib/lib -R/opt/zlib/lib
-L/usr/local/lib -R/usr/local/lib conftest.c -lpam -ldl -lz -lsocket -lnsl
-lcrypto >&5
/var/tmp/ccikDouh.o: In function `main':
/var/tmp/ccikDouh.o(.text+0x4): undefined reference to `RAND_add'
collect2: ld returned 1 exit status
Check for other libcrypto's:
$ find / -name 'libcrypto.*' -print
If any show up try:
$ LIBRARY_PATH=/usr/local/ssl/lib:$LIBRARY_PATH
$ export LIBRARY_PATH
$ cd openssh-3.2.3p1
$ make distclean && ./configure
------- 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