Re: [Nfs-ganesha-devel] How do I compile nfs-ganesha-utils RPM

2018-02-12 Thread Daniel Gryniewicz
The Ceph project also maintains RPMs compatible with RHEL, if you'd 
prefer a Ceph-flavored version (also works without Ceph, of course, just 
like the Gluster versions).


http://download.ceph.com/nfs-ganesha/rpm-V2.5-stable/luminous/x86_64/

Daniel

On 02/09/2018 02:53 PM, Daniel Gryniewicz wrote:

If you didn't pass "-DUSE_SYSTEM_NTIRPC" then libntirpc is in your
nfs-ganesha rpm.  If you did, then rpmbuild would have complained that
no libntirpc rpm was available.

The way to build a ntirpc RPM is to check out ntirpc, and run cmake.
That will generate a libntripc.spec file.  You can then run "make
dist" to get a tarball, and run rpmbuild on the spec file.  Sorry it's
not as easy an ganesha, most people don't build separate ntirpc rpms,
and distros have thier own systems.

Daniel

On Fri, Feb 9, 2018 at 2:26 PM, You Me  wrote:

Thank you. That worked.

How do I build libntirpc RPM?

On Fri, Feb 9, 2018 at 10:42 AM, Daniel Gryniewicz  wrote:

pass -DUSE_ADMIN_TOOLS=YES to your cmake command.  I think you can
also pass --with utils to rpmbuild.

Daniel

On Fri, Feb 9, 2018 at 10:28 AM, You Me  wrote:

I compiled ganesha 2.5.1 from sources. 'make rpm' gave me all RPMs
except
ganesha-utils.
How do I build that one?

Thank you



--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel






--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


Re: [Nfs-ganesha-devel] How do I compile nfs-ganesha-utils RPM

2018-02-09 Thread You Me
I am not aware of that. I will consult that next time. I needed RHEL
specific packages. So, built it myself with Daniel's help.

On Fri, Feb 9, 2018 at 3:10 PM, Kaleb S. KEITHLEY 
wrote:

> On 02/09/2018 10:28 AM, You Me wrote:
> > I compiled ganesha 2.5.1 from sources. 'make rpm' gave me all RPMs
> > except ganesha-utils.
> > How do I build that one?
> >
>
> Are you aware that we provide "community packages" for a number of
> popular platforms: Fedora, RHEL/CentOS, Debian, Ubuntu, SLES, and
> OpenSuSE Leap and Tumbleweed.
>
> See
> https://download.gluster.org/pub/gluster/glusterfs/nfs-
> ganesha/NFS-Ganesha.README
>
> (Yes, the packages there support more than just Gluster.)
>
> --
>
> Kaleb
>
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


Re: [Nfs-ganesha-devel] How do I compile nfs-ganesha-utils RPM

2018-02-09 Thread Kaleb S. KEITHLEY
On 02/09/2018 10:28 AM, You Me wrote:
> I compiled ganesha 2.5.1 from sources. 'make rpm' gave me all RPMs
> except ganesha-utils.
> How do I build that one?
> 

Are you aware that we provide "community packages" for a number of
popular platforms: Fedora, RHEL/CentOS, Debian, Ubuntu, SLES, and
OpenSuSE Leap and Tumbleweed.

See
https://download.gluster.org/pub/gluster/glusterfs/nfs-ganesha/NFS-Ganesha.README

(Yes, the packages there support more than just Gluster.)

-- 

Kaleb

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


Re: [Nfs-ganesha-devel] How do I compile nfs-ganesha-utils RPM

2018-02-09 Thread Daniel Gryniewicz
If you didn't pass "-DUSE_SYSTEM_NTIRPC" then libntirpc is in your
nfs-ganesha rpm.  If you did, then rpmbuild would have complained that
no libntirpc rpm was available.

The way to build a ntirpc RPM is to check out ntirpc, and run cmake.
That will generate a libntripc.spec file.  You can then run "make
dist" to get a tarball, and run rpmbuild on the spec file.  Sorry it's
not as easy an ganesha, most people don't build separate ntirpc rpms,
and distros have thier own systems.

Daniel

On Fri, Feb 9, 2018 at 2:26 PM, You Me  wrote:
> Thank you. That worked.
>
> How do I build libntirpc RPM?
>
> On Fri, Feb 9, 2018 at 10:42 AM, Daniel Gryniewicz  wrote:
>>
>> pass -DUSE_ADMIN_TOOLS=YES to your cmake command.  I think you can
>> also pass --with utils to rpmbuild.
>>
>> Daniel
>>
>> On Fri, Feb 9, 2018 at 10:28 AM, You Me  wrote:
>> > I compiled ganesha 2.5.1 from sources. 'make rpm' gave me all RPMs
>> > except
>> > ganesha-utils.
>> > How do I build that one?
>> >
>> > Thank you
>> >
>> >
>> >
>> > --
>> > Check out the vibrant tech community on one of the world's most
>> > engaging tech sites, Slashdot.org! http://sdm.link/slashdot
>> > ___
>> > Nfs-ganesha-devel mailing list
>> > Nfs-ganesha-devel@lists.sourceforge.net
>> > https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel
>> >
>
>

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


Re: [Nfs-ganesha-devel] How do I compile nfs-ganesha-utils RPM

2018-02-09 Thread You Me
Thank you. That worked.

How do I build libntirpc RPM?

On Fri, Feb 9, 2018 at 10:42 AM, Daniel Gryniewicz  wrote:

> pass -DUSE_ADMIN_TOOLS=YES to your cmake command.  I think you can
> also pass --with utils to rpmbuild.
>
> Daniel
>
> On Fri, Feb 9, 2018 at 10:28 AM, You Me  wrote:
> > I compiled ganesha 2.5.1 from sources. 'make rpm' gave me all RPMs except
> > ganesha-utils.
> > How do I build that one?
> >
> > Thank you
> >
> >
> > 
> --
> > Check out the vibrant tech community on one of the world's most
> > engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> > ___
> > Nfs-ganesha-devel mailing list
> > Nfs-ganesha-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel
> >
>
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel


[Nfs-ganesha-devel] How do I compile nfs-ganesha-utils RPM

2018-02-09 Thread You Me
I compiled ganesha 2.5.1 from sources. 'make rpm' gave me all RPMs except
ganesha-utils.
How do I build that one?

Thank you
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel