Date: Sun, 09 Apr 2000 19:19:56 -0600 From: Warner Losh <imp@village.org> To: Chris Malayter <mustang@TeraHertz.Net> Cc: freebsd-stable@FreeBSD.ORG Message-ID: <200004100119.TAA15075@harmony.village.org> In-Reply-To: Your message of "Sun, 09 Apr 2000 10:14:10 CDT." <Pine.BSF.4.21.0004091011110.58075-100000@saturn.terahertz.net> References: <Pine.BSF.4.21.0004091011110.58075-100000@saturn.terahertz.net>
next in thread | previous in thread | raw e-mail | index | archive | help
In message <Pine.BSF.4.21.0004091011110.58075-100000@saturn.terahertz.net> Chris Malayter writes: : On to kernel: : cd src/usr.bin/genassym : make depend all install : cd ../../usr.sbin/config : make depend all install : cd ../../sys/i386/conf : editited my kernel config : went to: : config MY_KERNEL : : recieved the following error: : : venus# config VENUS : /usr/libexec/ld-elf.so.1: Shared object "libc.so.4" not found You have three options. First is to set your LD_LIBRARY_PATH to be the directory that has the tmp/usr/lib in the obj tree. Second is to do a make install in src/lib/libc followed by ldconfig -R. Third is to use the make buildkernel installkernel KERNEL=VENUS trick. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200004100119.TAA15075>
