On Wed, 30 Jan 2002, J S wrote:

> 
> 
> Hi,
> 
> I want to debug a problem I'm getting in Apache with libphp4.so, but when I 
> run gdb httpd, I get a bunch of messages saying:
> 
> no debugging symbols found
> 
> Does anyone here know what I need to do to fix this?

Yes :-)

Do something like this when you build Apache:

export EXTRA_CFLAGS=-g
./configure --prefix=$PREFIX --enable-module=so
make all install

\David


-- 
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