Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Sep 2002 14:55:24 +0200
From:      flo <flo@nigsch.com>
To:        Matthew Seaman <m.seaman@infracaninophile.co.uk>, freebsd-questions@freebsd.org
Subject:   Re: port: apache13-modssl fails on alloc.c
Message-ID:  <20020904125524.GA73654@nigsch.com>
In-Reply-To: <20020903162357.GA22465@happy-idiot-talk.infracaninophi>
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>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <flo@nigsch.com>
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




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