Fail to install RPCBind

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Fail to install RPCBind

711 Views
charleshuang
Senior Contributor II

I can't successfully install "RPCBind" package with fsl-linaro-toolchain successlly ,

It shows this error message:

   security.c:47:26: fatal error: rpcsvc/mount.h: No such file or directory

The header file is included by rpcbind/src/security.c, I found the similar .x file which have the same name in fsl-linaro-toolchain\arm-fsl-linux-gnueabi\multi-libs\default\usr\include\rpcsvc.

There are other shortage header files that are necessary in security.c,

#include <rpcsvc/mount.h>

#include <rpcsvc/rquota.h>

#include <rpcsvc/nfs_prot.h>

#include <rpcsvc/ypclnt.h>

#include <rpcsvc/yppasswd.h>

How could I generate the .h files from .x files ? or where to get these .h files?

Labels (2)
0 Kudos
0 Replies