bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-wget] now getting Undefined symbol for "_a2i_IPADDRESS" (Re: With w


From: SciFi
Subject: [Bug-wget] now getting Undefined symbol for "_a2i_IPADDRESS" (Re: With wget-1.12, I'm getting "Duplicate Symbols" during make (MacOSX 10.5.8), help please?)
Date: Tue, 25 May 2010 07:09:31 +0000 (UTC)
User-agent: Pan/0.133 (House of Butterflies)


Hi,

Thank you for the patch,
it seems to fit fine and got the iri/idn problem fixed.
But now we have this problem on the same ld phase:
[…]
gcc-4.2  -fast      -mtune=core2 -march=core2 -force_cpusubtype_ALL  -arch i386 
  -fast      -mtune=core2 -march=core2 -force_cpusubtype_ALL  -arch i386  
-L/usr/local/lib -L/usr/X11/lib  -L/usr/local/lib -o wget cmpt.o connect.o 
convert.o cookies.o ftp.o css.o css-url.o ftp-basic.o ftp-ls.o hash.o host.o 
html-parse.o html-url.o http.o init.o log.o main.o netrc.o progress.o ptimer.o 
recur.o res.o retr.o snprintf.o spider.o url.o utils.o exits.o build_info.o 
iri.o version.o ftp-opie.o openssl.o http-ntlm.o ../lib/libgnu.a -lssl -lcrypto 
 -liconv -lintl -liconv -lc -Wl,-framework -Wl,CoreFoundation  -ldl  -lidn
Undefined symbols:
  "_a2i_IPADDRESS", referenced from:
      _ssl_check_certificate in openssl.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
make[3]: *** [wget] Error 1
make[3]: Leaving directory `/Volumes/RamDisk/Safari/wget-1.12-2359/src'
[…]

I am letting things use Apple's provided openssl:
$ which openssl
/usr/bin/openssl
$ openssl version
OpenSSL 0.9.7l 28 Sep 2006

I know it is 'old', after all this is OSX 10.5.8,  ;)
and I don't know why they would leave it there
(you'd think several security issues need to be fixed since then).
But I see no specific version requirements in the wget docs anywhere.
I tried grepping the /usr/include/openssl tree for 'a2i', none found.
And BTW wget-1.11.4 didn't use any function with a2i in it at all.
So this must be new for wget-1.12.
Maybe I should get the latest openssl installed in /usr/local?
I shall try that next.

Thank you again.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]