Re: [Ganglia-developers] Removing the static dependancy on APR fromGanglia...

2007-04-30 Thread Bernard Li
If you look at the latest version of the Makefile.am, unfortunately this was one of the changes that I had to make to get dynamic linking working. :( Static linking libexpat won't work in this case because both libganglia.so and gmond both make expat calls (same with libconfuse). My guess is

Re: [Ganglia-developers] Removing the static dependancy on APR fromGanglia...

2007-04-30 Thread Brad Nicholes
>>> On 4/30/2007 at 11:04 AM, in message <[EMAIL PROTECTED]>, Matt Massie <[EMAIL PROTECTED]> wrote: >> Yes, the current makefiles will build a libexpat.so and install it in > /usr/lib. This is actually one thing that bothers me. > > that is actually not the case. if you look at the Makefile

Re: [Ganglia-developers] Removing the static dependancy on APR fromGanglia...

2007-04-30 Thread Matt Massie
> Yes, the current makefiles will build a libexpat.so and install it in > /usr/lib. This is actually one thing that bothers me. that is actually not the case. if you look at the Makefile.am in ./srclib you will find install: echo echo "Nothing from the srclib directory gets

Re: [Ganglia-developers] dynamic apr autotools problems, solutions?

2007-04-30 Thread Brad Nicholes
>>> On 4/29/2007 at 8:21 AM, in message <[EMAIL PROTECTED]>, "Nick Galbreath" <[EMAIL PROTECTED]> wrote: > Hi, > > [[I vote for ripping apr out of the source tree too! But this post is more > mechanical in nature so I decided to split it off.]] > > APR 1.2.X by has an unusual install. If you d

Re: [Ganglia-developers] Removing the static dependancy on APR fromGanglia...

2007-04-30 Thread Brad Nicholes
>>> On 4/27/2007 at 9:21 PM, in message <[EMAIL PROTECTED]>, "Bernard Li" <[EMAIL PROTECTED]> wrote: > Hi Brad: > > I'm trying to build RPMs with ganglia trunk on CentOS 4.4 and ran into > some issues: > > You added to the spec file the BuildRequires for libapr1-devel -- this > is the name of the