Date: Fri, 30 Jul 1999 11:08:18 +0200 (CEST) From: Andy Wolf <awolf@hq.seicom.net> To: holland@i-p-d.nl Cc: freebsd-isp@FreeBSD.ORG, awolf@seicom.net Subject: Re: apache+mod_ssl-1.3.6+2.3.6 and mm-1.0.9 Message-ID: <199907300908.LAA77810@hq.seicom.net> In-Reply-To: <199907291324.PAA01348@ns.i-p-d.nl> from "holland@i-p-d.nl" at "Jul 29, 1999 03:11:08 pm"
next in thread | previous in thread | raw e-mail | index | archive | help
Hi Ron, > I am trying to compile the apache+mod_ssl-1.3.6+2.3.6 from the ports > collection. I keep running into an error. > [...] > ===> Building for apache+mod_ssl-1.3.6+2.3.6 > ===> src > ===> src/os/unix > cc -c -I/usr/local/include -I../../os/unix -I../../include > -DHARD_SERVER_LIMIT=512 > -DDEFAULT_PATH=\"/usr/local/bin:/bin:/usr/bin\" -funsigned-char > -DTARGET=\"apache\" - DMOD_SSL=203106 -DEAPI -DEAPI_MM -O -pipe > `../../apaci` os.c cc -c -I/usr/local/include -I../../os/unix > -I../../include -DHARD_SERVER_LIMIT=512 > -DDEFAULT_PATH=\"/usr/local/bin:/bin:/usr/bin\" -funsigned-char > -DTARGET=\"apache\" - DMOD_SSL=203106 -DEAPI -DEAPI_MM -O -pipe > `../../apaci` os-inline.c rm -f libos.a ar cr libos.a os.o os-inline.o > ranlib libos.a <=== src/os/unix ===> src/ap cc -c -I/usr/local/include > -I../os/unix -I../include -DHARD_SERVER_LIMIT=512 -DDEFA > ULT_PATH=\"/usr/local/bin:/bin:/usr/bin\" -funsigned-char > -DTARGET=\"apache\" -DMOD_S SL=203106 -DEAPI -DEAPI_MM -O -pipe > `../apaci` ap_execve.c cc -c -I/usr/local/include -I../os/unix > -I../include -DHARD_SERVER_LIMIT=512 -DDEFA > ULT_PATH=\"/usr/local/bin:/bin:/usr/bin\" -funsigned-char there seems to be a space character in between of the definition od MOD_SSL... > `TRUE' undeclared (first use this function) ap_mm.c:83: (Each > undeclared identifier is reported only once ap_mm.c:83: for each > function it appears in.) *** Error code 1 therefor MOD_S is declared to be TRUE which is probably not intended. I did the same under FreeBSD 3.2 a lot of times in the last weeks and never had this problem before, so I cant imagine how this happend... Try seaching the files "Makefile", "Makefile.pl", "configure" and perhaps the bsd.ports.mk. There shoud be the string -DMOD_S... regards...Andy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199907300908.LAA77810>