On Thu, 2005-12-29 at 09:41 -0500, Matt Hyclak wrote:
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.
We distribute SQLite only for yum ... and that doesn't require SQLite PHP support :)
We won't (I don't think) compile the PHP4 with SQLite support, so as to maintain compatibility with upstream ... though I don't have a problem with SQLite being in the php5 that is in CentOSPlus