On Jan 17, 2009, at 6:20 PM, Mojca Miklavec wrote:
Hmmm ... libiconv? Is that comming from luatex? The only dependencies listed on this computer seem to be:
Well, good question... It looks like this happens when the script tries to run rsync, but I have no reason why this should involve libiconv: mtx update | running command: rsync -rpztlv --stats contextgarden.net::'minimals/current/misc/setuptex/' '/Users/tas/ context/tex/.' run | rsync -rpztlv --stats contextgarden.net::'minimals/current/ misc/setuptex/' '/Users/tas/context/tex/.' dyld: Library not loaded: /usr/lib/libiconv.2.dylib Referenced from: /bin/sh Reason: Incompatible library version: sh requires version 7.0.0 or later, but libiconv.2.dylib provides version 5.0.0 and so on
otool -L luatex luatex: /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 88.3.11) /usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current version 7.4.0) /usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0, current version 1.0.0)
I have (cross-)compiled the binaries on 10.4.something, so ... I'm confused. Is your library too old or is the required library too old (older than the one you have)?
I would would seem that the library on my system is too old. But it's beyond me to find out which process is calling this library and which version I have installed... :-( Thomas