nothing is impossible!!!!

nothing is impossible!!!!

Sunday, July 5, 2009

Ganglia Installation errors and solutions.

Error:
Checking for apr
checking for apr-1-config... no
configure: error: apr-1-config binary not found in path
make: *** No targets specified and no makefile found. Stop.

Resolution:
Install respective version of apr-devel. for me it was apr-devel-1.2.7-11.i386.rpm

Error:
Checking for confuse
checking for cfg_parse in -lconfuse... no
Trying harder including gettext
checking for cfg_parse in -lconfuse... no
Trying harder including iconv
checking for cfg_parse in -lconfuse... no
libconfuse not found

Resolution:
Install "libconfuse" and "libconfuse-devel" packages.

Error:
mod_python.c error: Python.h: No such file or directory
Resolution:
Install "python-devel" package if not installed.

- nilesh

3 comments:

Unknown said...

I had exactly the same errors!! Thanks a lot this helped me out!

Anonymous said...

faced the first two myself.
thank you.

http://rowsandcolumns.blogspot.com/2010/07/compiling-ganglia-errors-and-problems.html

samrit said...

thanks. its was really helpful.