On Friday 07 March 2008 01:35:13 am Todd Krause wrote: > Hi, > > I'm running OS 10.5.2 on a MacBook Pro. I had installed GDL via Fink a > while back and it worked fine (the last time I checked was a few weeks > ago). But now when I try to run it, I get the following: > > 12:29 AM btpro:disk_kepler01_output> gdl > dyld: Library not loaded: /sw/lib/libMagick++.10.dylib > Referenced from: /sw/bin/gdl > Reason: image not found > Trace/BPT trap > > I have done a selfupdate once or twice during the intervening time, and at > one point lam-mpi was deactivated while some other packages were compiled > with openmpi. Perhaps that could have something to do with it, though I > don't see why.
Nope. > > I tried removing and reinstalling GDL, but I get the same error. I found > references in the Fink mailing lists to installing libmagic via Fink, but > I don't find the package in the list (I'm using the unstable tree). Is > libMagick now part of another package I should install? If so, why didn't > the GDL installation install that automatically? > > I would be grateful for any help you could give me. > > Regards, > Todd > That library should be part of imagemagick10-shlibs, and that dependency _is_ declared. First check if you have /sw/lib/libMagick++.10.dylib , since the runtime linker has been known to report weird things--like knowing about a library in /sw, but barfing because it actually was looking in /usr/local for it. If that file isn't around, then try reinstalling imagemagick10-shlibs , and check again if /sw/lib/libMagick++.10.dylib shows up. If it doesn't show up after a reinstall, try "fink rebuild imagemagick10-shlibs ; fink reinstall imagemagick10-shlibs" -- Alexander K. Hansen akh AT finkproject DOT org Fink User Liaison and Documenter ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Fink-beginners mailing list [email protected] http://news.gmane.org/gmane.os.apple.fink.beginners
