Alexander Hansen wrote: > On Nov 17, 2008, at 12:27 PM, Matthias Muench wrote: > [] >> dyld: Library not loaded: /sw/lib/pango-ft219/lib/libpango-1.0.0.dylib >> Referenced from: /sw/bin/gnuplotx >> Reason: Incompatible library version: gnuplotx requires version >> 2201.0.0 or later, but libpango-1.0.0.dylib provides version 1002.0.0 >> /sw/bin/gnuplot: line 6: 24339 Trace/BPT trap /sw/bin/ >> gnuplotx "$@"
One explanation for such an error message is that the environment variable DYLD_LIBRARY_PATH is set and points to a directory in which an old version of libpango-1.0.0.dylib is hiding. In such a case, Apple's dynamic loader dyld has a habit of lying in its error message: It shows not the actual faulty library, but the install_name of the library stored in the referencing executable. If this is the explanation, remove the setting of this env variable. Setting it in an interactive shell is *always* a bad idea. >> As I start gnuplot as admin it is no problem. Do you know whats wrong? Since environment variables are set on a per-user basis, this would not be surprising. -- Martin ------------------------------------------------------------------------- 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-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
