Re: Steps to build mod_jk.so

2009-02-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Randir, randhir.si...@elitecore.com wrote: > As, I have understood to make a mod_jk Load module, the steps are:- > > > $ ./configure --prefix=/path/to/install > --enable-shared=foo > $

Re: Steps to build mod_jk.so

2009-02-05 Thread Gregor Schneider
Rhandir, after you've downloaded the source of mod_jk and extracting them, you'll find a file there "BUILD.txt". = [ extract ] === For the impatient Apache admins: $> cd native $> ./configure --with-apxs=/usr/sbin/apxs (or where ever the apxs/apxs2 is) $> make $> su -c 'make install'

Steps to build mod_jk.so

2009-02-04 Thread randhir . singh
As, I have understood to make a mod_jk Load module, the steps are:- $ ./configure --prefix=/path/to/install --enable-shared=foo $ make install Are, the steps correct as this i