On 14 Oct 2008, at 02:01, Stanley FONG wrote: > 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.
You are correct, the PHP that ships with leopard doesn't include pdo_mysql. I'd suggest installing apache2/php through MacPorts [1] if you need it. There is also the Entropy route, where you install a .pkg [2] Don't forget habari runs on SQLite though, and pdo_sqlite is compiled into apple's pre-installed php. [1] http://www.macports.org/ [2] http://www.entropy.ch/home/ 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 -~----------~----~----~----~------~----~------~--~---
