Hi my name is Jesse Olivas and I am having problems building the WebApp module for Solaris 9.
The package is "webapp-module-1.0-tc40". This is the output of my attempted build. $ ./configure --with-apxs=/usr/local/apache/bin/apxs loading cache ./config.cache checking for test... /usr/bin/test checking for true... /usr/bin/true checking for echo... /usr/bin/echo checking for grep... /usr/bin/grep checking for cat... /usr/bin/cat checking for sed... /usr/bin/sed checking for ln... /usr/bin/ln checking for rm... /usr/bin/rm checking host system type... sparc-sun-solaris2.9 checking for sources directory... /export/home/olivasj/webapp-module-1.0-tc40 checking for targets directory... /export/home/olivasj/webapp-module-1.0-tc40 C-Language compilation tools checking for ar... /usr/ccs/bin/ar checking for ranlib... /usr/ccs/bin/ranlib checking for gcc... gcc checking whether the C compiler (gcc ) works... yes checking whether the C compiler (gcc ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether gcc accepts -g... yes checking for gcc... /usr/local/bin/gcc checking whether /usr/local/bin/gcc and cc understand -c and -o together... yes checking how to run the C preprocessor... /usr/local/bin/gcc -E checking for debug build... no JAVA-Language compilation tools checking for java support... no API documentation generation checking for C API documentation... no checking for Java API documentation... no Target web-server checking for Apache apxs... yes checking target module... apache-1.3 checking for full APR directory path... /export/home/olivasj/webapp-module-1.0-tc40/apr Building APR configure script Invoking: "./buildconf" in "/export/home/olivasj/webapp-module-1.0-tc40/apr" APR buildconf: buildconf: checking installation... APR buildconf: buildconf: autoconf version 2.57 (ok) APR buildconf: buildconf: libtool version 1.4 (ok) APR buildconf: Copying libtool helper files ... ./buildconf: autoheader: not found APR buildconf: Creating include/arch/unix/apr_private.h.in ... APR buildconf: Creating configure ... /usr/local/bin/autoconf: /usr/local/bin/autom4te: not found Execution of ./buildconf returned 0 Configuring APR Invoking: "./configure --enable-static --disable-shared --disable-threads" in "/export/home/olivasj/webapp-module-1.0-tc40/apr" configure: error: cannot find or execute "./configure" in "/export/home/olivasj/webapp-module-1.0-tc40/apr" This is the contents of the config.log file configure:1215: checking for gcc configure:1328: checking whether the C compiler (gcc ) works configure:1344: gcc -o conftest conftest.c 1>&5 configure:1370: checking whether the C compiler (gcc ) is a cross-compiler configure:1375: checking whether we are using GNU C configure:1384: gcc -E conftest.c configure:1403: checking whether gcc accepts -g configure:1447: checking for gcc configure:1492: checking whether /usr/local/bin/gcc and cc understand -c and -o together configure:1507: /usr/local/bin/gcc -c conftest.c -o conftest.o 1>&5 configure:1508: /usr/local/bin/gcc -c conftest.c -o conftest.o 1>&5 configure:1513: cc -c conftest.c 1>&5 ./configure: cc: not found configure:1543: checking how to run the C preprocessor configure:1564: /usr/local/bin/gcc -E conftest.c >/dev/null 2>conftest.out configure:1628: checking for debug build configure:1653: checking for java support configure:2013: checking for C API documentation configure:2126: checking for Java API documentation configure:2195: checking for Apache apxs configure:2304: checking target module configure:2323: checking for full APR directory path Here is the $PATH value $ echo $PATH /usr/bin:/bin:/usr/sbin:/sbin:/usr/ccs/bin:/usr/local/bin I don't understand why I get the following error when the $PATH includes "/usr/local/bin". The autoconf file is located within the same "/usr/local/bin" directory as the autom4te file. APR buildconf: Creating configure ... /usr/local/bin/autoconf: /usr/local/bin/autom4te: not found Execution of ./buildconf returned 0 $ ls /usr/local/bin/auto* /usr/local/bin/autoconf /usr/local/bin/autopasswd /usr/local/bin/autoexpect /usr/local/bin/autoreconf /usr/local/bin/autoheader /usr/local/bin/autoscan /usr/local/bin/autom4te /usr/local/bin/autoupdate Any ideas? Suggestions? Thanks. Jesse Olivas __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]