From owner-freebsd-stable Sun Apr 9 18:20: 7 2000 Delivered-To: freebsd-stable@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 4EA2A37B708 for ; Sun, 9 Apr 2000 18:20:03 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id TAA17298; Sun, 9 Apr 2000 19:20:01 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id TAA15075; Sun, 9 Apr 2000 19:19:56 -0600 (MDT) Message-Id: <200004100119.TAA15075@harmony.village.org> To: Chris Malayter Cc: freebsd-stable@FreeBSD.ORG In-reply-to: Your message of "Sun, 09 Apr 2000 10:14:10 CDT." References: Date: Sun, 09 Apr 2000 19:19:56 -0600 From: Warner Losh Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message 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