Date: Mon, 21 Jun 2004 14:46:25 -0400 (EDT) From: Tim Kellers <timothyk@serv1.wallnet.com> To: <questions@freebsd.org> Cc: kellers@njit.edu Subject: error in jdk14 and lang/php4 Message-ID: <20040621144036.T8093-100000@serv1.wallnet.com>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040621144036.T8093-100000>