Guest_imported
New member
- Jan 1, 1970
- 0
Please can anyone help me this is what happens when I try to install apache on SuSE Linux 7.1
solar:/usr/local/apache_1.3.22 # make
===> src
make[1]: Entering directory `/usr/local/apache_1.3.22'
make[2]: Entering directory `/usr/local/apache_1.3.22/src'
===> src/regex
sh ./mkh -p regcomp.c >regcomp.ih
gcc -I. -I.. -I/usr/lib/perl5/5.6.0/i586-linux/CORE -I/usr/local/mm-1.1.3 -I../os/unix -I../include -DLINUX=22 -I/usr/include/db1 -DMOD_SSL=208105 -DMOD_PERL -DUSE_PERL_SSI -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DUSE_HSREGEX -DEAPI -DEAPI_MM -DUSE_EXPAT -I../lib/expat-lite `../apaci` -DPOSIX_MISTAKE -c -o regcomp.o regcomp.c
rm -f libregex.a
ar cr libregex.a regcomp.o regexec.o regerror.o regfree.o
ranlib libregex.a
<=== src/regex
===> src/os/unix
make[3]: Nothing to be done for `all'.
<=== src/os/unix
===> src/ap
make[3]: Nothing to be done for `all'.
<=== src/ap
===> src/main
gcc -c -I.. -I/usr/lib/perl5/5.6.0/i586-linux/CORE -I/usr/local/mm-1.1.3 -I../os/unix -I../include -DLINUX=22 -I/usr/include/db1 -DMOD_SSL=208105 -DMOD_PERL -DUSE_PERL_SSI -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DUSE_HSREGEX -DEAPI -DEAPI_MM -DUSE_EXPAT -I../lib/expat-lite `../apaci` util.c
util.c: In function `ap_find_token':
util.c:1410: `test_char_table' undeclared (first use in this function)
util.c:1410: (Each undeclared identifier is reported only once
util.c:1410: for each function it appears in.)
util.c:1410: `T_HTTP_TOKEN_STOP' undeclared (first use in this function)
util.c: In function `ap_escape_shell_cmd':
util.c:1469: `test_char_table' undeclared (first use in this function)
util.c:1469: `T_ESCAPE_SHELL_CMD' undeclared (first use in this function)
util.c: In function `ap_escape_path_segment':
util.c:1596: `test_char_table' undeclared (first use in this function)
util.c:1596: `T_ESCAPE_PATH_SEGMENT' undeclared (first use in this function)
util.c: In function `ap_os_escape_path':
util.c:1625: `test_char_table' undeclared (first use in this function)
util.c:1625: `T_OS_ESCAPE_PATH' undeclared (first use in this function)
make[3]: *** [util.o] Error 1
make[2]: *** [subdirs] Error 1
make[2]: Leaving directory `/usr/local/apache_1.3.22/src'
make[1]: *** [build-std] Error 2
make[1]: Leaving directory `/usr/local/apache_1.3.22'
make: *** [build] Error 2
Can anyone pleased advise me what to do?
solar:/usr/local/apache_1.3.22 # make
===> src
make[1]: Entering directory `/usr/local/apache_1.3.22'
make[2]: Entering directory `/usr/local/apache_1.3.22/src'
===> src/regex
sh ./mkh -p regcomp.c >regcomp.ih
gcc -I. -I.. -I/usr/lib/perl5/5.6.0/i586-linux/CORE -I/usr/local/mm-1.1.3 -I../os/unix -I../include -DLINUX=22 -I/usr/include/db1 -DMOD_SSL=208105 -DMOD_PERL -DUSE_PERL_SSI -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DUSE_HSREGEX -DEAPI -DEAPI_MM -DUSE_EXPAT -I../lib/expat-lite `../apaci` -DPOSIX_MISTAKE -c -o regcomp.o regcomp.c
rm -f libregex.a
ar cr libregex.a regcomp.o regexec.o regerror.o regfree.o
ranlib libregex.a
<=== src/regex
===> src/os/unix
make[3]: Nothing to be done for `all'.
<=== src/os/unix
===> src/ap
make[3]: Nothing to be done for `all'.
<=== src/ap
===> src/main
gcc -c -I.. -I/usr/lib/perl5/5.6.0/i586-linux/CORE -I/usr/local/mm-1.1.3 -I../os/unix -I../include -DLINUX=22 -I/usr/include/db1 -DMOD_SSL=208105 -DMOD_PERL -DUSE_PERL_SSI -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DUSE_HSREGEX -DEAPI -DEAPI_MM -DUSE_EXPAT -I../lib/expat-lite `../apaci` util.c
util.c: In function `ap_find_token':
util.c:1410: `test_char_table' undeclared (first use in this function)
util.c:1410: (Each undeclared identifier is reported only once
util.c:1410: for each function it appears in.)
util.c:1410: `T_HTTP_TOKEN_STOP' undeclared (first use in this function)
util.c: In function `ap_escape_shell_cmd':
util.c:1469: `test_char_table' undeclared (first use in this function)
util.c:1469: `T_ESCAPE_SHELL_CMD' undeclared (first use in this function)
util.c: In function `ap_escape_path_segment':
util.c:1596: `test_char_table' undeclared (first use in this function)
util.c:1596: `T_ESCAPE_PATH_SEGMENT' undeclared (first use in this function)
util.c: In function `ap_os_escape_path':
util.c:1625: `test_char_table' undeclared (first use in this function)
util.c:1625: `T_OS_ESCAPE_PATH' undeclared (first use in this function)
make[3]: *** [util.o] Error 1
make[2]: *** [subdirs] Error 1
make[2]: Leaving directory `/usr/local/apache_1.3.22/src'
make[1]: *** [build-std] Error 2
make[1]: Leaving directory `/usr/local/apache_1.3.22'
make: *** [build] Error 2
Can anyone pleased advise me what to do?