From owner-freebsd-questions@FreeBSD.ORG Mon Jun 21 18:46:38 2004 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 E62FF16A4CE for ; Mon, 21 Jun 2004 18:46:38 +0000 (GMT) Received: from serv1.wallnet.com (server1.wallnet.com [12.176.160.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6AF8143D48 for ; Mon, 21 Jun 2004 18:46:38 +0000 (GMT) (envelope-from timothyk@serv1.wallnet.com) Received: (from root@localhost) by serv1.wallnet.com (8.11.5/8.11.5) id i5LIkSE08867; Mon, 21 Jun 2004 14:46:28 -0400 (EDT) (envelope-from timothyk@serv1.wallnet.com) Received: from localhost (timothyk@localhost) by serv1.wallnet.com (8.11.5/8.11.5av) with ESMTP id i5LIkPQ08854; Mon, 21 Jun 2004 14:46:25 -0400 (EDT) (envelope-from timothyk@serv1.wallnet.com) X-Authentication-Warning: serv1.wallnet.com: timothyk owned process doing -bs Date: Mon, 21 Jun 2004 14:46:25 -0400 (EDT) From: Tim Kellers To: Message-ID: <20040621144036.T8093-100000@serv1.wallnet.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by AMaViS perl-11 cc: kellers@njit.edu Subject: error in jdk14 and lang/php4 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: Mon, 21 Jun 2004 18:46:39 -0000 from lang/php4: /usr/bin/ld: warning: libSM.so.6, needed by /usr/local/lib/libungif.so, not foun d (try using -rpath or -rpath-link) /usr/bin/ld: warning: libICE.so.6, needed by /usr/local/lib/libungif.so, not fou nd (try using -rpath or -rpath-link) /usr/bin/ld: warning: libX11.so.6, needed by /usr/local/lib/libungif.so, not fou nd (try using -rpath or -rpath-link) /usr/local/lib/libungif.so: undefined reference to `XGetWindowAttributes' /usr/local/lib/libungif.so: undefined reference to `XGetImage' /usr/local/lib/libungif.so: undefined reference to `XQueryColors' *** Error code 1 When I check for the missing lib files: > locate libSM.so.6 /usr/X11R6/lib/libSM.so.6 > ls -la /usr/X11R6/lib/libSM.so.6 -rwxr-xr-x 1 root wheel 36988 Jun 20 23:26 /usr/X11R6/lib/libSM.so.6 > All of the referenced "not found" files are in /usr/X11R6/lib/ I've deleted and rebuilt XFree86 libraries without success and I've even portupgrade -Rf XFee86* The error remains. Any help or pointers to dicumentation regarding the error would be appreciated. > uname -a FreeBSD www.smsdesign.org 5.2-CURRENT FreeBSD 5.2-CURRENT #0: Sun Jun 20 01:20:1 5 EDT 2004 root@www.smsdesign.org:/usr/obj/usr/src/sys/ION i386 Tim Kellers CPE/NJIT