Sorry Martin. I forgot to run the first command. Here is everything you wanted:[]
[lapeer:~] patrickg% otool -L /sw/lib/perl5/5.8.1/darwin-thread-multi-2level/auto/GD/GD.bundle
/sw/lib/perl5/5.8.1/darwin-thread-multi-2level/auto/GD/GD.bundle:
/usr/local/lib/libgd.2.dylib (compatibility version 3.0.0, current version 3.0.0)
/sw/lib/libpng.3.dylib (compatibility version 3.0.0, current version 3.0.0)
/usr/lib/libz.1.dylib (compatibility version 1.0.0, current version 1.0.0)
/usr/local/lib/libfreetype.6.dylib (compatibility version 10.0.0, current version 10.0.0)
No need to look further. The stuff you installed in /usr/local is shadowing /sw/lib/libgd.2.dylib. It is easy to understand that rebuilding the latter then makes no difference.
You have now a first-hand experience of the evils of /usr/local which are also described in FAQ#6.9
http://fink.sourceforge.net/faq/comp-general.php?phpLang=en#usr-local-libs
-- Martin
------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
