$ wget -h dyld: wget can't open library: /sw/lib/libssl.0.9.7.dylib (No such file or directory, errno = 2)
Trace/BPT trap
This is really wget, not wget-ssl? The wget from the wget package should not link to libssl at all. What does "otool -L /sw/bin/wget" give?
So I ran: fink install openssl, and while now I've got a /sw/lib/libssl.0.9.6.dylib, wget still does not work since it's expecting /sw/lib/libssl.0.9.7.dylib.
For libssl.0.9.7, you need to install openssl097
In addition, I removed /sw/fink/dists/stable/main/binary-darwin-powerpc/web/wget_1.8.2-1_darwin-powerpc.deb
ran: fink purge wget ; fink install wget to get it recompiled and reinstalled, and it still tries to refere 0.9.7...
If you set the environment variable DYLD_PRINT_LIBRARIES and the run wget, you will see more precisely who is trying to load libssl. It might not be wget itself.
-- 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