----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files. Don't make us guess your problem!!!
----------------------------------------------------------------
I downloaded and installed apache web server from apache.org. I am having issues
with the Apache Jserv installation.
Apacheis version 1.3.12 and Apache Jserv engine is version 1.1.1
Downloaded both from apache.org.
Successfully did the configure with the --with-apxs option.
After the configuration there is a make step and it fails on that step with the
following error.
$ make
Making all in src
make[1]: Entering directory `/apache/ApacheJServ-1.1.1/src'
Making all in c
make[2]: Entering directory `/apache/ApacheJServ-1.1.1/src/c'
/bin/sh ../../libtool --mode=compile cc -DPACKAGE=\"ApacheJServ\"
-DVERSION=\"1.1.1\" -Dconst= -DSTDC_HEADERS=1 -DTIME_WITH_SYS_TIMc
cc -DPACKAGE=\"ApacheJServ\" -DVERSION=\"1.1.1\" -Dconst= -DSTDC_HEADERS=1
-DTIME_WITH_SYS_TIME=1 -DSTDC_HEADERS=1 -DHAVE_GETTIMEOFo
cc: "/usr/local/apache/include/hsregex.h", line 39: error 1000: Unexpected
symbol: "*".
cc: "/usr/local/apache/include/hsregex.h", line 69: error 1000: Unexpected
symbol: "regerror".
cc: error 2017: Cannot recover from earlier errors, terminating.
make[2]: *** [mod_jserv.lo] Error 1
make[2]: Leaving directory `/apache/ApacheJServ-1.1.1/src/c'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/apache/ApacheJServ-1.1.1/src'
make: *** [all-recursive] Error 1
It seems like the "C" language compiler is failing for some syntactical errors.
I am using an ansi c compiler and the GNU
"make" utility version . Does this step require a special "C" compiler ?????
Any ideas ? Any help/suggestions will be greatly appreicated.
Thanks for your help
Farooq.
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]