From owner-freebsd-questions Wed Sep 4 5:55:34 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 B2F6437B400 for ; Wed, 4 Sep 2002 05:55:30 -0700 (PDT) Received: from net.nigsch.com (194-208-143-121.TELE.NET [194.208.143.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id 048C243E6E for ; Wed, 4 Sep 2002 05:55:29 -0700 (PDT) (envelope-from flo@nigsch.com) Received: from net.nigsch.com (flo@triton.nigsch.com. [192.168.2.1]) by net.nigsch.com (8.12.5/8.12.3) with ESMTP id g84CtQ8M077710; Wed, 4 Sep 2002 14:55:26 +0200 (CEST) (envelope-from flo@net.nigsch.com) Received: (from flo@localhost) by net.nigsch.com (8.12.5/8.12.3/Submit) id g84CtOdO077709; Wed, 4 Sep 2002 14:55:24 +0200 (CEST) (envelope-from flo) Date: Wed, 4 Sep 2002 14:55:24 +0200 From: flo To: Matthew Seaman , freebsd-questions@freebsd.org Subject: Re: port: apache13-modssl fails on alloc.c Message-ID: <20020904125524.GA73654@nigsch.com> Mail-Followup-To: flo , Matthew Seaman , freebsd-questions@freebsd.org References: <20020903130430.GB5683@nigsch.com> <20020903142905.GA21983@happy-idiot-talk.infracaninophi> <20020903143604.GB62792@nigsch.com> <20020903151014.GC21983@happy-idiot-talk.infracaninophi> <20020903151755.GC62792@nigsch.com> <20020903162357.GA22465@happy-idiot-talk.infracaninophi> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020903162357.GA22465@happy-idiot-talk.infracaninophi> User-Agent: Mutt/1.4i X-Fingerprint: 0B26 0FAE 92EF 5AB2 FB4D BFAB 141E 72A7 DFF7 8D6D X-Nospam: true 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 On Tue, Sep 03, 2002 at 05:23:57PM +0100, Matthew Seaman wrote: > Try this: > > cd /usr/ports/www/apache13-modssl > rm -rf work > make patch > > The output from the 'make patch' command should look like this: I get exactly the same ... > If that worked you should now have a file: > claudette:...ports/www/apache13-modssl:# ls -l work/apache_1.3.26/src/include/ap_mm.h > -rw-r--r-- 1 root wheel 5577 Dec 30 1999 work/apache_1.3.26/src/include/ap_mm.h net:/usr/ports/www/apache13-modssl# ls -l work/apache_1.3.26/src/include/ap_mm.h -rw-r--r-- 1 root wheel 5577 Dec 30 1999 work/apache_1.3.26/src/include/ap_mm.h > You might also have /usr/local/include/apache/ap_mm.h installed by a > previous version of apache+mod_ssl --- however, the build process > should ignore it in favour of the one bundled with the sources. If it > is there and different to the one under the work directory, try moving > it to some other name. net:/usr/ports/www/apache13-modssl# ls -l /usr/local/include/apache/ap_mm.h ls: /usr/local/include/apache/ap_mm.h: No such file or directory > If you've got this far without errors, then you should be able to > build the port now. Ok, when I do a "make" in /usr/ports/www/apache13-modssl I get the following: first all the configure-staff and then - just like always - I get: cc -c -I/usr/local/include -I../os/unix -I../include -DHARD_SERVER_LIMIT=512 -DDOCUMENT_LOCATION=\"/usr/local/www/data/\" -DDEFAULT_PATH=\"/usr/local/bin:/bin:/usr/bin\" -DACCEPT_FILTER_NAME=\"httpready\" -funsigned-char -DMOD_SSL=208110 -DEAPI -DEAPI_MM -DUSE_EXPAT -I../lib/expat-lite -O -pipe -march=pentiumpro `../apaci` alloc.c alloc.c:146: syntax error before `*' . . . There are some files in /usr/local/include/apache. Could it be that it includes these ones and that perhaps they are some sort of out of date? Thanks a lot! ciao, flo -- --- Florian Nigsch http://flo.nigsch.com/ PGP key: http://flo.nigsch.com/fnigsch.asc ______________________________________________________________ This communication is only intended for the use of the individual, or entity, to which it is directed and may contain information that is privileged, confidential and exempt from disclosure under applicable law. If received in error: Please notify me immediately and delete the message without any use or further distribution of its contents. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message