Hi,
      It is simple first copy mod_jserv.so or mod_jk.so(it is better).
Then include the path where u put the mod_jk.so file in ur appache
configuration file as

include /path of ur directory where *.so file put/mod_jk.so...... then
start apache server and tomcat startup.....

.... That is it......

cheers
Venkatesh..

Olaf Grewe wrote:

> Hi,
>
> I installed (well, the package manager did) Apache 1.3.9 on a
> debian-powerpc system. Now I'm trying to compile mod_jserv form Tomcat
> 3.2.1 but failed miserably.
> gcc: 2.95.2
> make: 3.79.1
> I followed the instructions under "Obtaining the Jserv Module" in the
> Tomcat User's Guide and did:
> apxs -c -o mod_jserv.so *.c
> Which produced a lot of .o-files and then reported:
> gcc -shared -o mod_jserv.so mod_jserv.o (lots of other .o) -lc -lm
> -lcrypt -ldb
> /usr/bin/ld: cannot find -ldb
> collect2: ld returned 1 exit status
> apxs:Break: Command failed with rc=65536
>
> Any idea?
>
> Es grüßt
>         Olaf
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to