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
[EMAIL PROTECTED]     |  www.FreeBSD.org



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message

Reply via email to