From owner-freebsd-questions@FreeBSD.ORG Sat Feb 12 09:21:17 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F74A16A4CE for ; Sat, 12 Feb 2005 09:21:17 +0000 (GMT) Received: from out008.verizon.net (out008pub.verizon.net [206.46.170.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id BEFB343D3F for ; Sat, 12 Feb 2005 09:21:16 +0000 (GMT) (envelope-from reso3w83@verizon.net) Received: from ringworm.mechee.com ([4.26.84.7]) by out008.verizon.net (InterMail vM.5.01.06.06 201-253-122-130-106-20030910) with ESMTP id <20050212092116.TTYW9672.out008.verizon.net@ringworm.mechee.com>; Sat, 12 Feb 2005 03:21:16 -0600 Received: by ringworm.mechee.com (Postfix, from userid 1001) id 275492CE740; Sat, 12 Feb 2005 01:17:02 -0800 (PST) From: "Michael C. Shultz" To: freebsd-questions@freebsd.org Date: Sat, 12 Feb 2005 01:17:00 -0800 User-Agent: KMail/1.7.1 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200502120117.01360.reso3w83@verizon.net> X-Authentication-Info: Submitted using SMTP AUTH at out008.verizon.net from [4.26.84.7] at Sat, 12 Feb 2005 03:21:15 -0600 cc: michael corleone corleone Subject: Re: fxtv: Error: shared library "Xaw3d.8" does not exist X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Feb 2005 09:21:17 -0000 On Friday 11 February 2005 11:42 pm, michael corleone corleone wrote: > %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 a hack to see if the error is in xtv-1.03_2: try: ln -sv /usr/local/lib/libXaw3d.so.8 /usr/local/lib/Xaw3d.8 If that works then xtv-1.03_2 is looking for the wrong library name and you should notify the maintainer. To get the maintainer cd to xtv-1.03_2's /usr/ports's dir and run make maintainer. To clean up the above hack: rm -f /usr/local/lib/Xaw3d.8 -Mike > > Stop in /usr/ports/multimedia/fxtv. > *** Error code 1 >