Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Jun 2006 15:05:09 -0400
From:      Randy Pratt <bsd-unix@earthlink.net>
To:        robert <bsd@bathnetworks.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Apache22 + PHP5 installation issues
Message-ID:  <20060603150509.b5fa9a8d.bsd-unix@earthlink.net>
In-Reply-To: <1149358324.9348.25.camel@localhost.localdomain>
References:  <1149358324.9348.25.camel@localhost.localdomain>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 03 Jun 2006 19:12:04 +0100
robert <bsd@bathnetworks.com> wrote:

> Hi all,
> 
> I am having problems with setting up a web server. I'm running FreeBSD
> 6.1-Release-P1, updated of yesterday.
> 
> I have installed Apache22, php5 and php5-extensions from the ports. (I
> did check the build Apache module option in the php5 config).
> 
> My first problem is that the handbook still refers the to mod_php which
> is not available. A search of the archives gave me the answer that it
> has been removed.

There's been some changes to the way PHP is organized.  Take a look
at /usr/ports/UPDATING, particularly the 20060506 entry for users
of PHP.

If I remember correctly:

	cd /usr/ports/lang/php5
	make config
	  (select "Build Apache Module")
	make install clean 
	  (or portupgrade -f php5-\* if you already have it installed)

This has also been discussed and should be in the archives.

HTH

Randy
-- 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060603150509.b5fa9a8d.bsd-unix>