You have several problems: Matthieu Stigler wrote: > Hello! > > First of all thank you much for this program, which is very useful!!! > > I just installed Fink (0.8.1 on Mac Os X 10.4.1) and have a problem when > loading dpkg (so actually I can't install any package) > > a$ dpkg > 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 > Trace/BPT trap > > This problem was actually already discussed one year ago (see mail "deep > stuff" and "error after insrtall kpdf" in begiiner, and "libiconv.dylib > compatibility problems > <http://news.gmane.org/find-root.php?message_id=%3c43E36CB2.2090200%40webshed.org%3e>" > > in fink-users)... but the message there don't help me to solve the > problem, I'm unfortunately not so used with symlink and their > manipulations...
Your problem seems to be the different, because you do have /sw/lib/libiconv.2.dylib. [] > libbz2.1.0.2.dylib libiconv.2.2.0.dylib > libmenu.dylib terminfo > libbz2.1.dylib libiconv.2.dylib libmenu.dylib.5 > libbz2.dylib libiconv.dylib libncurses.5.dylib > > So I have two versions of libiconv, the libiconv.2.2.0.dylib and > libiconv.2.dylib, maybe is the dyld version 6.00 contained in the > libiconv.2.2.0.dylib package but dkpg calls version libiconv.2.dylib? > > As recommended in a mail I run: otool -L /sw/lib/libiconv.dylib > but otool is not installed on the computer... This is your second problem: If you really don't have the otool command, then your system installation is not complete. The executable /usr/bin/otool is installed by the DeveloperTools.pkg which you should have installed when you installed the xcode developer tools, either from you system DVD or from some later version downloaded from Apple. Your third problem is the version of libiconv that you claim to have installed: > libiconv? I have the latest version (after running: fink update-all), > which is 1.9.1 revision 11. libiconv-1.9.1-11 is the latest version in the distribution for MacOS 10.2 (AKA Jaguar), but not for 10.4. Somehow your selfupdate did not work correctly. Do you use selfupdate-rsync or selfupdate-cvs? -- 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
