[uClibc] uClibc & nfs-utils (nfs-server)

Pete Flugstad peteflugstad at mchsi.com
Wed Feb 18 19:23:53 UTC 2004


Has anyone gotten the nfs-utils for Linux to run on a uClibc system?

I had some minor linking problems (bzero and getrpcbynumber_r not 
found), but I fixed those (bzero is in libutil, and I wrote a 
getrpcbynumber_r that just called getrpcbynumber and copied the result 
into the passed in buffer).

Now, I have everything running, but my mount requests are failing. 
Debugging mountd reveals that the various calls to getfh is failing.  I 
don't know much about the internals of NFS and how it's handled on 
Linux, but I think that this is a problem with the kernel or how the 
libc is talking to the kernel.

Anyway, anyone seen anything like this?

Thanks,
Pete



More information about the uClibc mailing list