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/


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to