error: configure: error: APR is needed to build mod_suphp for Apache 2.x but was not found
Run ./configure as shown below.
# ./configure --with-apr=/usr/bin/apr-1-configThis should fix the issue. Now you can proceed with
# make
# make install
This blog is all about "The way i fixed" various issues and some "How to" Install / Enable / Disable etc.. The fixes here are those which got my issues fixed, and sharing it here thinking it would help you to fix similar issues. If you find the posts helpful, please leave your valuable comment before leaving the blog. Also please comment your suggestions too..
# ./configure --with-apr=/usr/bin/apr-1-configThis should fix the issue. Now you can proceed with
# make
# make install
No comments:
Post a Comment