Static mod_jk buil & implementation issues(was mod_jk with httpd & tomcat)

2006-01-24 Thread Greg Bobak
I've found documentation for building mod_jk as a static module in apache here: http://tomcat.apache.org/connectors-doc/howto/apache.html (at the bottom of page). On this step, I get this: bash-2.05# ./buildconf rebuilding srclib/apr/configure buildconf: checking installation... build/buildchec

Re: Static mod_jk buil & implementation issues(was mod_jk with httpd & tomcat)

2006-01-24 Thread Greg Bobak
Found autoconf (did not realize it was a Unix utility): http://www.sunfreeware.com/programlistsparc9.html#autoconf Greg Bobak <[EMAIL PROTECTED]> wrote: I've found documentation for building mod_jk as a static module in apache here: http://tomcat.apache.org/connectors-doc/howto/apache.html (at

Re: Static mod_jk buil & implementation issues(was mod_jk with httpd & tomcat)

2006-01-24 Thread Greg Bobak
After installing autoconf, I get this error: bash-2.05# ./buildconf rebuilding srclib/apr/configure buildconf: checking installation... buildconf: autoconf version 2.59 (ok) buildconf: libtool version 1.5.20 (ok) libtoolize not found in path ./buildconf failed for apr How do I ge libtoolize in my

Re: Static mod_jk buil & implementation issues(was mod_jk with httpd & tomcat)

2006-01-24 Thread Greg Bobak
Still trying to bind mod_jk statically to httpd. I found that I had to install the whole libtool package. Do the following errors mean that I must buiild from the CVS source only? bash-2.05# ./buildconf rebuilding srclib/apr/configure buildconf: checking installation... buildconf: autoconf vers

Re: Static mod_jk buil & implementation issues(was mod_jk with httpd & tomcat)

2006-01-24 Thread Greg Bobak
Found some info that indicates that a perl script is looking for strict.pm. It is on my system. Ihave even copied it to a path that is indicated in the error below: bash-2.05# find / -name strict.pm /usr/perl5/5.6.1/lib/strict.pm /usr/perl5/5.00503/strict.pm /usr/local/lib/perl5/5.6.1/lib/stri

Re: Static mod_jk buil & implementation issues(was mod_jk with httpd & tomcat)

2006-01-24 Thread Greg Bobak
I give up -- I have upgrade to Apache 2.2 and I am using mod_proxy_ajp. Works great so far --any risks? Greg Bobak <[EMAIL PROTECTED]> wrote: Found some info that indicates that a perl script is looking for strict.pm. It is on my system. Ihave even copied it to a path that is indicated in th