Page 1 of 1

Installation Pyrus on ubuntu 12.10

Posted: Tue Jun 11, 2013 3:38 am
by cortazar11
Hello,

I am trying to work with Pyrus on my Ubuntu 12.10.

So, I followed the instructions of pear.php.net:
I downloaded pyrus.phar file but I don't know where should reside. At the moment I placed it in /var/www.

Afterwards, I tried to set where to install packages with
# php /var/www/pyrus.phar mypear /var/www

but I have a notice indicating that I should enable sqlite3 or install the necessary
extensions. So, I enabled sqlite3.extension_dir, but I didn't put any value
with the same notice again.

Someone knows how to install properly pyrus?

Thank you.

Re: Installation Pyrus on ubuntu 12.10

Posted: Tue Jun 11, 2013 12:11 pm
by requinix
Install the php5-sqlite package.

Re: Installation Pyrus on ubuntu 12.10

Posted: Thu Jun 13, 2013 6:11 am
by cortazar11
Yes, I did it. I had missed this small detail.

Re: Installation Pyrus on ubuntu 12.10

Posted: Thu Jun 13, 2013 12:35 pm
by requinix
Does "php -m" (command line) or phpinfo() show sqlite is installed?