Date: Sat, 29 Nov 2008 23:25:14 +0300 From: Boris Samorodov <bsam@ipt.ru> To: paul+usenet@w6yx.stanford.edu Cc: freebsd-ports@freebsd.org Subject: Re: FreeBSD Port: net/linux-nx-client Message-ID: <01904501@bs1.sp34.ru> In-Reply-To: <ggq3e5$6ng$1@hairball.ziemba.us> (G. Paul Ziemba's message of "Sat\, 29 Nov 2008 00\:47\:01 %2B0000 \(UTC\)") References: <49308A22.2070205@users.sf.net> <ggq3e5$6ng$1@hairball.ziemba.us>
next in thread | previous in thread | raw e-mail | index | archive | help
"G. Paul Ziemba" <pz-freebsd-ports@ziemba.us> writes: > gamato@users.sf.net (martinko) writes: > >>Scot Hetzel wrote: >>> On Fri, Nov 28, 2008 at 4:43 PM, mato <gamato@users.sf.net> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?01904501>