Compiling issues : Apache headers not found - CentOS 6.x -
i trying build libwurfl (https://github.com/filosganga/libwurfl) on centos. have installed dependent libraries, having issues running configure libwurfl. getting issues apache headers not found issue.
if use --with-apxs shown below,
./configure --with-apxs=/usr/sbin/apxs/
output:
checking apr.h... yes checking httpd.h usability... no checking httpd.h presence... no checking httpd.h... no configure: error: apache headers not found.
if add --with-apache
./configure --with-apxs=/usr/sbin/apxs/ --with-apache=/usr/include/httpd/
output:
checking apxs... no checking apr.h usability... no checking apr.h presence... no checking apr.h... no configure: error: apache portable runtime headers not found.
i see headers on both locations mentioned above.
any pointers?
thanks!
i compiled on ubuntu 14.04 after installing , configuring apr-1.5.2 , httpd 2.2.31. compiled in way:./configure --with-apache='/usr/local/apache2'
Comments
Post a Comment