-----Original Message----- From: centos-bounces@centos.org [mailto:centos-bounces@centos.org] On Behalf Of Matt Hyclak Sent: Thursday, December 29, 2005 9:10 AM To: CentOS ML Subject: Re: [CentOS] Building PHP PECL modules
On Thu, Dec 29, 2005 at 09:05:23AM -0600, Johnny Hughes enlightened us:
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
That's the one I rebuilt anyway ;) We are a major php shop so we run php5 across the board. I'm all for including that in centosplus. If I remember correctly they also do a --disable-dom but then add it in later with a php-dom rpm package, so I'm not really sure what that one's all about.