
Re: Installation of Advance ntfs-3g on Centos 5.2
Hi,
Quote:
I took source package of advance ntfs-3g and it would not compile as it would not find attr/xattr.h file. I changed it to sys/xattr.h because I have it here in my system.
This is the correct way to do, but you may also have to install the libattr library. Make sure you have
Code:
#define HAVE_SETXATTR 1
in the config.h file generated by ./configure
Regards
Jean-Pierre