From owner-freebsd-stable Thu Jul 6 16:43:37 2000 Delivered-To: freebsd-stable@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.122.47]) by hub.freebsd.org (Postfix) with ESMTP id 4EE5A37B7EB for ; Thu, 6 Jul 2000 16:43:33 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.10.1/8.10.1) with ESMTP id e66NhUw86044; Thu, 6 Jul 2000 16:43:30 -0700 (PDT) Date: Thu, 6 Jul 2000 16:43:30 -0700 (PDT) From: Doug White To: Randy Waterhouse Cc: freebsd-stable@FreeBSD.ORG Subject: Re: Can't build PICOBSD under 4.0-STABLE In-Reply-To: <20000706172809.92769.qmail@hotmail.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 6 Jul 2000, Randy Waterhouse wrote: > Thanks, that (and a private reply from someone else) got me past that > problem (I changed more to less), but now it's failing with: 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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message