Re: [PHP] How does php4 install onto FreeBSD? From: Joel Sutton (jsutton <email protected>)
Date: 08/15/00

On Tue, 15 Aug 2000, Kevin Beckford wrote:

> We're probably moving to FreeBSD as a server platform soon. I was
> wondering if there are any gotcha's installing php4 onto this
> platform. All my experience is with linux.

It's pretty easy. Something along the lines of (assuming that you've got
the ports collection installed):

cd /usr/ports/www/mod_php4
make install

This will install apache with mod_php4 as a DSO shared module. There are
other modules in the ports collection including mod_php3, mod_perl,
mod_dtcl, jserv etc...

> Also, can this platform support the php4/java combination?

Not sure about that one. But I can tell you that FreeBSD only has a
native port for jdk-1.1.8 (although that's about to change very soon).

Hope this helps.

Cheers, Joel...

---
Joel Sutton                       |
Software Developer                |             jsutton <email protected>
ITworks Consulting                |         http://www.itworks.com.au/
Phone: +61+3+9642 5477            |               Fax: +61+3+9642 5499
Melbourne, Australia              |   "Perl, PHP, MySQL, MS Access 97"

-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>