Date: Sun, 2 Jun 2002 02:27:41 -0700 From: Marcel Moolenaar <marcel@xcllnt.net> To: "Marc G. Fournier" <scrappy@hub.org> Cc: freebsd-current@FreeBSD.ORG Subject: Re: Undefined symbol "SYS_uuidgen"? Message-ID: <20020602092741.GC65874@dhcp01.pn.xcllnt.net> 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
On Sat, Jun 01, 2002 at 10:28:36PM -0300, Marc G. Fournier wrote: > > 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" Make sure your /sys sources are up to date. You have SYS_uuidgen as an undefined symbol, which means that syscalls.master and derived headers do not contain the new syscall. -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net 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?20020602092741.GC65874>