RE: Help on debug an apache module

2009-08-05 Thread Houser, Rick
-Original Message- From: Jorge Bastos [mailto:mysql.jo...@decimal.pt] Sent: Tuesday, August 04, 2009 5:22 PM To: modules-dev@httpd.apache.org Subject: Help on debug an apache module Hi people, Sorry if this is not the correct place for this post. I have some crashes with the libphp5

Re: Help on debug an apache module

2009-08-05 Thread Jérôme Renard
Ho Jorge, Jorge Bastos a écrit : Hi Ray, Can't compile, it's the binaries from Debian SID. No other solution, right? No, you can compile another Apache instance if you want to. You can even keep the Debian package and compile your own Apache in your /home/myapache/ (for example) and make it

Re: Help on debug an apache module

2009-08-04 Thread Arnab Ganguly
Download the Apache source code of the same version, then compile and install as per the required model which should be the same as the orginal binary. Thanks. Arnab On Wed, Aug 5, 2009 at 3:17 AM, Joe Lewis wrote: > Replies to an e-mail should go below what you are replying to. > > Jorge Basto

Re: Help on debug an apache module

2009-08-04 Thread Joe Lewis
Replies to an e-mail should go below what you are replying to. Jorge Bastos wrote: Hi Ray, Can't compile, it's the binaries from Debian SID. No other solution, right? You have two solutions - consult debian for debug packages to install, or compile it yourself as Ray suggested. Joe -- Joe

RE: Help on debug an apache module

2009-08-04 Thread Jorge Bastos
Hi Ray, Can't compile, it's the binaries from Debian SID. No other solution, right? > -Original Message- > From: Ray Morris [mailto:supp...@bettercgi.com] > Sent: terça-feira, 4 de Agosto de 2009 22:31 > To: modules-dev@httpd.apache.org > Subject: Re: Help

Re: Help on debug an apache module

2009-08-04 Thread Ray Morris
> (no debugging symbols found) You'll find instructions for compiling with debugging symbols in the first paragraph on the first page that comes up if you Google "debugging apache module". -- Ray Morris supp...@bettercgi.com Strongbox - The next generation in site security: http://www.better

Help on debug an apache module

2009-08-04 Thread Jorge Bastos
Hi people, Sorry if this is not the correct place for this post. I have some crashes with the libphp5.so, the thing is, if I start apache using gdb, I don't have any info available, just what I'm going to show below: Is there a best way to debug the module (libphp5.so)? On the kernel mess