You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by ke...@core.tb.cz on 2000/07/06 21:42:02 UTC

Re: compiling mod_jserv on solaris7_x86

Hi Nicolas,
I'm running tomcat on the same system (although I'm using apache 1.3.12).
To compile mod_jserv, first

cd <tomcat-source-dir>/src/native/apache/jserv

and then

/usr/local/apache/bin/apxs -c mod_jserv.c jserv*.c

This is always working for me (there's a bug in the User's Guide).
Note: I think you have to have apache compiled with DSO support in order
to successfully load mod_jserv.so after start...

regards
Roman Kratochvil


On Mon, 6 Jul 1998, Nicolas PERIDONT wrote:

> Hi,
> 
> I try to compiled the mod_jser.so file wich is include in the tomcat src.
> 
> I use the comande line write in the tomcat user guide but it doesn't work.
> 
> here is the commande line i use :
> /usr/local/apache/bin/apxs -c -o mod_jserv.so *.c
> 
> and i get theses error :
> require : Not find
> utilisez : Not find
> package: Not find
> my: Not find
> 
> So i have no idea haw to compiled this module. If someone of you have already complied it for a solaris7_x86 it was realy great.
> Else it was great if someone of you can give me some help.
> 
> I use the apache 1.3.9 binary distrubution.
> 
> Thanks 
> 
> Nicolas PERIDONT
>