Date: Thu, 6 Jul 2000 16:43:30 -0700 (PDT) From: Doug White <dwhite@resnet.uoregon.edu> To: Randy Waterhouse <randywaterhouse@hotmail.com> Cc: freebsd-stable@FreeBSD.ORG Subject: Re: Can't build PICOBSD under 4.0-STABLE Message-ID: <Pine.BSF.4.21.0007061641240.38809-100000@resnet.uoregon.edu> In-Reply-To: <20000706172809.92769.qmail@hotmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0007061641240.38809-100000>