Date: Tue, 28 Mar 2000 21:30:52 +0100 From: Mark Ovens <mark@ukug.uk.freebsd.org> To: Pieter Westland <pieterw@euronet.nl> Cc: stable@FreeBSD.ORG Subject: Re: HEADS UP: 3.x -> 4.0-STABLE upgrade instructions Message-ID: <20000328213052.B234@parish> In-Reply-To: <20000328150714.A23199@support.euronet.nl>; from pieterw@euronet.nl on Tue, Mar 28, 2000 at 03:07:14PM %2B0200 References: <20000315174557.C40984@relay.ucb.crimea.ua> <200003151903.MAA88473@harmony.village.org> <005701bf8eb3$b02b2150$a44b8486@jking> <20000315210705.A244@parish> <20000328150714.A23199@support.euronet.nl>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Mar 28, 2000 at 03:07:14PM +0200, Pieter Westland wrote: > On Wed, Mar 15, 2000 at 09:07:05PM +0000, Mark Ovens wrote: > [snip] > > 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. > > > Hi there, > > A few hours ago I moved my machine from 3.4-STABLE to 4.0 . I also got > that errormessages about libc.so.4 during make buildworld. A ldconfig, as > mentioned by Mark, solved the problem. Will this command be included in > the make buildworld-process? > It goes away once you've done ``make installworld'' libc.so.3 was in 3.x but 4.x uses libc.so.4 and while you're doing ``make buildworld'' and building a new kernel you've got a sort of hybrid system. I maybe wrong here, but ISTR recall that the new compiler (2.95) gets built with the old compiler and then immediately re-builds itself using itself :-/ > The rest of the upgrade went almost fine. I got into trouble when trying to > do a 'make -j4 installworld', but that was because staring at the console had > tired me... It caused the machine to be unable to find some files. > > The other problem is that X does not want to let me log in; getting the > following message in the log when trying to log in (starting xdm works, > but after entering login en password it displays a 'Incorrect > password'-message and logs): > > Mar 28 09:07:50 dustpuppy -:0: unable to dlopen(/usr/lib/pam_unix.so) > Mar 28 09:07:50 dustpuppy -:0: [dlerror: /usr/lib/libutil.so.3: Undefined > symbol "freeaddrinfo"] > Mar 28 09:07:50 dustpuppy -:0: adding faulty module: /usr/lib/pam_unix.so > Not exactly the same errors I saw, but it looks as if you built XFree with PAM support. When you re-build XFree answer 'no' to the PAM question. HTH. > At this moment I'm recompiling XFree86 (3.3.6), I hope the problem will be > solved after this. > > Pieter > -- > Finagle's Creed: > Science is true. Don't be misled by facts. -- Seminars, n.: From "semi" and "arse", hence, any half-assed discussion. ________________________________________________________________ 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-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000328213052.B234>