Non multa, sed multum!

Now with octopress.

PHP 5.2.4 With Pdo_mysql on Leopard Quickie

| Comments

  1. http://www.entropy.ch/phpbb2/viewtopic.php?p=10814#10814
  2. http://www.entropy.ch/phpbb2/viewtopic.php?t=2668
  3. Download: http://www2.entropy.ch/download/entropy-php-5.2.4-1-apache2.tar.gz
  4. Ignore error message at the end of install.

Some symlinking:
  • cd /etc/apache2/other/
  • sudo ln -s /usr/local/php5/entropy-php.conf +entropy-php.conf
  • sudo mkdir -p /usr/local/apache2/lib
  • sudo ln -s /usr/lib/libexpat.1.5.0.dylib /usr/local/apache2/lib/libexpat.0.dylib
  • cd /usr/local/php5/lib
  • sudo cp php.ini-recommended php.ini