Hi Martin,

thanks for your reply.

-- Martin Costabel <[EMAIL PROTECTED]> is rumored to have mumbled on 29. Oktober 2005 18:44:31 +0200 regarding Re: [Fink-users] Problem with libintl and libiconv:

The version that comes with Tiger is 5.0.0. So is fink somehow using the
wrong lib?

It is not fink that is using the wrong lib, it is Apple's [EMAIL PROTECTED]&@ 
dynamic
linker that is not understanding Darwin's own dynamic library system any
more, with install_name and related things. In the case at hand (and this
has been observed a couple of times), it gets the order to load
/sw/lib/libiconv.2.dylib, sees /usr/lib/libiconv.2.dylib and loads this,
then notices that the compatibility_versions don't match, crashes and
tries to blame the completely innocent /sw/lib/libiconv.2.dylib instead
of its own stupidity.

Thanks for clearing that up.

This bug is the result of some brain surgery (AKA "optimization") that
Tiger's dyld underwent in order to make it faster. There is some hope
that the bug will be fixed in 10.4.3, but I have no information if this
is true.

Well, at least there's hope.

In some cases, setting DYLD_FALLBACK_LIBRARY_PATH=: helped, but this is
already done by recent versions of fink when it builds packages, so it
should already be set in your case.

Yes, it is.

You don't have the variable
DYLD_LIBRARY_PATH set, perhaps?

No, I don't. What I don't get is why I'm affected, but (apparently?) not everyone. Is there perhaps some cache involved? Anything else I could try?

Cheers, Sebastian
--
Sebastian Hagedorn
Ehrenfeldgürtel 156, 50823 Köln, Germany
http://www.spinfo.uni-koeln.de/~hgd/

"Being just contaminates the void" - Robyn Hitchcock


-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
_______________________________________________
Fink-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to