Martin Costabel wrote:

Dave Mills wrote:
[]

env DYLD_PRINT_LIBRARIES=1 /sw/bin/dpkg
loading libraries for image: /sw/bin/dpkg
loading library: /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
loading library: /usr/lib/libz.1.dylib
loading library: /sw/lib/libintl.3.dylib
loading library: /usr/lib/libiconv.2.dylib
dyld: /sw/bin/dpkg version mismatch for library: /usr/lib/libiconv.2.dylib (compatibility version of user: 6.0.0 greater than library's version: 5.0.0)


This is still mysterious. I would like to see the following

  otool -L /sw/lib/libintl.3.dylib

/sw/lib/libintl.3.dylib:
/sw/lib/libintl.3.dylib (compatibility version 8.0.0, current version 8.3.0) /sw/lib/libiconv.2.dylib (compatibility version 6.0.0, current version 6.0.0) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 71.1.4) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation (compatibility version 150.0.0, current version 299.36.0)


Then you could try a remedy that helped with the Tiger dyld

  env DYLD_FALLBACK_LIBRARY_PATH=: /sw/bin/dpkg

That produces the following:
dyld: /sw/bin/dpkg version mismatch for library: /usr/lib/libiconv.2.dylib (compatibility version of user: 6.0.0 greater than library's version: 5.0.0)
Trace/BPT trap


Finally, send me the output of the following (not to the list, this is too long)

  env DYLD_PRINT_BINDINGS=1 /sw/bin/dpkg

dyld: /sw/bin/dpkg version mismatch for library: /usr/lib/libiconv.2.dylib (compatibility version of user: 6.0.0 greater than library's version: 5.0.0)
Trace/BPT trap

I'll assume you expected that last command do do a bit more than it did...

Thanks for any help.

cheers,
Dave



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to