I have a Ubuntu 11.10 server with apache 2 / PHP 5.3 / MySQL setup. I would like to include the PDO_IBM driver to connect to a remote( computer setting next to this box) DB2 database. I started out trying the same sudo pecl install PDO_IBM and sudo pecl install ibm_db2 trying to get db2 support.
I've figured out PDO is now included in PHP core so the Pecl install fails since it does not find pear/PDO. I've looked through Aptitude and did not see the PDO_IBM for install. does anyone know or have a resource for getting and including additional PDO drivers?
-Thanks