Re: [Ganglia-general] RPM Installation issue SSL libraries

2008-06-03 Thread Joe Williams
Bernard, It seems to build properly on my installation (centos5 64bit). Thanks for making this. -Joe Bernard Li wrote: Hi Joe: On Fri, May 30, 2008 at 5:31 PM, Joe Williams [EMAIL PROTECTED] wrote: It certainly works but doesn't seem to have the '--with-ganglia' option. I

Re: [Ganglia-general] RPM Installation issue SSL libraries

2008-06-03 Thread Bernard Li
Hi Joe: On Tue, Jun 3, 2008 at 3:43 PM, Joe Williams [EMAIL PROTECTED] wrote: It seems to build properly on my installation (centos5 64bit). Thanks for making this. Cool - I have checked everything into SVN trunk of gexec. Cheers, Bernard

Re: [Ganglia-general] RPM Installation issue SSL libraries

2008-06-03 Thread Joe Williams
Awesome! Thanks Bernard. -Joe Bernard Li wrote: Hi Joe: On Tue, Jun 3, 2008 at 3:43 PM, Joe Williams [EMAIL PROTECTED] wrote: It seems to build properly on my installation (centos5 64bit). Thanks for making this. Cool - I have checked everything into SVN trunk of gexec.

Re: [Ganglia-general] RPM Installation issue SSL libraries

2008-06-02 Thread Bernard Li
Hi Joe: On Fri, May 30, 2008 at 5:31 PM, Joe Williams [EMAIL PROTECTED] wrote: It certainly works but doesn't seem to have the '--with-ganglia' option. I think you meant the '--enable-ganglia' option. I did some further code changes and was able to generate a tarball which builds fine without

Re: [Ganglia-general] RPM Installation issue SSL libraries

2008-05-30 Thread Joe Williams
Anyone have any clues on this? Thanks. -Joe Joe Williams wrote: I have been able to get a bit further. After finding this post to the developers list: http://www.mail-archive.com/[EMAIL PROTECTED]/msg02443.html Specifically: The gexec-0.3.6 available from

Re: [Ganglia-general] RPM Installation issue SSL libraries

2008-05-30 Thread Jason A. Smith
Looks like either you are missing the XML library (expat expat-devel packages) or gexec is not linking with expat at build time. Does its configure script test for and add the expat library to the link command? ~Jason On Fri, 2008-05-30 at 10:33 -0500, Joe Williams wrote: Anyone have any

Re: [Ganglia-general] RPM Installation issue SSL libraries

2008-05-30 Thread Joe Williams
Jason, Thanks for the continuing assistance on this. Expat is installed: [EMAIL PROTECTED] ~]# rpm -qa | grep expat expat-devel-1.95.8-8.2.1 expat-1.95.8-8.2.1 expat-devel-1.95.8-8.2.1 expat-1.95.8-8.2.1 [EMAIL PROTECTED] ~]# locate expat /lib/libexpat.so.0 /lib/libexpat.so.0.5.0

Re: [Ganglia-general] RPM Installation issue SSL libraries

2008-05-30 Thread Bernard Li
Hi Joe: On Fri, May 30, 2008 at 12:46 PM, Joe Williams [EMAIL PROTECTED] wrote: Expat is installed: [EMAIL PROTECTED] ~]# rpm -qa | grep expat expat-devel-1.95.8-8.2.1 expat-1.95.8-8.2.1 expat-devel-1.95.8-8.2.1 expat-1.95.8-8.2.1 [EMAIL PROTECTED] ~]# locate expat /lib/libexpat.so.0

Re: [Ganglia-general] RPM Installation issue SSL libraries

2008-05-30 Thread Joe Williams
This is on Centos 5. I was able to get it to build properly and with a little work I was able to get it to build with the '--with-ganglia' option. I did the following: First, I ran 'rpmbuild -tb gexec-0.3.8.tar.gz' which created the RPM and SRPM for your tarball. Then installed the SRPM. I

Re: [Ganglia-general] RPM Installation issue SSL libraries

2008-05-30 Thread Bernard Li
Hi Joe: On Fri, May 30, 2008 at 5:17 PM, Joe Williams [EMAIL PROTECTED] wrote: I was able to get it to build properly and with a little work I was able to get it to build with the '--with-ganglia' option. I did the following: First, I ran 'rpmbuild -tb gexec-0.3.8.tar.gz' which created the

[Ganglia-general] RPM Installation issue SSL libraries

2008-05-28 Thread Joe Williams
I am seeing the following issue with authd: [EMAIL PROTECTED] ganglia]# rpm -qa | grep openssl openssl-devel-0.9.8b-8.3.el5_0.2 openssl-0.9.8b-8.3.el5_0.2 openssl-devel-0.9.8b-8.3.el5_0.2 openssl-0.9.8b-8.3.el5_0.2 [EMAIL PROTECTED] ganglia]# rpm -ivh authd-0.2.1-1.i386.rpm error: Failed

Re: [Ganglia-general] RPM Installation issue SSL libraries

2008-05-28 Thread Jason A. Smith
If you have the rpmdb-redhat package installed, then you can query rpm to see what package RedHat distributes which provides the requested capability, even if the package is not installed. For example, on a RHEL4 server, I get: $ rpm --redhatprovides libcrypto.so.2 libssl.so.2

Re: [Ganglia-general] RPM Installation issue SSL libraries

2008-05-28 Thread Joe Williams
Thanks Jason, I actually have attempted to use the SRPMs first for these packages but ran into the aforementioned issues which led me to trying the RPMs. For instance when I attempt to build authd I get the following: $ rpmbuild -ba /usr/src/redhat/SPECS/authd.spec snip creating

Re: [Ganglia-general] RPM Installation issue SSL libraries

2008-05-28 Thread Jason A. Smith
On Wed, 2008-05-28 at 17:35 -0500, Joe Williams wrote: Thanks Jason, I actually have attempted to use the SRPMs first for these packages but ran into the aforementioned issues which led me to trying the RPMs. For instance when I attempt to build authd I get the following: $ rpmbuild

Re: [Ganglia-general] RPM Installation issue SSL libraries

2008-05-28 Thread Joe Williams
Jason, The authd SRPM I downloaded is located at http://sourceforge.net/project/showfiles.php?group_id=43021package_id=36388release_id=88941 Since it is side by side with the other ganglia downloads I figured this was the place to ask. It looks like it was caused by libe missing, I have built

Re: [Ganglia-general] RPM Installation issue SSL libraries

2008-05-28 Thread Joe Williams
I have been able to get a bit further. After finding this post to the developers list: http://www.mail-archive.com/[EMAIL PROTECTED]/msg02443.html Specifically: The gexec-0.3.6 available from http://www.theether.org/gexec does not build with 3.0.* versions of Ganglia. It builds correctly