mark wrote: [] > ========= > dyld: Library not loaded: /sw/lib/freetype219/lib/libfreetype.6.dylib > Referenced from: /sw/bin/xpdf > Reason: Incompatible library version: xpdf requires version 10.0.0 > or later, but libfreetype.6.dylib provides version 9.0.0 > Trace/BPT trap > ========= > > The output from otool is: > > ========== > otool -L /sw/lib/freetype219/lib/libfreetype.6.dylib > /sw/lib/freetype219/lib/libfreetype.6.dylib: > /sw/lib/freetype219/lib/libfreetype.6.dylib (compatibility > version 10.0.0, current version 10.10.0) []
Are you setting the environment variable DYLD_LIBRARY_PATH? This typically causes errors like the one you are seeing. -- Martin ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Fink-beginners mailing list [email protected] http://news.gmane.org/gmane.os.apple.fink.beginners
