James,

Not on OS9 unless you run a linux bit on it, either in emulation or
directly.  If you are going to go that far, might as well do it under OS X
and have other benefits.  I've built PHP and Apache under OSX just fine,
latest Apache, latest PHP snap as of two weeks ago.

It's very straightfoward, use the linux install instructions:
http://www.php.net/manual/en/install.unix.php

Tricky bits on OS X:
    1. change shells to sh  The commands given in the manual are for bash,
and while sh is good enough here, tsh (default under OS X PB1).

To do this, open a terminal and do a 'sh' at the command line.

    2. change the apache path from the one set by the prefix command in the
quck instructions step #6 to reflect the existing one.  I forget what this
is exactly, use this command to get the directory:

find / -name htdocs -print

It's pretty simple beyond that.
If you need ODBC connectivity, you will have to compile in the iODBC driver
manager.  The quick instructions for the manual give the best overview, with
the additional files you need and the additional options listed here:

www.iodbc.org/odbc-phpHOWTO.html

If you run into problems email on anything with PHP and OSX, email me.

Best regards,
Andrew
------------------------------------------
Andrew Hill
Director Technology Evangelism
OpenLink Software
http://www.openlinksw.com
XML & E-Business Infrastructure Technology


On 1/13/01 7:42 PM, "James Pelow" <[EMAIL PROTECTED]> wrote:

> Hi Everyone,
> 
> I have a Mac running OS9 I was wondering is there anyway to install PHP on
> it. If there is please tell me. If not does anyone know if you can with the
> Apache that is supplied with OSX?
> 
> -James Pelow
> Comet Movies & Productions
> http://www.cometmovies.com/
> 
> 


-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to