bug-wget
[Top][All Lists]
Advanced

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

[Bug-wget] Re: 505128eba9fe breaks build on MacOS X


From: Christian Ebert
Subject: [Bug-wget] Re: 505128eba9fe breaks build on MacOS X
Date: Sun, 10 Jan 2010 11:52:01 +0100
User-agent: slrn/pre1.0.0-18/mm/ao/mc (Darwin)

* Micah Cowan on Sunday, January 10, 2010:
> That's not the change that would have spurred this problem; 38a0105c05ea
> looks much more likely, as it introduces the use of the macro
> a2i_IPADDRESS in openssl.c (which Arvind's change doesn't touch).
> 
> On my system, that symbol is declared in openssl/x509v3.h, and defined
> appropriately by openssl 0.9.8. Perhaps it's a symbol that's not
> available in 0.9.7l?

Yes. I just got the 0.9.8l headers and libs from fink (I already
link against fink's libiconv and libidn) and sure enough it is
declared in /sw/include/openssl/x509v3.h (not in the apple
developer tools' /usr/include/openssl/x509v3.h).

After this wget builds fine with --with-libssl-prefix=/sw :

$ wget --version
GNU Wget 1.12.1-devel (ccc1899ef486) built on darwin9.8.0.

+digest +https +ipv6 +iri +large-file +md5/openssl -nls +ntlm +opie 
+ssl/openssl 

Wgetrc: 
    /usr/local/etc/wgetrc (system)
Compile: gcc -DHAVE_CONFIG_H -DSYSTEM_WGETRC="/usr/local/etc/wgetrc" 
    -DLOCALEDIR="/usr/local/share/locale" -I. -I../lib -I/sw/include 
    -I/sw/include -O2 -Wall 
Link: gcc -O2 -Wall -L/sw/lib -L/sw/lib -lssl -lcrypto -L/sw/lib -liconv -ldl 
    -lidn ftp-opie.o openssl.o http-ntlm.o gen-md5.o ../lib/libgnu.a 

Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later
<http://www.gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Originally written by Hrvoje Niksic <address@hidden>.
Currently maintained by Micah Cowan <address@hidden>.
Please send bug reports and questions to <address@hidden>.
$ otool -L `which wget`
/usr/local/bin/wget:
        /sw/lib/libssl.0.9.8.dylib (compatibility version 0.9.8, current 
version 0.9.8)
        /sw/lib/libcrypto.0.9.8.dylib (compatibility version 0.9.8, current 
version 0.9.8)
        /sw/lib/libiconv.2.dylib (compatibility version 7.0.0, current version 
7.0.0)
        /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current 
version 111.1.4)
        /sw/lib/libidn.11.dylib (compatibility version 17.0.0, current version 
17.42.0)
        /usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0, current version 
1.0.0)
 
c
-- 
\black\trash movie    _C O W B O Y_  _C A N O E_  _C O M A_
                     Ein deutscher Western/A German Western

         --->> http://www.blacktrash.org/underdogma/ccc.php





reply via email to

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