Date: Mon, 16 Nov 1998 01:21:15 -0800 (PST) From: Annelise Anderson <andrsn@andrsn.stanford.edu> To: "Carlos C. Tapang" <ctapang@easystreet.com> Cc: freebsd-current@FreeBSD.ORG Subject: Re: aout-elf-build error: ld-elf.so.1 not found Message-ID: <Pine.BSF.3.96.981116010035.22684A-100000@andrsn.stanford.edu> In-Reply-To: <009401be1132$86ffca60$0d787880@apex>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 15 Nov 1998, Carlos C. Tapang wrote: > How did you fix it? > ---Carlos Apparently the error is not significant. Both rc.conf and rc need library path information from the new files, but one path that's listed as an elf library path has aout libraries, which I've been adding with ldconfig -aout -m /usr/local/lib. This allows X to run. I can, of course, change the library configuration paths or move the libraries. Although I got a message that it would probably not be necessary to rebuilt the kernel, in fact it was necessary to correct the errors in ps and top (and others), and to make it possible for WordPerfect 7 (linux) to run. I discovered that my old kernel with sd scsi stuff in it worked fine with the "da" names in fstab; and a new kernel with using the new da options didn't need the CAM lines to work. The mistake I made the first time was not making the da devices in enough depth to get all the partitions fstab was trying to mount, i.e., da0, da0s1, da0s2, da0s1a, da0s2a, and similarly for da1. In fact there are probably 100 messages in -current on each of these topics....and a comparable number on boot blocks, elf kernels, and building software, none of which I have yet addressed. Annelise To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.981116010035.22684A-100000>