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
Sunday, July 5, 2009
Subscribe to:
Post Comments (Atom)

1 comments:
I had exactly the same errors!! Thanks a lot this helped me out!
Post a Comment