You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by "Gowda, Sanjay" <sa...@wilcom.com> on 2000/12/30 09:39:38 UTC

Apache 1.3.14 compilation on a Solaris 8 box error message ...

When I try to compile apache 1.3.14 distribution, I am getting the following
errors.  I found the same errors reported in other mailing lists.  However
none
of them had any solutions posted for the problem.  Could somebody help
me with this problem, please?


root@localhost:/usr/local/www/apache_1.3.14/src/main#   make
gcc -c -I/usr/local/www/mm/include -I../os/unix -I../include
-DSOLARIS2=280 -D
MOD_SSL=207101 -DEAPI -DEAPI_MM -DUSE_EXPAT -I../lib/expat-lite `../apaci`
util.
c
util.c: In function `ap_find_token':
util.c:1407: `test_char_table' undeclared (first use in this function)
util.c:1407: (Each undeclared identifier is reported only once
util.c:1407: for each function it appears in.)
util.c:1407: `T_HTTP_TOKEN_STOP' undeclared (first use in this function)
util.c: In function `ap_escape_shell_cmd':
util.c:1466: `test_char_table' undeclared (first use in this function)
util.c:1466: `T_ESCAPE_SHELL_CMD' undeclared (first use in this function)
util.c: In function `ap_escape_path_segment':
util.c:1593: `test_char_table' undeclared (first use in this function)
util.c:1593: `T_ESCAPE_PATH_SEGMENT' undeclared (first use in this function)
util.c: In function `ap_os_escape_path':