You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by michael wimmer <m....@ecom-it.at> on 2003/04/29 23:22:48 UTC

AW: AW: mod_jk2 build errors (solved)

Thank you Mark,

It seems that enable-shared=most did the trick. I kept the modules=so
(with modules=all I got problems to get coldfusion working -> it is a
test server where I need everything running) and added the
--enable-shared=most and it worked.

Regards,

Michael

> -----Ursprüngliche Nachricht-----
> Von: Mark Eggers [mailto:its_toasted@yahoo.com]
> Gesendet: Dienstag, 29. April 2003 17:38
> An: Tomcat Users List
> Betreff: Re: AW: mod_jk2 build errors
> 
> Michael,
> 
> When you compile Apache, you'll have to use the
> following:
> 
> ./configure --enable-modules=all --enable-shared=most
> 
> You really don't need to use enable-modules=all if you
> wish to be more selective on your system.  My system
> is a development box, and I never know quite what the
> users will ask next.
> 
> However, you do need to use enable-shared=most, or at
> least enable shared modules.  Without this, you will
> not be able to use a mod_jk2.so module.  It would have
> to be linked in at Apache compile time.
> 
> There's a good explanation of how to build Apache in
> the installation readme (INSTALL.txt, I think).
> Running
> 
> ./configure --help
> 
> will also give you lots of information.
> 
> HTH
> 
> /mde/
> just my two cents . . . .
> 
> __________________________________
> Do you Yahoo!?
> The New Yahoo! Search - Faster. Easier. Bingo.
> http://search.yahoo.com
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-user-help@jakarta.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org