Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 May 1999 16:59:24 +0200
From:      Daniel Haischt <danielh@privat.toplink.de>
To:        freebsd-questions@freebsd.org
Subject:   compiling apache1.3.6
Message-ID:  <99050717073500.00352@abysstwo.abyssworld.de>

next in thread | raw e-mail | index | archive | help
HIYA

I try to bulid apache1.3.6 from a source distribution using gmake3.77
and gcc228 including the following modules:

-mod_perl
-mod_ssl
	-MM shared memory library
	-openssl
-php3
	-expat-xml-parser
	-oracle database support
-JServ

During the compilation process I got the following errors:

============================================

abysstwo# gmake
===> src
gmake[1]: Entering directory `/oracle/apache_1.3.6'
gmake[2]: Entering directory `/oracle/apache_1.3.6/src'
===> src/regex
gmake[3]: Entering directory `/oracle/apache_1.3.6/src/regex'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory `/oracle/apache_1.3.6/src/regex'
<=== src/regex
===> src/os/unix
gmake[3]: Entering directory `/oracle/apache_1.3.6/src/os/unix'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory `/oracle/apache_1.3.6/src/os/unix'
<=== src/os/unix
===> src/ap
gmake[3]: Entering directory `/oracle/apache_1.3.6/src/ap'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory `/oracle/apache_1.3.6/src/ap'
<=== src/ap
===> src/main
gmake[3]: Entering directory `/oracle/apache_1.3.6/src/main'
gcc -c -I..  -I/usr/libdata/perl/5.00502/mach/CORE  -I../os/unix -I../include   -funsigned-char -DMOD_SSL=202108 -DMOD_PERL -DUSE_PERL_SSI  -DUSE_HSREGEX -DEAPI -fpic -DSHARED_CORE `../apaci` util.c
util.c: In function `ap_find_token':
util.c:1292: `test_char_table' undeclared (first use in this function)
util.c:1292: (Each undeclared identifier is reported only once
util.c:1292: for each function it appears in.)
util.c:1292: `T_HTTP_TOKEN_STOP' undeclared (first use in this function)
util.c: In function `ap_escape_shell_cmd':
util.c:1351: `test_char_table' undeclared (first use in this function)
util.c:1351: `T_ESCAPE_SHELL_CMD' undeclared (first use in this function)
util.c: In function `ap_escape_path_segment':
util.c:1475: `test_char_table' undeclared (first use in this function)
util.c:1475: `T_ESCAPE_PATH_SEGMENT' undeclared (first use in this function)
util.c: In function `ap_os_escape_path':
util.c:1504: `test_char_table' undeclared (first use in this function)
util.c:1504: `T_OS_ESCAPE_PATH' undeclared (first use in this function)
gmake[3]: *** [util.o] Error 1
gmake[3]: Leaving directory `/oracle/apache_1.3.6/src/main'
gmake[2]: *** [subdirs] Error 1
gmake[2]: Leaving directory `/oracle/apache_1.3.6/src'
gmake[1]: *** [build-std] Error 2
gmake[1]: Leaving directory `/oracle/apache_1.3.6'
gmake: *** [build] Error 2   

============================================

Maybe there is someone who knows how to compile apache
without any errors (what did I wrong?)

Best Regards

Daniel Haischt


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?99050717073500.00352>