Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Mar 2006 00:24:32 -0600 (CST)
From:      Philip Hallstrom <freebsd@philip.pjkh.com>
To:        Patrick Donelan <pdonelan@optusnet.com.au>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Trying to build for apache 2 not apache 1
Message-ID:  <20060302002250.V69511@bravo.pjkh.com>
In-Reply-To: <44066027.3030405@optusnet.com.au>
References:  <44066027.3030405@optusnet.com.au>

next in thread | previous in thread | raw e-mail | index | archive | help
> I am having trouble installing a port/package because it wants to use Apache 
> 1.3 whereas I am running Apache 2 on the server in question.
>
> As far as I can tell, I should install by building the port rather than using 
> the package because the package is obviously pre-compiled for Apache 1.3. 
> Fair enough, but how can I build the port for apache 2 if there aren't any 
> makefile options regarding apache? The port in question is php4-mysql.

Skim through /usr/ports/Mk/bsd.apache.mk and look at some of the 
variables... WITH_APACHE2, USE_APACHE, APACHE_PORT, etc...

I haven't done it with php4-mysql, but with php5-extensions setting some 
of the above did the trick (in my case I wanted www/apache13-modssl).

-philip



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