PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613+lfs/sqlite3.so'
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
php-sqlite3 (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
Binary package hint: php5-sqlite3
Hello,
I've upgraded to 8.10 and it reinstalled my php5, now somewhy in the Synaptic there are some packages which names are shown but the description is unavailable; one of the happened to be php5-sqlite3, i found it out when i was trying to check a php script for syntax errors or run it (considering it worked perfectly before the upgrade).
It keeps printing the following warning, though this warning is alternative to a fatal error for php, because php won't do a thing :
$ php -l test.php
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/
No syntax errors detected in test.php
$ php -r test.php
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/
Parse error: syntax error, unexpected $end in Command line code on line 1
I tried downloading php5-sqlite3 manually but i wasn't able to install it due to some dependency problems :
Selecting previously deselected package php5-sqlite3.
(Reading database ... 204062 files and directories currently installed.)
Unpacking php5-sqlite3 (from php5-sqlite3_
dpkg: dependency problems prevent configuration of php5-sqlite3:
php5-sqlite3 depends on php-sqlite3; however:
Package php-sqlite3 is not installed.
dpkg: error processing php5-sqlite3 (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
php5-sqlite3
please help me because i can't work without php... it seriously stucks me.
Changed in php-sqlite3 (Ubuntu): | |
status: | New → Confirmed |
I have the exact same problem. Upgraded to intrepid from hardy, now PHP complains about sqlite everytime i run a script...