Blame INSTALL

Packit b0b924
Installation:
Packit b0b924
	1) to build and install the commandline tools (nfs4_getfacl, 
Packit b0b924
	   nfs4_setfacl):
Packit b0b924
		   $ autoreconf
Packit b0b924
		   $ make
Packit b0b924
		   $ make install
Packit b0b924
Packit b0b924
Packit b0b924
	2) in case of trouble, please see "Random Notes" below or contact
Packit b0b924
	   linux-nfs@vger.kernel.org.
Packit b0b924
Packit b0b924
Packit b0b924
Random Notes (about some distros..):
Packit b0b924
	the install targets "install-lib" and "install-dev", aren't actually
Packit b0b924
	wired-up.  we're not yet sure whether to prune this entirely or come
Packit b0b924
	back and do it for real.
Packit b0b924
Packit b0b924
	looks for /usr/include/attr/attr.h, but 'attr' dir doesn't exist for
Packit b0b924
	me.  after looking at the paths on my (old SuSE) system, i found that
Packit b0b924
	this worked:
Packit b0b924
	
Packit b0b924
	   sudo ln -s /usr/include/linux /usr/include/attr
Packit b0b924
Packit b0b924
	a different environment is building the 'attr' package wrong.  
Packit b0b924
	1) doesn't install xattr.h, 2) isn't installing libattr.la, libattr.a, 
Packit b0b924
	or libattr.so.1.1.0.  W/r/t the latter, i saw errors like:
Packit b0b924
	 
Packit b0b924
	     libtool: link: cannot find the library `/usr/lib/libattr.la' or 
Packit b0b924
	                    unhandled argument `/usr/lib/libattr.la'
Packit b0b924
	     gmake[1]: *** [nfs4_getfacl] Error 1
Packit b0b924
	     make: *** [default] Error 2
Packit b0b924
Packit b0b924
	if you have a libattr shared library and still see the above error, 
Packit b0b924
	rerunning `configure' and `make' should probably fix the problem.
Packit b0b924
	 
Packit b0b924
Packit b0b924
please send any email to <linux-nfs@vger.kernel.org>.