Date: Tue, 9 Sep 2008 08:53:49 -0400 From: Bill Moran <wmoran@collaborativefusion.com> To: "Onur Aslan" <onuraslan@gmail.com> Cc: freebsd-net@freebsd.org Subject: Re: Binary mod_php Message-ID: <20080909085349.453d630b.wmoran@collaborativefusion.com> In-Reply-To: <b3fd891c0809090425t2adcc910ga36bf74c349f91a3@mail.gmail.com> References: <b3fd891c0809090425t2adcc910ga36bf74c349f91a3@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
In response to "Onur Aslan" <onuraslan@gmail.com>: > > I am trying to install a web server to my FreeBSD 7.0-RELEASE. I don't > want to compile any packages. I installed apache22 and php5 with > pkg_add -r. But there is no mod_php for apache. How can I install > mod_php for current installed binary programs? Should I build php5 > from /usr/ports? The port has the option to build PHP with the module or not, and I believe the default is to _not_ build the Apache module. That would seem to indicate that the packages generated by the build cluster will be built without the Apache module. Anyway, I would suggest building PHP from ports. Do a "make config" first and ensure the apache module is selected. -- Bill Moran Collaborative Fusion Inc. http://people.collaborativefusion.com/~wmoran/ wmoran@collaborativefusion.com Phone: 412-422-3463x4023
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080909085349.453d630b.wmoran>