Re: apxs tool under apache for Windows

2000-07-14 Thread Ion Moraru
Correct me if I am wrong: All you have to do is recompile the mod_jrun DSO(=DLL) with the EAPI defined (-DEAPI). Something like: cc -DEAPI *.c If this is true, I don't see what difference this will make because I haven't seen any #ifdef refering to EAPI either in the mod_jrun code or in the

Re: apxs tool under apache for Windows

2000-07-13 Thread Ralf S. Engelschall
On Wed, Jul 12, 2000, Ion Moraru wrote: Where can I find the apxs tool on a Windows installation. I can't find it under apache/bin. APXS is a Unix-only tool. I doesn't have knowledge on how to build Windows DSOs (=DLLs). Or maybe there is another way to solve this problem: I am trying to

apxs tool under apache for Windows

2000-07-12 Thread Ion Moraru
Where can I find the apxs tool on a Windows installation. I can't find it under apache/bin. Or maybe there is another way to solve this problem: I am trying to use mod_jrun with Apache. I know that I need to compile mod_jrun with -DEAPI. I found a posting telling me I should use the following