From owner-freebsd-questions Tue Mar 18 20:24:21 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id UAA04543 for questions-outgoing; Tue, 18 Mar 1997 20:24:21 -0800 (PST) Received: from mail.island.net.au (mail.island.net.au [203.102.137.3]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id UAA04532 for ; Tue, 18 Mar 1997 20:24:14 -0800 (PST) Received: from scotland.island.net.au (scotland.island.net.au [203.102.137.2]) by mail.island.net.au (8.8.3/8.8.3) with SMTP id OAA24111 for ; Wed, 19 Mar 1997 14:23:31 +1100 (EST) Message-Id: <3.0.1.32.19970319152653.0068931c@mail.island.net.au> X-Sender: hugh@mail.island.net.au X-Mailer: Windows Eudora Light Version 3.0.1 (32) Date: Wed, 19 Mar 1997 15:26:53 +1100 To: questions@freebsd.org From: Hugh Blandford Subject: Trouble with the port of Apache1.2b7 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >I'm trying to install the latest version of Apache from the ports collection and am having the following problem: > >bash# ls >Makefile patches pkg scripts >files patches.SSL pkg.SSL >bash# make >Checksums OK. >===> Extracting for apache-1.2b7 >===> Patching for apache-1.2b7 >===> Applying FreeBSD patches for apache-1.2b7 >===> Configuring for apache-1.2b7 >Making Makefile >Using config file: Configuration >Using Makefile template file: Makefile.tmpl > + configured for FreeBSD/NetBSD platform > + setting C compiler to gcc >===> Building for apache-1.2b7 >cd src; make PREFIX=/usr/local all >gcc -c -O -DSTATUS -DHTTPD_ROOT=\"/usr/local/etc/apache/\" -DDOCUMENT_LOCATc >gcc -c -O -DSTATUS -DHTTPD_ROOT=\"/usr/local/etc/apache/\" -DDOCUMENT_LOCATc >gcc -c -O -DSTATUS -DHTTPD_ROOT=\"/usr/local/etc/apache/\" -DDOCUMENT_LOCATc >http_core.c: In function `set_rlimit': >http_core.c:1017: `rlim_t' undeclared (first use this function) >http_core.c:1017: (Each undeclared identifier is reported only once >http_core.c:1017: for each function it appears in.) >http_core.c:1017: parse error before `cur' >http_core.c:1031: `cur' undeclared (first use this function) >http_core.c:1040: `max' undeclared (first use this function) >*** Error code 1 > >Stop. >*** Error code 1 > >Stop. >*** Error code 1 > >Stop. >*** Error code 1 > >Stop. >*** Error code 1 > >Stop. I'm a newbie to unix so please if you can help, please assume I know less than more. Regards, Hugh.