Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Nov 2002 00:11:25 +0100
From:      Thomas Spreng <spreng@socket.ch>
To:        freebsd-questions@freebsd.org
Subject:   Re: PHP4 install problems
Message-ID:  <20021106231125.GA59857@rock.stable.ch>
In-Reply-To: <016101c285e8$2998c5a0$1200a8c0@gsicomp.on.ca>
References:  <3DAE680500002CA9@cpfe2.be.tisc.dk> <016101c285e8$2998c5a0$1200a8c0@gsicomp.on.ca>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Nov 06, 2002 at 05:59:26PM -0500, Matthew Emmerton wrote:
> > Hi all
> >
> > I am trying to install mod_php4 on my FreeBSD 4.7 server (with Apache
> 2.0.43).
> 
> I believe all of the mod_xxx ports are only designed to work properly with
> the Apache 1.3.x family of web servers.
> 

Doesn't look so. 
Thats from the Makefile from the mod_php4 port:

.if defined(WITH_APACHE2)
CONFIGURE_ARGS= --with-apxs2=${PREFIX}/sbin/apxs \
                --with-tsrm-pth
PLIST_SUB=      MOD_DIR=libexec/apache2 \
                NON=


> >
> > Hope someone can help.
> >

Yup. Try installing mod_php4 with 'make install clean -DWITH_APACHE2'.

cheers,
	tom

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?20021106231125.GA59857>