gluster-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gluster-devel] glusterFS on rocks4.3?


From: August R. Wohlt
Subject: Re: [Gluster-devel] glusterFS on rocks4.3?
Date: Thu, 17 Apr 2008 16:04:46 -0400

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 <
address@hidden> wrote:

> Hy,
> we tried to build the 1.3.7 rpms:
>
> address@hidden:~/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: address@hidden
>
>
>
> _______________________________________________
> Gluster-devel mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/gluster-devel
>


reply via email to

[Prev in Thread] Current Thread [Next in Thread]