Pascal J.Bourguignon wrote:
[]
$ otool -L /sw/bin/wget
/sw/bin/wget:
       /sw/lib/libintl.1.dylib (compatibility version 2.0.0, current version 2.1.0)
       /sw/lib/libiconv.2.dylib (compatibility version 5.0.0, current version 5.0.0)
       /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 63.0.0)

[]


$ export DYLD_PRINT_LIBRARIES=1
$ wget
loading libraries for image: wget
loading library: /sw/lib/libintl.1.dylib
loading library: /sw/lib/libiconv.2.dylib
dyld: wget can't open library: /sw/lib/libssl.0.9.7.dylib  (No such file or directory, 
errno = 2)
Trace/BPT trap

Are you sure your "wget" is /sw/bin/wget and not /usr/local/bin/wget or something?


Yes of course, otherwise I  would not have bothered in installing Fink
on that computer.  wget is your killer application! :-)

That may well be, the thing is only that there is a contradiction between the output of otool -L and the libraries that are then loaded. I don't see how this can be the same binary.


--
Martin


------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click _______________________________________________ Fink-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to