Hello Vijay, I'm running GlusterFS on SLES 11, and just tried to compile the new QA. Had to make a little change to the spec file, because there's no "python-ctypes" in SLES: cloudstor2 /usr/src/packages/SPECS # diff -u glusterfs.spec-3.3.1qa2 glusterfs.spec --- glusterfs.spec-3.3.1qa2 2012-08-30 13:39:20.000000000 +0200 +++ glusterfs.spec 2012-09-05 09:15:54.261831380 +0200 @@ -50,9 +50,10 @@ BuildRequires: gcc make automake libtool BuildRequires: ncurses-devel readline-devel openssl-devel BuildRequires: libxml2-devel -BuildRequires: python-ctypes %if 0%{?suse_version} BuildRequires: python-devel +%else +BuildRequires: python-ctypes %endif Requires: openssl Regards, Jörg 2012/8/30 Vijay Bellur <vijay@xxxxxxxxxxxxxxxxx>: > > http://bits.gluster.com/pub/gluster/glusterfs/3.3.1qa2/ > > http://bits.gluster.com/pub/gluster/glusterfs/src/glusterfs-3.3.1qa2.tar.gz > > This release is made off v3.3.1qa2 > > > _______________________________________________ > Gluster-devel mailing list > Gluster-devel@xxxxxxxxxx > https://lists.nongnu.org/mailman/listinfo/gluster-devel