Hello, I'm trying to compile samba on LFS-SVN-20120219. It failes with this error:
Linking bin/smbd lib/sysquotas_nfs.o: In function `my_xdr_getquota_args': sysquotas_nfs.c:(.text+0x32): undefined reference to `xdr_string' sysquotas_nfs.c:(.text+0x4a): undefined reference to `xdr_int' lib/sysquotas_nfs.o: In function `my_xdr_getquota_rslt': sysquotas_nfs.c:(.text+0x96): undefined reference to `xdr_int' sysquotas_nfs.c:(.text+0x110): undefined reference to `xdr_int' sysquotas_nfs.c:(.text+0x184): undefined reference to `xdr_bool' sysquotas_nfs.c:(.text+0x1f8): undefined reference to `xdr_int' sysquotas_nfs.c:(.text+0x26c): undefined reference to `xdr_int' sysquotas_nfs.c:(.text+0x2e0): undefined reference to `xdr_int' lib/sysquotas_nfs.o: In function `sys_get_nfs_quota': sysquotas_nfs.c:(.text+0x631): undefined reference to `clnt_create' sysquotas_nfs.c:(.text+0x640): undefined reference to `authunix_create_default' collect2: ld returned 1 exit status make: *** [bin/smbd] Error 1 Searching the internet taught me that there are other people with this issue, but no solution. I installed libtirpc already. Any suggestion where to look further? Groet, Thomas -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
