I enabled php that came with Leopard, i.e. uncommented a line in /etc/apache2/httpd.conf By that I got 5.2.4 but I believe that hasn't got pdo_mysql.
On Mon, Oct 13, 2008 at 11:00 PM, Caius Durling <[EMAIL PROTECTED]> wrote: > On 13 Oct 2008, at 15:33, sfong15 wrote: > > > I know this probably should be asked in a mac forum but there could be > enough OS X geeks here. I have apache2, mysql, php running, > installed WP OK, tried to get PDO_mysql but hitting a brick wall. > Gave habari installer (r2665) a try anyway and got below error > > > [snip] > > May be this is before the PDO driver check as I don't see PDO enabled > for mysql in phpinfo(). > > > How did you install php? If you compiled by hand you need to make sure to > pass the right flags to enable it: > > > --enable-pdo=shared --with-pdo-mysql=shared,/usr/local/mysql > --with-sqlite=shared --with-pdo-sqlite=shared > > If you've installed through macports make sure you've used the mysql5 > variant on the php package: > > sudo port install php5 +mysql5 > > C > --- > Caius Durling > [EMAIL PROTECTED] > +44 (0) 7960 268 100 > http://caius.name/ > > > > > -- See me at http://am.notsowise.net --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/habari-users -~----------~----~----~----~------~----~------~--~---
