Do you see the missing symbol when you do an nm -D command against either
libssl.so or libcrypto.so? (It shows up on my Linux system in
libcrypto.so.)
Mark Post
-Original Message-
From: Robert Poole [mailto:[EMAIL PROTECTED]
Sent: Sunday, October 12, 2003 2:23 PM
To: [EMAIL PROTECTED]
Robert Poole [EMAIL PROTECTED] writes:
gcc -O2 -Wall -Wno-implicit -o wget cmpt.o connect.o convert.o
cookies.o ftp.o ftp-basic.o ftp-ls.o ftp-opie.o getopt.o hash.o
headers.o host.o html-parse.o html-url.o http.o init.o log.o main.o
gen-md5.o netrc.o progress.o rbuf.o recur.o res.o retr.o
I did a little digging. Even though I compiled openssl, and it
installed things under /usr/local, there are other libssl and libcrypto
versions on the system; so I'm kind of scratching my head, trying to
figure out how to force wget to build against the stuff that I actually
compiled, instead
I tried what you suggested, and of course did a make clean to make
sure everything got recompiled from scratch, but the link still bombs
with the same error message. I even copied the libssl.a and
libcrypto.a files to /usr/local/ssl/lib (which was empty up to this
point, very strange), and