At 14:32 Uhr -0800 06.02.2002, David H. Peyton wrote: >Greetings, Jeff & other Finkers: > >I've been happily using Fink for a while, but ran into the following problem >when I upgraded to Fink's install of xfree86_4.2. When I run some other >applications (OK, not part of Fink's distribution; but what am I to do? -- >they are useful, but source codes are not always available!), I am now >getting the errors: > >dyld: ./dino-0.8.4.darwin-XFree4.2 can't open library: >/usr/local/lib/libXm.1.dylib (No such file or directory, errno = 2) > >or > >dyld: gifa can't open library: /usr/X11R6/lib/libXm.2.dylib (No such file >or directory, errno = 2)
Apparantly this binary of yours, dino, is linked against a lesstif version installed into /usr/local/lib. that is bad. You should recompile it. >I do have lesstif installed, and know that at least libXm.2.dylib is in >/sw/lib. Yes, but your app is not linked against it. > I also note that there is /usr/X11R6/lib/libXmu.2.dylib. libXmu is a completly different library and not related. >Since these nonFink programs are useful, is there any fix on the Fink side, >or perhaps in my .cshrc side that I can do? Or do I need to try to get these >programs to be recompiled, one by one, by their "owners" to be more general >in their dylib definitions? They would have to be compiled against the libs provided by Fink, or, if that is not possible, you will have to install lesstif manually into /usr/local. > >Also, do you know whether these problems a part of the change from >xfree86_4.1 -> 4.2 upgrade, or might they be due to the fact that I had not >used Fink for my (previous) xfree86_4.1 installation? 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
