We have had great luck installing glusterFS on centos 4.5 like this: get The io-patched fuse module from http://ftp.zresearch.com/pub/gluster/glusterfs/fuse/<http://ftp.zresearch.com/pub/gluster/glusterfs/fuse/fuse-2.7.0-glfs8.tar.gz> get glusterfs itself from http://ftp.zresearch.com/pub/gluster/glusterfs/1.3/<http://ftp.zresearch.com/pub/gluster/glusterfs/1.3/glusterfs-1.3.7.tar.gz> Then compile fuse: ./configure --prefix=/usr make make install ldconfig modprobe fuse Then compile glusterfs: ./configure --prefix=/usr --disable-ibverbs make make install ldconifg This very simple install method has worked for us for all the recent versions of glusterfs on centos 4.5 and centos 5 :august On Thu, Apr 17, 2008 at 3:57 PM, Ricardo Garcia Mayoral < ricardo@xxxxxxxxxxxxxxxxxx> wrote: > Hy, > we tried to build the 1.3.7 rpms: > > root@vulcano:~/gluster# rpmbuild -tb glusterfs-1.3.7.tar.gz > error: Failed build dependencies: > fuse-devel is needed by glusterfs-1.3.7-1.x86_64 > libtool is needed by glusterfs-1.3.7-1.x86_64 > byacc is needed by glusterfs-1.3.7-1.x86_64 > flex is needed by glusterfs-1.3.7-1.x86_64 > libsysfs-devel is needed by glusterfs-1.3.7-1.x86_64 > > The key dependency was the libsysfs one, the other packages we could > install, although the fuse-devel version we could find was the one at the > CentOS repository. > > We also tried installing the 1.3.0 rpms, but to no avail. > Thanks and regards, > > -- > Ricardo Garcia Mayoral > Computational Fluid Mechanics > ETSI Aeronauticos, Universidad Politecnica de Madrid > Pz Cardenal Cisneros 3, 28040 Madrid, Spain. > Phone: (+34) 913363291 Fax: (+34) 913363295 > e-mail: ricardo@xxxxxxxxxxxxxxxxxx > > > > _______________________________________________ > Gluster-devel mailing list > Gluster-devel@xxxxxxxxxx > http://lists.nongnu.org/mailman/listinfo/gluster-devel >