Dears, help me please.
I have httpd.2.4 compiled in my enviroment and i want compile too php5.6 for test.
but my ./configure strout displeyed error to apxs version, in stdout i see error before my
php search for apache1 apx and my apx is apache2
below my commands in terminal and stdout:
./configure --with-apache=/usr/local/
httpd-2.4.23.php5/ --with-apxs2=/usr/local/httpd-2.4.23.php5/bin/apxs --with-mysql
Configuring SAPI modules
checking for AOLserver support... no
checking for Apache 1.x module support via DSO through APXS... no
checking for Apache 1.x module support... no
configure: error: Invalid Apache directory - unable to find httpd.h under /usr/local/httpd-2.4.23.php5/
root@nginx:/usr/local/src/php-5.6.29# apachectl -v
Server version: Apache/2.4.23 (Unix)
Server built: Dec 22 2016 13:02:12
root@nginx:/usr/local/src/php-5.6.29#