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

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

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

Re: using apxs

2005-02-25 Thread Laszlo
to:[EMAIL PROTECTED] De la part de Laszlo Envoyé : vendredi 25 février 2005 10:48 À : dev@httpd.apache.org Objet : Re: using apxs Could you give me an example of a wrapper? Thank you. -- László Graf

RE: using apxs

2005-02-25 Thread Frédéric Bor
---Message d'origine- De : news [mailto:[EMAIL PROTECTED] De la part de Laszlo Envoyé : vendredi 25 février 2005 10:48 À : dev@httpd.apache.org Objet : Re: using apxs Could you give me an example of a wrapper? Thank you. -- László Graf

Re: using apxs

2005-02-25 Thread Laszlo
;C"). Good luck. -Message d'origine- De : news [mailto:[EMAIL PROTECTED] De la part de Laszlo Envoyé : vendredi 25 février 2005 10:15 À : dev@httpd.apache.org Objet : using apxs Hi all, I created a C1.hpp and C1.cpp, compiled and linked into a C1.a file. I did copy the C1.a file into /usr/loc

RE: using apxs

2005-02-25 Thread Frédéric Bor
la part de Laszlo Envoyé : vendredi 25 février 2005 10:15 À : dev@httpd.apache.org Objet : using apxs Hi all, I created a C1.hpp and C1.cpp, compiled and linked into a C1.a file. I did copy the C1.a file into /usr/local/apache2/lib and C1.hpp into /usr/local/apache2/include. This class provides some use

using apxs

2005-02-25 Thread Laszlo
Hi all, I created a C1.hpp and C1.cpp, compiled and linked into a C1.a file. I did copy the C1.a file into /usr/local/apache2/lib and C1.hpp into /usr/local/apache2/include. This class provides some usefull methods to process a request. OK. Now I would like to use it in my module mod_xyz. Entering