Date: Fri, 07 Jul 2000 02:12:16 GMT From: "Randy Waterhouse" <randywaterhouse@hotmail.com> To: dwhite@resnet.uoregon.edu Cc: freebsd-stable@FreeBSD.ORG Subject: Re: Can't build PICOBSD under 4.0-STABLE Message-ID: <20000707021216.48163.qmail@hotmail.com>
next in thread | raw e-mail | index | archive | help
Doug White wrote: >Summary of errors: > > > login.lo: In function `auth_pam': > > login.lo(.text+0x1154): undefined reference to `pam_start' > > login.lo(.text+0x116c): undefined reference to `pam_strerror' > > inetd.lo(.text+0x1d88): undefined reference to `ipsec_set_policy' > > ppp.lo: In function `MakeKey': > > ppp.lo(.text+0xfe): undefined reference to `des_set_odd_parity' > > ppp.lo(.text+0x16a86): undefined reference to `NgMkSockNode' > > ppp.lo(.data+0x680): undefined reference to `ether_Create' > > ppp.lo(.data+0x684): undefined reference to `ether_iov2device' > > ppp.lo(.data+0x688): undefined reference to `ether_DeviceSize' > > passwd.lo(.text+0x4d6): undefined reference to `yp_domain' > >This looks like your compile didn't add in the proper options to exclude >PAM, netgraph, and YP. Try 'make clean' from /usr/src and try again. > >You have to be *really* careful when building PicoBSD on systems where >you've been building world as the objects will overlap. > >Doug White | FreeBSD: The Power to Serve >dwhite@resnet.uoregon.edu | www.FreeBSD.org Ah, that's the clue stick I needed to be hit with. Doing an rm -r * from /usr/obj and rebuilding PicoBSD solved my remaining problems. I'm sure the overlap problem is documented somewhere but I failed to see it (or it didn't sink in) when I started all of this. Thanks. RW ________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.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?20000707021216.48163.qmail>