Re: Specifying a different target directory for APXS

2007-12-14 Thread Subra A Narayanan
On Dec 14, 2007 5:10 PM, Nick Kew <[EMAIL PROTECTED]> wrote: >> Now I am trying to (just) compile my module using apxs and I see this >> warning >> >> *$ /usr/sbin/apxs -c -L /myprj/deps/axis2c/lib -L /myprj/lib/ -l >Don't link that stuff in. You're compiling a module, not

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

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