Quoting "Bassett, Mark" Mark.Bassett@owh.com:
As far as the SQLite package, I just ran into this and evidently SQLite is enabled by default in php, however the centos rpm is explicity set to turn off SQLite support. So, I just snagged the source rpm, edited the SPEC file to remove the --without-sqlite and voila, my custom rpm with SQLite installed.
It would be, if SQLite was the only thing from PECL that I needed. However, I really need to be able to build/install random PECL modules (not just specific ones). It seems that I'm getting the same error message for every PECL module that I tried out (included in my original question).
---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program.