Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Mar 2000 18:58:07 +0000
From:      Mark Ovens <mark@ukug.uk.freebsd.org>
To:        Brandon Fosdick <bfoz@Glue.umd.edu>
Cc:        Mitch Vincent <mitch@venux.net>, J McKitrick <jcm@freebsd-uk.eu.org>, questions@freebsd.org
Subject:   Re: 4.0 questions
Message-ID:  <20000315185807.B236@parish>
In-Reply-To: <Pine.GSO.4.21.0003151053360.15642-100000@z.glue.umd.edu>; from bfoz@Glue.umd.edu on Wed, Mar 15, 2000 at 10:56:18AM -0500
References:  <004301bf8e42$3a0735c0$4100000a@venux.net> <Pine.GSO.4.21.0003151053360.15642-100000@z.glue.umd.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Mar 15, 2000 at 10:56:18AM -0500, Brandon Fosdick wrote:
> On Wed, 15 Mar 2000, Mitch Vincent wrote:
> 
> > I just got finished, worked like a charm!
> > 
> > - Mitch
> 
> Damn you. When I go to config my kernel I get
> /usr/libexec/ls-elf.so.1: Shared Object "libc.so.4" not found
> 
> and sure enough its not there. Now what?
> 

Here's the answer (from a message I posted about my experience u/g
3.4-STABLE -> 4.0-CURRENT). I've also incleded another problem you may
hit, if you are following src/UPDATING and it is still the same:


1. This message appeared 166 times during ``make buildworld'':

	/usr/libexec/ld-elf.so.1: Shared object "libc.so.4" not found

   It also caused config(8) on the new kernel to fail, but

	ldconfig -R /usr/obj/usr/src/lib/libc

   cured that.

2. UPDATING includes the following in the instructions to build the
   new kernel:

	cd src/usr.bin/genassym
	make depend all install clean
	cd ../../usr.sbin/config
	make depend all install clean
 
   however doing a ``make clean'' at this point then causes ``make
   installworld'' fail in those directories. The cure of course is to
   do a ``make all'' in those directories before
   ``make installworld''.



> -Brandon
> 
> 
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message

-- 
	Microsoft: Where do you want to go today?
	Linux:     Where do you want to go tomorrow?
	BSD:       Are you guys coming, or what?
			              -Poster at LinuxWorld 2000
________________________________________________________________
      FreeBSD - The Power To Serve http://www.freebsd.org
      My Webpage http://ukug.uk.freebsd.org/~mark/
mailto:mark@ukug.uk.freebsd.org             http://www.radan.com



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?20000315185807.B236>