pdo_mysql.so driver Installation
Ive been diggin around on this and not seen a coherent answer yet. Im trying to install Zend framework, which wants to use the pdo_mysql.so driver in php5. Natch this driver does'nt come installed with the leopard version of PHP 5. So i install Pear, then PDO but when I compile the pdo_mysql in the terminal with the command "pecl install pdo" I get the error
" running: make INSTALL_ROOT="/var/tmp/pear-build-root/install-PDO-1.0.3" install
Installing shared extensions: /var/tmp/pear-build-root/install-PDO-1.0.3/usr/lib/php/extensions/no-debug-non- zts-20060613/
cp: modules/*: No such file or directory
make: * [install-modules] Error 1
ERROR: `make INSTALL_ROOT="/var/tmp/pear-build-root/install-PDO-1.0.3" install' failed"
Can anyone shed any light on the cause/fix to this?
thanks!
" running: make INSTALL_ROOT="/var/tmp/pear-build-root/install-PDO-1.0.3" install
Installing shared extensions: /var/tmp/pear-build-root/install-PDO-1.0.3/usr/lib/php/extensions/no-debug-non- zts-20060613/
cp: modules/*: No such file or directory
make: * [install-modules] Error 1
ERROR: `make INSTALL_ROOT="/var/tmp/pear-build-root/install-PDO-1.0.3" install' failed"
Can anyone shed any light on the cause/fix to this?
thanks!
G5 PPC, Mac OS X (10.5.3)