I'm still having problems with nfs. I installed the rpc headers and built libtiprc-0.2.2 as described in the book.
I built and installed rpcbind-0.2.0 without problems. It seems to start with the bootscript OK and rpcinfo seems OK. I can't build nfs-utils. mountd fails to link. It gives lots of unresolved references. I can manually add -ltirpc -lpthread and it reduces the unresolved references to one: `__rpc_thread_svc_fdset The is because the module is using fdset which is defined in rpc.h as: extern fd_set *__rpc_thread_svc_fdset (void) __attribute__ ((__const__)); I've looked and can't find a reference to this anywhere except in glibc: sunrpc/rpc_thread.c libc gives a name __rpc_thread_svc_fdset@GLIBC_2.2.5, but I don't know what that means. I know I did have nfs-utils building at one time, but now it's failing. Does anyone have any ideas? -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
