Extensão PHP e SQLite V2 para o Fedora 14

0

Como posso adicionar suporte para a extensão PHP SQLite V2 no Fedora 14?

    
por danidacar 08.02.2011 / 20:41

1 resposta

2

Está disponível no repositório do Remi:

php-sqlite-5.3.4-3.fc14.remi.i686.rpm - Extension for the SQLite V2 Embeddable SQL Database Engine
php-sqlite-5.3.5-1.fc14.remi.i686.rpm - Extension for the SQLite V2 Embeddable SQL Database Engine
php-sqlite-5.3.4-3.fc14.remi.x86_64.rpm - Extension for the SQLite V2 Embeddable SQL Database Engine
php-sqlite-5.3.5-1.fc14.remi.x86_64.rpm - Extension for the SQLite V2 Embeddable SQL Database Engine

Comece aqui e leia sobre a configuração automática do YUM:

link

Você obtém PHP com o SQLite em duas etapas simples:

  1. Adicionar repositório remi:
    rpm -Uvh http://rpms.famillecollet.com/remi-release-14.rpm
  2. Instalar o php-sql:
    yum --enablerepo=remi install php-sqlite
por 08.02.2011 / 21:02