Re: compiling using gcc directly rather than using apxs

2007-11-28 Thread ed
On Wed, 28 Nov 2007 13:03:19 -0500 Subra A Narayanan [EMAIL PROTECTED] wrote: I am still not able to figure out the problem. For longtime module developers, this should be a simple problem to solve. Any pointers in the right direction would be greatly appreciated. What's wrong with apxs/2?

Re: compiling using gcc directly rather than using apxs

2007-11-28 Thread karim Bendadda
You have forgotten to attach your module can you do it please? 2007/11/28, Subra A Narayanan [EMAIL PROTECTED]: I am still not able to figure out the problem. For longtime module developers, this should be a simple problem to solve. Any pointers in the right direction would be greatly

Re: compiling using gcc directly rather than using apxs

2007-11-28 Thread Subra A Narayanan
Here you go Karim. On Nov 28, 2007 1:23 PM, karim Bendadda [EMAIL PROTECTED] wrote: You have forgotten to attach your module can you do it please? 2007/11/28, Subra A Narayanan [EMAIL PROTECTED]: I am still not able to figure out the problem. For longtime module developers, this

compiling using gcc directly rather than using apxs

2007-11-27 Thread Subra A Narayanan
Hello folks, I have run in to a problem and hope someone can help me out. I am using Apache HTTP server version 2.0.61 I have written a simple test module called mod_my.c in which all I do is printout the contents of request-parsed_uri structure which if of type apr_uri_t. The module works just