Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

install modssl-2.8.22 on Solaris 9

807559Mar 28 2005 — edited Apr 27 2005
I am installing apache 1.3.33 on solaris 9, with modssl 2.8.22. configure, make comes back with following error. Can some one help me find what is going on here. Does this mean I dont have good compiler or

./configure \
--prefix=/usr/local/apache-1.3.33 \
--with-apache=/webdocs/tmp/apache/apache_1.3.33/ \
--with-ssl=/webdocs/tmp/apache/openssl-0.9.7f \
--with-mm=/webdocs/tmp/apache/mm-1.3.0 \
--enable-shared=ssl \


--enable-rule=SHARED_CORE \
--enable-module=so \
--disable-module=imap \
--disable-module=status \
--disable-module=include \
--disable-module=userdir \
--enable-module=expires \
--enable-module=headers \
--enable-module=log_agent \
--enable-module=log_referer \
--enable-module=usertrack

gcc -c -I/webdocs/tmp/apache/mm-1.3.0 -I../os/unix -I../include -DSOLARIS2=290 -DMOD_SSL=208119 -DEAPI -DEAPI_MM -fPIC -DSHARED_CORE `../apaci` util.c
util.c: In function `ap_find_token':
util.c:1367: error: `test_char_table' undeclared (first use in this function)
util.c:1367: error: (Each undeclared identifier is reported only once
util.c:1367: error: for each function it appears in.)
util.c:1367: error: `T_HTTP_TOKEN_STOP' undeclared (first use in this function)
util.c: In function `ap_escape_logitem':
util.c:1444: error: `test_char_table' undeclared (first use in this function)
util.c:1444: error: `T_ESCAPE_LOGITEM' undeclared (first use in this function)
util.c: In function `ap_escape_errorlog_item':
util.c:1496: error: `test_char_table' undeclared (first use in this function)
util.c:1496: error: `T_ESCAPE_LOGITEM' undeclared (first use in this function)
util.c: In function `ap_escape_shell_cmd':
util.c:1567: error: `test_char_table' undeclared (first use in this function)
util.c:1567: error: `T_ESCAPE_SHELL_CMD' undeclared (first use in this function)
util.c: In function `ap_escape_path_segment':
util.c:1671: error: `test_char_table' undeclared (first use in this function)
util.c:1671: error: `T_ESCAPE_PATH_SEGMENT' undeclared (first use in this function)
util.c: In function `ap_os_escape_path':
util.c:1700: error: `test_char_table' undeclared (first use in this function)
util.c:1700: error: `T_OS_ESCAPE_PATH' undeclared (first use in this function)
*** Error code 1
make: Fatal error: Command failed for target `util.o'
Current working directory /webdocs/tmp/apache/apache_1.3.31/src/main
*** Error code 1
make: Fatal error: Command failed for target `subdirs'
Current working directory /webdocs/tmp/apache/apache_1.3.31/src
*** Error code 1
make: Fatal error: Command failed for target `build-std'
Current working directory /webdocs/tmp/apache/apache_1.3.31
*** Error code 1
make: Fatal error: Command failed for target `build'
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 25 2005
Added on Mar 28 2005
2 comments
339 views