Date: Fri, 21 Jul 2000 23:11:59 -0700 From: Rob Bryant <rkbryant@mediaone.net> To: freebsd-questions@freebsd.org Subject: problems with Xfree86-aoutlibs / ldconfig Message-ID: <00072123135502.00522@slab.we.mediaone.net>
next in thread | raw e-mail | index | archive | help
I am having problems loading Netscape from the ports collection. The problem seems to be when I try to load the XFree86-aoutlibs dependency. I looked in the mailing list archives, and for similar problems the suggestions have all been variations of 'reboot' or 'run ldconfig'. Actually, ldconfig seems to be the problem in this case. I have the output (`script') from an attempt to load the a.out libs below. ldconfig bombs on the really weird characters (which `script' converted to control- characters). I am running FreeBSD 4.0 Stable. Any help is greatly appreciated. (I /can't wait/ for Mozilla!) ------`script' output:------------------------------------------------------ Script started on Fri Jul 21 22:42:29 2000 slab# cd /usr/ports/x11/XFree86-aoutlibs slab# make install >> Xbin.tgz doesn't seem to exist on this system. >> Attempting to fetch from ftp://ftp.xfree86.org/pub/XFree86/3.3.3/binaries/FreeBSD-2.2.x/. Receiving Xbin.tgz (2646694 bytes)Receiving Xbin.tgz (2646694 bytes): 31%Receiving Xbin.tgz (2646694 bytes): 62%Receiving Xbin.tgz (2646694 bytes): 87%Receiving Xbin.tgz (2646694 bytes): 100% 2646694 bytes transferred in 16.4 seconds (157.58 Kbytes/s) ===> Extracting for XFree86-aoutlibs-3.3.3 >> Checksum OK for Xbin.tgz. ===> XFree86-aoutlibs-3.3.3 depends on shared library: X11.6 - found ===> Patching for XFree86-aoutlibs-3.3.3 ===> Configuring for XFree86-aoutlibs-3.3.3 ===> Installing for XFree86-aoutlibs-3.3.3 ===> XFree86-aoutlibs-3.3.3 depends on shared library: X11.6 - found cd /usr/ports/x11/XFree86-aoutlibs/work/lib; for l in $(ls lib*); do /usr/bin/env OBJFORMAT=aout install -c -s -o root -g wheel -m 555 $l /usr/X11R6/lib/aout; done /usr/bin/env OBJFORMAT=aout /sbin/ldconfig -m /usr/X11R6/lib/aout ldconfig: Ì: trailing characters ignored ldconfig: Ì: No such file or directory ldconfig: ‹U ƒÂöt+‹uœf‹>fzö‹u f‰>f‹qþfrøf‰rþf‹9fçþÿf‰:ë‹uœ‹‹} ‰f‹f‰ƒÂƒE f‹fƒàƒÁƒEœf…ÀtÇE¸: trailing characters ignored ldconfig: ‹U ƒÂöt+‹uœf‹>fzö‹u f‰>f‹qþfrøf‰rþf‹9fçþÿf‰:ë‹uœ‹‹} ‰f‹f‰ƒÂƒE f‹fƒàƒÁƒEœf…ÀtÇE¸: No such file or directory ldconfig: ‹uÄf‰>f‹}äf‰~f‹}Øfçûÿf‰~ƒÆ‰uăE¨ÿEÀ‹uÀ9³P: trailing characters ignored ldconfig: ‹uÄf‰>f‹}äf‰~f‹}Øfçûÿf‰~ƒÆ‰uăE¨ÿEÀ‹uÀ9³P: No such file or directory ldconfig: 9Ñt/‹A: trailing characters ignored ldconfig: 9Ñt/‹A: No such file or directory ldconfig: èÚÿÿÿ: trailing characters ignored ldconfig: èÚÿÿÿ: No such file or directory *** Error code 255 Stop in /usr/ports/x11/XFree86-aoutlibs. *** Error code 1 Stop in /usr/ports/x11/XFree86-aoutlibs. *** Error code 1 Stop in /usr/ports/x11/XFree86-aoutlibs. slab# exit slab# exit Script done on Fri Jul 21 22:44:21 2000 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?00072123135502.00522>