-----Original Message----- From: centos-bounces@centos.org [mailto:centos-bounces@centos.org] On Behalf Of Aleksandar Milivojevic Sent: Thursday, December 29, 2005 6:51 AM To: CentOS mailing list Subject: Re: [CentOS] Building PHP PECL modules
Jim Perrin wrote:
The packaging of addition php-pear modules is currently being discussed, but has some issues with it. In the mean time some, if not all of the php modules you want are available via yum from dag.wieers.com/packages and centos.karan.org. While not official centos packages, both packagers are very active in centos development and are quite good.
I know about those, but as usual, I need some more stuff ;-)
Anyhow, would be nice to know how Dag and Karanbir managed to compile PECL modules.
--------------------------------------------------------
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.