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