"G. Paul Ziemba" <[EMAIL PROTECTED]> writes: > [EMAIL PROTECTED] (martinko) writes: > >>Scot Hetzel wrote: >>> On Fri, Nov 28, 2008 at 4:43 PM, mato <[EMAIL PROTECTED]> wrote: >>>> Hi, >>>> >>>> I've just installed net/linux-nx-client on FreeBSD 6.4 and after launching >>>> it I got: >>>> >>>> $ nxclient >>>> /usr/local/lib/linux-nx-client/bin/nxclient: error while loading shared >>>> libraries: libXext.so.6: cannot open shared object file: No such file or >>>> directory >>>> >>>> The library in need is located here: >>>> -rwxr-xr-x 1 root wheel 67306 Oct 8 18:07 /usr/local/lib/libXext.so.6 >>>> >>> That's the wrong library, you need the linux libXext.so.6 which should >>> be located under /usr/compat/linux. >>> >>> Scot > >>Which it is not. A missing dependency ? > > On my system, for some reason these libraries get installed (by the > linux* ports) in /usr/compat/linux/usr/X11R6/lib rather than in
Yes, it is supposed to. > /usr/compat/linux/usr/local/lib where many applications expect them. That is wrong. If that's true for your system than something is wrong with your system/configuration. > I have been manually creating symlinks in /usr/compat/linux/usr/local/lib, > e.g., > > cd /usr/compat/linux/usr/local/lib > ln -s ../../X11R6/lib/libXext.so.6 > > I'm not sure why I need to make these links or if there is a better > approach, but it works for me. By default linuxulator looks for files first at /usr/compat/linux directories and only if it fails then /usr/local is used. I.e. if you have /usr/compat/linux/usr/X11R6/lib/libXext.so.6 than it should be found by linuxulator and no symlinking is needed. WBR -- Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone & Internet SP FreeBSD committer, http://www.FreeBSD.org The Power To Serve _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"
