I've finally managed to get the install package to run on OS X (installed in ~user-name/Sites rather than Library/Webserver/Documents) but now when I access index.php I get the error message:
The PEAR package "MDB2" is missing or not installed
I am running OS X 10.4.10, PHP 5.2.4 and PEAR 1.6.2
which php gives /usr/local/php5/bin/php
which pear gives /usr/local/php5/bin/pear
and sudo pear list shows:
Installed packages, channel pear.php.net:
=========================================
Package Version State
Archive_Tar 1.3.2 stable
Console_Getopt 1.2.3 stable
DB 1.7.13 stable
DB_DataObject 1.8.7 stable
Date 1.4.7 stable
HTML_BBCodeParser 1.2.2 stable
MDB2 2.4.1 stable
MDB2_Driver_mysql 1.4.1 stable
MDB2_Driver_mysqli 1.4.1 stable
Mail 1.1.14 stable
Mail_Mime 1.5.2 stable
Mail_mimeDecode 1.5.0 stable
Net_SMTP 1.2.10 stable
Net_Socket 1.0.8 stable
PEAR 1.6.2 stable
Structures_Graph 1.0.2 stable
What's going on????
resolved