Net_RouterOS icon indicating copy to clipboard operation
Net_RouterOS copied to clipboard

Error with Sqlite3 well installing

Open xelorz opened this issue 9 years ago • 1 comments

I'm getting the following error well isntalling with pyrus using php7.0 under ubuntu 16.04 well install just the Net_RouterOS package: Error: package pear2.php.net/PEAR2_Net_RouterOS could not be installed in registry: The SQLite3 object has not been correctly initialised Exception: The SQLite3 object has not been correctly initialised

Sqlite is installed for php7.0 currently. Other pyrus projects install correctly. Infact I run that with optional dependencies which install correctly before the Net RouterOS package attempts to intall and fails. Any suggestions?

xelorz avatar Jul 15 '16 16:07 xelorz

Because of the console, the latest version has problems being installed with Pyrus. In general, Pyrus has problems with executables.

I would recommend using Composer instead, more specifically: composer require pear2/net_routeros:*@alpha

boenrobot avatar Jul 15 '16 16:07 boenrobot