Hi to everybody, I am following the steps to build the mod_jk I found in the jhon turner page: http://www.johnturner.com/howto/apache2-tomcat4112-sol8-howto.html <http://www.johnturner.com/howto/apache2-tomcat4112-sol8-howto.html> Everything is fine until I execute the make command, do you know why is this error? I am with solaris 8 and apache: Server version: Apache/2.0.45 Server built: May 25 2003 18:52:40 I am located in this directory before I execute the make command: # pwd /jakarta-tomcat-connectors-jk2-2.0.2-src/jk/native2 And this is the error I get after executing the make command: # make list=' server/apache2'; \ for i in $list; do \ echo "Making $target in $i"; \ if test "$i" != "."; then \ (cd $i && make) || exit 1; \ fi; \ done; Making in server/apache2 make[1]: Entering directory `/jakarta-tomcat-connectors-jk2-2.0.2-src/jk/native2/server/apache2' list=' server/apache2'; \ for i in $list; do \ echo "Making $target in $i"; \ if test "$i" != "."; then \ (cd $i && make) || exit 1; \ fi; \ done; Making in server/apache2 /bin/sh: server/apache2: does not exist make[1]: *** [jk2-build] Error 1 make[1]: Leaving directory `/jakarta-tomcat-connectors-jk2-2.0.2-src/jk/native2/server/apache2' make: *** [jk2-build] Error 1 I hope you can help me. Thanks in advance. Omar Vera
