From:             [EMAIL PROTECTED]
Operating system: linux 2.2.14
PHP version:      4.0.6
PHP Bug Type:     *Configuration Issues
Bug description:  configure fails with apache 2.0.28

Hello from Berlin.
I try to build an apache with a static mod_php (on SuSE Linux 6.4 a 2.2.14
kernel)

I use this on php :
./configure --with-mysql=/usr/local/mysql --with-config-file-path=/etc
--with-apache=../httpd-2_0_28 --enable-track-vars 
this fails with this 
<Configuring SAPI modules
<checking for AOLserver support... no
<checking for Apache module support via DSO through APXS... no
<checking for Apache module support... no
<configure: error: Invalid Apache directory - unable to find httpd.h under
/home/dantho/httpd-2_0_28

if i use "--with-apache2" wich i found i a bug report 
./configure 
make 
make install
works fine (after using --with-apache2).

and then under httpd-2_0_28 

./configure --prefix=/usr/local/httpsd --enable-ssl
--with-ssl=/usr/local/openssl --enable-suexec --with-suexec-caller=nobody
--with-suexec-docroot=/home --enable-module=src/modules/php4/libphp4.a
make 
make install

erverything work also fine : BUT there is not mod_php included if i check
it with ./httpd -l

What goes wrong here - any idea would be great.

-- 
Edit bug report at: http://bugs.php.net/?id=14145&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to