>>> On 6/6/2008 at 2:28 AM, in message <[EMAIL PROTECTED]>, LINDA DOBAI <[EMAIL PROTECTED]> wrote: > Thank you very much for your responses. > > As OS I am using Linux RedHat 5 32bits. > > As Ganglia version, I installed the last version that I found at the > following URL: > > http://www.ganglia.info/snapshots/3.1.x/ > > which means : Ganglia 3.1.0.1361. > > How did I install it? > > I downloaded Ganglia 3.1.0.1361 > I saw that Ganglia need some other libraries so I used Yum tool to install > expat and apr libraries. I needed to download and install also > confuse library and RRDtool-1.2.27. > > After the installation, all that worked in Ganglia 3.0.7 worked correctly in > this new version also. I don't know why modpython.so wasn't generated. > > Configure options that I used: > > ./configure --enable-static-build --enable-python --with-gmetad >
Is there a reason why you need to include --enable-static-build? If not then don't use this option and let Ganglia build and link everything dynamically. Although the metric modules such as mod_python will work statically linked, they are intended to be dynamically linked for flexibility. Brad ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Ganglia-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ganglia-general

