Configuring Tomcat5 and Apache2 with Virtual Hosts using mod_jk

Discussion in 'HOWTO-Related Questions' started by peterdsparkes, Jul 21, 2007.

  1. peterdsparkes

    peterdsparkes New Member

    Hi,

    I am trying to install mod_jk as per www.howtoforge.com/apache2_tomcat5_mod_jk

    However when I get to page 2, item 5 - ./buildconf.sh
    I get the following results

    rm autom4te.cache
    libtoolize --force --automake --copy
    ./buildconf.sh: line 7: libtoolize: command not found
    aclocal
    ./buildconf.sh: line 11: aclocal: command not found
    autoheader
    ./buildconf.sh: line 13: autoheader: command not found
    automake -a --foreign --copy
    ./buildconf.sh: line 15: automake: command not found
    autoconf
    ./buildconf.sh: line 17: autoconf: command not found
    rm autom4te.cache


    When I then follow items 6 and 7
    ./configure --with-apxs=/usr/bin/apxs2
    make

    the file mod_jk.so is not created

    Help Please

    Peter
     
  2. peterdsparkes

    peterdsparkes New Member

Share This Page