[uClibc]missing symbols in snapshot

Erik Andersen andersen at codepoet.org
Wed Feb 27 19:02:56 UTC 2002


On Wed Feb 27, 2002 at 07:58:06PM +0100, Thomas Fritzsche wrote:
> Hi Folks,
> 
> while compiling busybox and tinylogin whith uclibc-snapshot I get
> messages about missing symbols.
[--------snip-------]
> Messages from busybox:
> 
> nfsmount.o: In function `get_mountport':
> nfsmount.o(.text+0x8e): undefined reference to `pmap_getmaps'
> nfsmount.o: In function `nfsmount':

You have enabled NFS support in busybox, but you have not enabled
RPC support in uClibc....


> Messages from tinylogin:
> 
> login.o: In function `login_main':
> login.o(.text+0x447): undefined reference to `getspnam'
> login.o(.text+0x756): undefined reference to `endspent'

You have enabled shadow password support in tinylogin, but you 
have not enabled shadow password support in uClibc....

 -Erik

--
Erik B. Andersen             http://codepoet-consulting.com/
--This message was written using 73% post-consumer electrons--



More information about the uClibc mailing list