Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Jun 2002 21:05:58 -0500
From:      Dan Nelson <dnelson@allantgroup.com>
To:        "Marc G. Fournier" <scrappy@hub.org>
Cc:        freebsd-current@FreeBSD.ORG
Subject:   Re: Undefined symbol "SYS_uuidgen"?
Message-ID:  <20020602020558.GA71139@dan.emsphone.com>
In-Reply-To: <20020601221642.C2522-100000@mail1.hub.org>
References:  <20020601221642.C2522-100000@mail1.hub.org>

next in thread | previous in thread | raw e-mail | index | archive | help
In the last episode (Jun 01), Marc G. Fournier said:
> Performed a 'make buildworld' successfully, but as soon as I tried the
> 'installworld', when its trying to do the install of libc.so.5, it gives
> an error to the effect of:
> 
> /usr/libexec/ld-elf.so.1: /usr/lib/libc.so.5: Undefined symbol "SYS_uuidgen"

Sounds like your kernel and userland are out of synch.  Try installing
a new kernel, and rerunning installworld.  You may need to build the
kernel on another machine if you can't roll back your libc.  It's
always a good idea to back up libc before a world build :)

> I've tried to search google, and the list archives on freebsd.org, as
> well as re-scan through UPDATING, and can't find any references to it
> ;(
> 
> Help?  Since I'm in a state whre I can't get hte network up, is there
> a file I can edit to fix this?

You should be able to use the network in single-user mode;  ifconfig
and route are statically linked.

-- 
	Dan Nelson
	dnelson@allantgroup.com

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?20020602020558.GA71139>