Is there a sqlite entension for PHP in RedHat Enterprise Linux 5?
        Posted  
        
            by symcbean
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by symcbean
        
        
        
        Published on 2010-02-04T13:32:11Z
        Indexed on 
            2010/05/26
            14:21 UTC
        
        
        Read the original article
        Hit count: 243
        
Hi,
I'm trying to use some off-the-shelf PHP code in RHEL5 which requires the sqlite package (not the PDO one) but it appears this is not included in the base php5.1.6 rpm bundled with RHEL5. Unfortunately, due to circumstances beyond my control, I don't have access to the installation media or RHN access (don't ask).
There doesn't appear to be such a package in the CENTOS 5 distro either (and I've read that its not in the php-common rpm there either).
Any ideas of where I can get this (withuot compiling my own PHP from scratch?)
TIA
© Stack Overflow or respective owner