> >Do something like this when you build Apache: > > > >export EXTRA_CFLAGS=-g > >./configure --prefix=$PREFIX --enable-module=so > >make all install
> I tried that and it didn't make any difference. Don't do make install since it will strip the binary. Manually copy src/httpd to your apache/bin directory or run apache directly from the src dir. Edin -- 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]
