Hi!
I'm trying to build nfs from source. I'm using nfs-utils-1.3.2 from
http://sourceforge.net/projects/nfs/files/nfs-utils/1.3.2/.
I configure using the following command
./configure --prefix=/home/username/installs/tmp
--exec-prefix=/home/username/installs/tmp
When i run "make install" most of the packages are put under
/home/username/installs/tmp, but for some reason the
install script tries to put osd_login under /sbin, which results in an
error:
Making install in osd_login
make[2]: Entering directory
`/home/username/installs/nfs-utils-1.3.2/utils/osd_login'
make[3]: Entering directory
`/home/username/installs/nfs-utils-1.3.2/utils/osd_login'
/usr/bin/mkdir -p '/sbin'
/usr/bin/install -c osd_login '/sbin'
/usr/bin/install: cannot remove ‘/sbin/osd_login’: Permission
denied
make[3]: *** [install-dist_sbinSCRIPTS] Error 1
This is not supposed to happen, is it? Is there an easy way to fix it? I
get the same error trying to build nfs-utils-1.3.1 as well.
Cheers,
Eino
--
To unsubscribe from this list: send the line "unsubscribe linux-nfs" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html