On Nov 9, 2014, at 10:45 AM, Robert Wohlhueter <[email protected]> wrote:
> [running MacOS 10.9.5, and immediately after "fink selfupdate" followed by > "fink update-all:] > > When I attempt to run the "gnuplot" program, I get the following error > message: > > [summer:/usr/bin]46 bobw% gnuplot > dyld: Library not loaded: /sw/lib/libexpat.1.dylib > Referenced from: /sw/lib/fontconfig2/lib/libfontconfig.1.dylib > Reason: Incompatible library version: libfontconfig.1.dylib requires > version 8.0.0 or later, but libexpat.1.dylib provides version 7.0.0 > > I would think that these dependencies would be updated by the "fink > update-all" command. Nor can I find any "libexpat" using "fink list > libexpat". Anyone have hints how I can update my libexpat.1.dylib? > > Thanks, > > Bob Wohlheuter As it happens, the package is not named “libexpat” in fink. $ fink list expat Information about 10368 packages read in 6 seconds. i expat1 2.1.0-1 C library for parsing XML i expat1-shlibs 2.1.0-1 C library for parsing XML Do you see 2.1.0-1 as the latest available version? And what do you get from “otool -L /sw/lib/libexpat.1.dylib”? Also, check what you get from “printenv DYLD_LIBRARY_PATH”. If that is set, then you might be pointing at a third-party, incompatible libexpat.1.dylib somewhere else. -- Alexander Hansen, Ph.D. Fink User Liaison
------------------------------------------------------------------------------
_______________________________________________ Fink-users mailing list [email protected] List archive: http://news.gmane.org/gmane.os.macosx.fink.user Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-users
