From owner-freebsd-questions Fri May 7 8: 9:38 1999 Delivered-To: freebsd-questions@freebsd.org Received: from toplink4.toplink.net (toplink4.toplink.net [195.2.171.50]) by hub.freebsd.org (Postfix) with ESMTP id D4400150D9 for ; Fri, 7 May 1999 08:09:30 -0700 (PDT) (envelope-from danielh@privat.toplink.de) Received: from abysstwo.abyssworld.de (dip-028.hbg.dinx.de [195.2.169.28]) by toplink4.toplink.net (8.9.1/8.9.1) with SMTP id RAA03073 for ; Fri, 7 May 1999 17:15:27 +0200 (CEST) From: Daniel Haischt Organization: AbyssSoft To: freebsd-questions@freebsd.org Subject: compiling apache1.3.6 Date: Fri, 7 May 1999 16:59:24 +0200 X-Mailer: KMail [version 1.0.17] Content-Type: text/plain MIME-Version: 1.0 Message-Id: <99050717073500.00352@abysstwo.abyssworld.de> Content-Transfer-Encoding: 8bit X-KMail-Mark: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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