I am installing Pyrus on my CentOS server by using the following command:

$ php pyrus.phar install PEAR2_Pyrus

I am getting an error:

The sqlite3 extension is required. You must compile PHP with sqlite3 enabled, or install the necessary extension for your distribution.

Since the PHP 5.3 was installed by Plesk control panel itself, I am not sure how to install Pyrus now. Please help!

  1. What is sqlite3 extension?
  2. How to install it?
link|improve this question

69% accept rate
feedback

1 Answer

  1. SQLite is an embedded database, as described on http://de3.php.net/manual/en/intro.sqlite.php

  2. No idea. Ask the plesk support or search the web: http://www.eukhost.com/forums/f16/i-want-install-php-5-my-plesk-server-how-can-i-do-correctly-996/

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.