Date: Sat, 12 Feb 2005 12:25:07 +0100 From: Gary Jennejohn <garyj@jennejohn.org> To: "michael corleone corleone" <chkrootkit@hotmail.com> Cc: freebsd-ports@freebsd.org Subject: Re: fxtv: Error: shared library "Xaw3d.8" does not exist Message-ID: <200502121125.j1CBP8cm002985@peedub.jennejohn.org> In-Reply-To: Message from "michael corleone corleone" <chkrootkit@hotmail.com> <BAY15-F172B88521FD07AAE5DD0BADF680@phx.gbl>
next in thread | previous in thread | raw e-mail | index | archive | help
"michael corleone corleone" writes: > > > > %sysctl kern.version > kern.version: FreeBSD 5.3-STABLE #7: Thu Feb 10 22:27:06 PHT 2005 > MMP@RevolutionaryCry.Of.KarlMarx.Ru:/usr/obj/usr/src/sys/MMP > > % pkg_info |grep -i Xaw3d > Xaw3d-1.5_1 A 3-D Athena Widget set that looks like Motif > > any idea why i still get this error, though my ports is always > updated. > > i did try to issue the command # find / -name Xaw3d.8 because the > error below is looking for this library, i hope anyone can help me > fixing this, thanks. > > ******************************************************************* > If you want Xaw3d to replace the default Athena Widget Set > so most X applications will get a 3-D look, do this (as root): > > cd /usr/X11R6/lib > mv libXaw.so.8 libXaw2d.so.8 > ln -s libXaw3d.so.8 libXaw.so.8 > ******************************************************************* > ===> Running ldconfig > /sbin/ldconfig -m /usr/X11R6/lib > ===> Registering installation for Xaw3d-1.5_1 > ===> Returning to build of fxtv-1.03_2 > Error: shared library "Xaw3d.8" does not exist > *** Error code 1 > This is either a bug in bsd.port.mk or the Xaw3d port. The port actually installs libXaw3d.so.7, but in bsd.port.mk XAWVER is set to 8. You can work around it by making a symlink. --- Gary Jennejohn / garyj[at]jennejohn.org gj[at]freebsd.org garyj[at]denx.de
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502121125.j1CBP8cm002985>