----------------------------------------------------------------
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.
Apache was version 1.3.12 and Apache Jserv engine is version 1.1.1
Downloaded both from apache.org. In the install instructions for Apache Jserv
there is a static v/s DSO config option. When I do DSO it always comes back with
apxs not found - the apxs file is there in my /usr/local/java/bin directory and
is readable and executable by the world .
I got around that by doing the static configuration where it asks you to provide
the apache source. I gave it the directory where I untarred apache_1.3.12 and
it worked because it has a "src" direcrtory in it.
After the configuration there is a make step and it fails on that step with the
following error.
$ make
No suffix list.
Making all in src
Making all in c
make[1]: Entering directory `/apache/ApacheJServ-1.1.1/src/c'
cc -DPACKAGE=\"ApacheJServ\" -DVERSION=\"1.1.1\" -Dconst= -DSTDC_HEADERS=1
-DTIME_WITH_SYS_TIME=1 -DSTDC_HEADERS=1 -DHAVE_GETTIMEOFc
cc: "/apache/apache_1.3.12/src/include/hsregex.h", line 39: error 1000:
Unexpected symbol: "*".
cc: "/apache/apache_1.3.12/src/include/hsregex.h", line 69: error 1000:
Unexpected symbol: "regerror".
cc: error 2017: Cannot recover from earlier errors, terminating.
make[1]: *** [mod_jserv.o] Error 1
make[1]: Leaving directory `/apache/ApacheJServ-1.1.1/src/c'
make: *** [all-recursive] Error 1
*** Error exit code 1.
It seems like the "C" language compile is failing for some syntactical errors. I
am using an ansi c compiler and the GU "make" utility. Should i be looking for
patches ?
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]