On Nov 17, 2008, at 12:27 PM, Matthias Muench wrote: > Hello Alexander. > > You will be listed as maintainer for gnuplot. > I installed these gnuplot version > > G N U P L O T > Version 4.2 patchlevel 4 > last modified Sep 2008 > System: Darwin 9.5.0 > > on my iBook via fink. Now I can't start gnuplot as normal user. > I get these errror message > > 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 "$@" > > > As I start gnuplot as admin it is no problem. Do you know whats wrong? > > Thanks and best regards > Matthias >
[forwarded to fink-users since I'm at a meeting] Are you sure that you're running the same executable as admin as your normal user? I'm pretty sure that a dyld error should affect the executable regardless of who runs it. Try running which gnuplot both as your admin and normal user. Also, dyld is complaining about a libpango version that looks like it doesn't exist in Fink. If you run otool -L /swbin/gnuplotx We can see where you're getting that. ------------------------------------------------------------------------- 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
