Robert T Wyatt wrote: > > I was getting this error: > > $ bash > dyld: Library not loaded: /sw/lib/libintl.1.dylib > Referenced from: /sw/bin/bash > Reason: image not found > Trace/BPT trap
There are a few issues with the 10.5 binary distribution: 1) It contains a version of fink that didn't know how to selfupdate-rsync (rsync was disabled on 10.5 for a bit). 2) It looks like the package descriptions that come with it, on the other hand, expect a current fink. 3) A fair number of packages appear to have been built linking to /sw/lib/libintl.1.dylib from the gettext package, without actually declaring a dependency on it. That's what causes the problem above. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Fink-beginners mailing list [email protected] http://news.gmane.org/gmane.os.apple.fink.beginners
