From owner-freebsd-questions Tue Sep 24 3:12:17 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB0FE37B406 for ; Tue, 24 Sep 2002 03:12:14 -0700 (PDT) Received: from smtp-relay1.noc.dsvr.net (smtp-relay02.tc.dsvr.net [212.69.192.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id D81CF43E3B for ; Tue, 24 Sep 2002 03:12:13 -0700 (PDT) (envelope-from james@stealthnet.co.uk) Received: from [212.69.208.113] (helo=stealthnet.co.uk) by smtp-relay1.noc.dsvr.net with esmtp (Exim 3.34 #1) id 17tmfs-0004NP-00 for freebsd-questions@freebsd.org; Tue, 24 Sep 2002 11:12:12 +0100 Received: from JAMES (host213-121-68-51.surfport24.v21.co.uk [213.121.68.51]) by stealthnet.co.uk (8.11.6/8.11.6) with SMTP id g8OACCT24948 for ; Tue, 24 Sep 2002 11:12:12 +0100 From: "James Green" To: Subject: latest apache13-modssl does not compile Date: Tue, 24 Sep 2002 11:12:46 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi all, Sorry if this has been posted before, but I've not seen anything in the bug report db. I've got three boxes running FreeBSD4.5 with no src upgrades. I've got an up to date ports collection using cvsup. Gone into /usr/ports/www/apache13-modssl and done 'make build'. It gives me: cc -c -I/usr/local/include -I../os/unix -I../include -DHARD_SERVER_LIMIT=51 2 -DDOCUMENT_LOCATION=\"/usr/local/www/data/\" -DDEFAULT_PATH=\"/usr/local /bin:/bin:/usr/bin\" -DACCEPT_FILTER_NAME=\"httpready\" -funsigned-char -DM OD_SSL=208110 -DEAPI -DEAPI_MM -DUSE_EXPAT -I../lib/expat-lite -O -pipe `../apaci` alloc.c alloc.c:146: syntax error before `*' alloc.c:146: warning: data definition has no type or storage class alloc.c: In function `free_blocks': alloc.c:324: `AP_MM_LOCK_RW' undeclared (first use in this function) alloc.c:324: (Each undeclared identifier is reported only once alloc.c:324: for each function it appears in.) alloc.c: In function `make_sub_pool_internal': alloc.c:503: `AP_MM_LOCK_RW' undeclared (first use in this function) alloc.c: In function `ap_init_alloc_shared': alloc.c:626: `EAPI_MM_CORE_MAXSIZE' undeclared (first use in this function) alloc.c:631: warning: assignment makes pointer from integer without a cast alloc.c:633: warning: assignment makes pointer from integer without a cast alloc.c: In function `ap_clear_pool': alloc.c:679: `AP_MM_LOCK_RW' undeclared (first use in this function) alloc.c: In function `ap_destroy_pool': alloc.c:724: `AP_MM_LOCK_RW' undeclared (first use in this function) alloc.c: At top level: alloc.c:755: syntax error before `ap_pool_lock_mode' alloc.c: In function `ap_acquire_pool': alloc.c:758: `p' undeclared (first use in this function) alloc.c:760: `mode' undeclared (first use in this function) alloc.c:760: `AP_POOL_RD' undeclared (first use in this function) alloc.c:760: `AP_MM_LOCK_RD' undeclared (first use in this function) alloc.c:760: `AP_MM_LOCK_RW' undeclared (first use in this function) alloc.c: In function `ap_palloc': alloc.c:945: `AP_MM_LOCK_RW' undeclared (first use in this function) alloc.c: In function `psprintf_flush': alloc.c:1106: `AP_MM_LOCK_RW' undeclared (first use in this function) *** Error code 1 Stop in /usr/ports/www/apache13-modssl/work/apache_1.3.26/src/main. *** Error code 1 Stop in /usr/ports/www/apache13-modssl/work/apache_1.3.26/src. *** Error code 1 Stop in /usr/ports/www/apache13-modssl/work/apache_1.3.26. *** Error code 1 Stop in /usr/ports/www/apache13-modssl/work/apache_1.3.26. *** Error code 1 Stop in /usr/ports/www/apache13-modssl. I'm therefore looking for guidenance as to where to go now. Any ideas? TIA. -- James Green Developer Stealthnet.co.uk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message