Hmm... good call, it doesn't look like it is. That is, I checked the extension_dir specified in my php.ini file and there weren't any files by that name in there.
So I tried
QUOTE
pecl install pdo
And it kicked out the following, which includes a nice error message.
QUOTE
downloading PDO-1.0.3.tgz ...
Starting to download PDO-1.0.3.tgz (52,613 bytes)
.............done: 52,613 bytes
12 source files, building
running: phpize
Configuring for:
PHP Api Version: 20041225
Zend Module Api No: 20060613
Zend Extension Api No: 220060519
building in /var/tmp/pear-build-root/PDO-1.0.3
running: /root/tmp/pear/temp/PDO/configure
checking for egrep... grep -E
checking for a sed that does not truncate output... /bin/sed
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... configure: error: cannot run C compiled programs.
If you meant to cross compile, use `--host'.
See `config.log' for more details.
ERROR: `/root/tmp/pear/temp/PDO/configure' failed
So, I guess my next question is how do I fix the C compiler error?
Oh, and where is the config.log located at that it refers to?