-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 John Trauger wrote: > I have the MAC OS X 10.4.6 and their X11 installed. I am then using > many FINK applications that require libjpeg.dylib among many others. > If I then '> xterm' I get an error because xterm cannot find symbol > __cg_jpeg_resync_to_restart. This symbol, of course, does not exist > in /sw/lib/libjpeg.dylib (FINK) but is in > Volumes/Tiger/System/Library/.../libJPEG.dylib. I can use 'nm' to > verify their existence. In Linux, I would use LD_LIBRARY_PATH to > define which of these conflicting libraries to use per applicate > (pretend that I wrap the call to the with a bash script). So, how do > I define which of these libraries to use with any given application? > Do I even need to worry about it because FINK will "fix" this some > other way? > > Please respond to the mailing list and not me personally as I will be > lurking on the list rather than reading my email. Thank you.
My guess is you already have something that's putting /sw/fink in DYLD_LIBRARY_PATH, DYLD_FALLBACK_LIBRARY_PATH, or similar. DYLD_LIBRARY_PATH does not exactly do what you think it does compared to other UNIXes LD_LIBRARY_PATH and more often that not causes problems like you're seeing. If it's a fink package that's setting it, it's definitely a bug, otherwise, there's something in your profile that's doing bad things. - -- Benjamin Reed a.k.a. Ranger Rick http://ranger.befunk.com/ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFEktLmUu+jZtP2Zf4RAiZ1AJ0f+C5/1gFwWW/0gFXaCwq3B3CE7QCfXj7o vU7J3XH/B9O81vJIYLZt/ro= =UBPZ -----END PGP SIGNATURE----- _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
