On Thu, Dec 29, 2005 at 08:36:35AM -0600, Bassett, Mark enlightened us:
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.
Hope that's helpful.
I'm guessing that comes from upstream, since they don't distribute SQLite. Perhaps a RFE for the CentOS php rpm to enable that would be in order if enough folks think it should be included since CentOS *does* distribute SQLite.
Matt