Re: [PHP-DEV] Apache+php3 coredumps: more funk.. From: CyberPsychotic (fygrave <email protected>)
Date: 11/05/99

~ :Looks like an Apache header mismatch problem to me. Are you sure that the
~ :Apache header files you are compiling PHP against matches the Apache you
~ :are actually running?

Yes, definetely. I don't have any other apache source three on my disk on
the moment. Plus when I added `-ggdb' switch to php makefile, basically I
just did make clean && make && make install in php source, and then make
&& make install in _the_same_ apache sourcethree.
 Maybe the order, in which I build modules, matters (though
theoretically it shouldn't)?
1. fp extentions (patch and module install)
2. php compile (make && make install)
3. in mod_perl I build both mod_perl and apache itself. Then I just go
with `make install' in apache source three to put all the binaries/config
files into right place.

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>