Daniel E. Macks wrote:
[]
> http://developer.imendio.com/wiki/Gtk_Mac_OS_X/Building_with_fink

Thanks for the info. I don't see yet how this stuff can have the 
described effect, though.

The only remaining possibility (apart from some weird bug in dyld, which 
I would not rule out completely) I can see how to explain what Ye has 
been reporting, namely

> "dyld: Library not loaded: /sw/lib/libiconv.2.dylib
>   Referenced from: /sw/bin/dpkg
>   Reason: Incompatible library version: dpkg requires version 6.0.0 or 
> later, but libiconv.2.dylib provides version 5.0.0

together with

> xuye:~ apple$ otool -L /sw/lib/libiconv.dylib
> /sw/lib/libiconv.dylib:
>         /sw/lib/libiconv.2.dylib (compatibility version 6.0.0, current 
> version 6.0.0)

is

- that his /sw/bin/libiconv.dylib is correct, namely a symlink to 
libiconv.2.3.0.dylib, which has an install_name of 
/sw/lib/libiconv.2.dylib and compatibility version 6.0.0, but

- that his /sw/bin/libiconv.2.dylib is something else, for example a 
symlink to /usr/lib/libiconv.2.dylib or to libiconv.2.2.0.dylib, anyway 
to something having a compatibility version of 5.0.0.

BTW, the Apple guys who made the /usr/lib/libiconv*.dylib files and 
symlinks don't seem to have grasped the idea behind these symlinks; they 
are backwards.

-- 
Martin


Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Fink-beginners mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-beginners

Reply via email to