From owner-freebsd-stable Thu Jul 6 19:12:21 2000 Delivered-To: freebsd-stable@freebsd.org Received: from hotmail.com (law-f3.hotmail.com [209.185.131.66]) by hub.freebsd.org (Postfix) with SMTP id 5368037BFF9 for ; Thu, 6 Jul 2000 19:12:17 -0700 (PDT) (envelope-from randywaterhouse@hotmail.com) Received: (qmail 48164 invoked by uid 0); 7 Jul 2000 02:12:16 -0000 Message-ID: <20000707021216.48163.qmail@hotmail.com> Received: from 24.4.254.202 by www.hotmail.com with HTTP; Thu, 06 Jul 2000 19:12:16 PDT X-Originating-IP: [24.4.254.202] From: "Randy Waterhouse" To: dwhite@resnet.uoregon.edu Cc: freebsd-stable@FreeBSD.ORG Subject: Re: Can't build PICOBSD under 4.0-STABLE Date: Fri, 07 Jul 2000 02:12:16 GMT Mime-Version: 1.0 Content-Type: text/plain; format=flowed Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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