At 17:53 Uhr +0100 01.02.2002, Jean Richelle wrote: >Hi, > >I installed (with fink, of course) dia (v. 0.88.1-2) and gnupg (v. >1.0.6-8). When I try to execute them they doesn't want complaining >about dyld (dyld: dia can't open library: /sw/lib/libpopt.0.dylib >(No such file or directory, errno = 2) - dyld: gpg can't open >library: /sw/lib/libgdbm.2.dylib (No such file or directory, errno = >2)) > >What's hapening ? How can I solve that ?
It's not dyld which is missing (dyld is part of the system, the DYnamic Link eDitor) The problem is probably that one ore more of the packages have hidden dependencies, soemthing that has to be fixed by the respective maintainers. For now you should be able to work around this manually b installing the gdbm and popt packages. [some time passes] I just checked, gnupg 1.0.6-9 fixed the gdmb dependency. However, dia should be fixed. Cheers, Max -- ----------------------------------------------- Max Horn Software Developer email: <mailto:[EMAIL PROTECTED]> phone: (+49) 6151-494890 _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users
