Re: [Gluster-devel] unable to build glusterfs rpm on RHEL 6.6

2017-03-27 Thread Niels de Vos
On Mon, Mar 27, 2017 at 10:17:03PM +0530, Manohar Mikkili wrote: > thanks Niels, for your advice. > we are trying to bundle the glusterfs rpm in our binary, which is shipped > to customer. > so, "yum install gluster" is not an option. > > I tried as you asked, but no luck, could you pls take a loo

Re: [Gluster-devel] unable to build glusterfs rpm on RHEL 6.6

2017-03-27 Thread Joe Julian
I still recommend using the spec file to see how the packages are built. On 03/27/2017 09:47 AM, Manohar Mikkili wrote: thanks Niels, for your advice. we are trying to bundle the glusterfs rpm in our binary, which is shipped to customer. so, "yum install gluster" is not an option. I tried as

Re: [Gluster-devel] unable to build glusterfs rpm on RHEL 6.6

2017-03-27 Thread Manohar Mikkili
thanks Niels, for your advice. we are trying to bundle the glusterfs rpm in our binary, which is shipped to customer. so, "yum install gluster" is not an option. I tried as you asked, but no luck, could you pls take a look and advise? thanks in advance. [root@sipp tmp]# yum install /usr/include/s

Re: [Gluster-devel] unable to build glusterfs rpm on RHEL 6.6

2017-03-27 Thread Niels de Vos
On Mon, Mar 27, 2017 at 04:11:38PM +0200, Niels de Vos wrote: > On Mon, Mar 27, 2017 at 07:24:38PM +0530, Manohar Mikkili wrote: > > Hi, > > > > I am trying to build glusterfs v3.10.0 on a RHEL 6.6 (x86_64 GNU/Linux) > > > > $./autoConfig # works fine > > $ ./configure --enable-fusermount > > ..

Re: [Gluster-devel] unable to build glusterfs rpm on RHEL 6.6

2017-03-27 Thread Joe Julian
To get a list of all the build requirements: grep BuildRequires glusterfs.spec or just rpmbuild -bb On 03/27/2017 06:54 AM, Manohar Mikkili wrote: Hi, I am trying to build glusterfs v3.10.0 on a RHEL 6.6 (x86_64 GNU/Linux) $./autoConfig # works fine $ ./configure --enable-fusermount

Re: [Gluster-devel] unable to build glusterfs rpm on RHEL 6.6

2017-03-27 Thread Niels de Vos
On Mon, Mar 27, 2017 at 07:24:38PM +0530, Manohar Mikkili wrote: > Hi, > > I am trying to build glusterfs v3.10.0 on a RHEL 6.6 (x86_64 GNU/Linux) > > $./autoConfig # works fine > $ ./configure --enable-fusermount > > > > checking for sys/acl.h... no > configure: error: Support fo

[Gluster-devel] unable to build glusterfs rpm on RHEL 6.6

2017-03-27 Thread Manohar Mikkili
Hi, I am trying to build glusterfs v3.10.0 on a RHEL 6.6 (x86_64 GNU/Linux) $./autoConfig # works fine $ ./configure --enable-fusermount checking for sys/acl.h... no configure: error: Support for POSIX ACLs is required pls guide/advise, which rpm/library should be installed to ge