Matthieu Stigler wrote: [] > 1. Your /sw/lib/libiconv.2.dylib exists, but is really too old. In this case, > one would have to try to understand how you can have acquired a dpkg that was > built against a newer libiconv (well, where *did* you get your dpkg from, > given that you didn't build it?) > > The version is actually 5.0.0... so the question is: should I upgrade > libiconv (if there is a version with dyld 6.0.0) or downgrade dpkg...
So you somehow managed to upgrade dpkg without upgrading libiconv. This shouldn't be possible, but apparently it is. I would recommend to upgrade libiconv.dylib. I don't know a way how you can do it from your current Fink system, so I placed a version of libiconv.2.3.0.dylib from an old (but not as old as yours) Fink system on the web at <http://perso.orange.fr/costabel/libiconv.2.3.0.dylib> Put it anywhere (for example in /sw/lib) and then modify the symlink /sw/lib/libiconv.2.dylib so that it points at it. If you put it into /sw/lib, the command would be sudo ln -sf libiconv.2.3.0.dylib /sw/lib/libiconv.2.dylib -- Martin ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Fink-beginners mailing list [email protected] http://news.gmane.org/gmane.os.apple.fink.beginners
