[Bug 875262] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20090626+lfs/sqlite.so'

2014-12-03 Thread Rolf Leggewie
oneiric has seen the end of its life and is no longer receiving any updates. Marking the oneiric task for this ticket as Won't Fix. ** Changed in: php5 (Ubuntu Oneiric) Status: Confirmed = Won't Fix -- You received this bug notification because you are a member of Ubuntu Server Team,

[Bug 875262] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20090626+lfs/sqlite.so'

2013-10-06 Thread Luis Ferro
There is a quick fix for this issue, which is to add the full path of the file in the ini file loading the extension. Some extensions that give this error will load with this work around without issues (zend-opcache on php 5.3 for instance). -- You received this bug notification because you are

[Bug 875262] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20090626+lfs/sqlite.so'

2012-11-08 Thread Mark Fraser
Upgraded to 12.10 yesterday and I'm now seeing these errors. PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20100525+lfs/uploadprogress.so' - /usr/lib/php5/20100525+lfs/uploadprogress.so: cannot open shared object file: No such file or directory in Unknown on line 0 --

[Bug 875262] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20090626+lfs/sqlite.so'

2012-04-19 Thread Zineb MOURACHE
Thanks parq ! your solution worked for me !! I just upgraded to ubuntu 11.10 and got the same problem : PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20090626+lfs/sqlite.so' - /usr/lib/php5/20090626+lfs/sqlite.so: cannot open shared object file: No such file or

[Bug 875262] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20090626+lfs/sqlite.so'

2012-03-10 Thread Ondřej Surý
Just a note: php 5.4 has dropped [ -x ... ] and also has a new module manager. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in Ubuntu. https://bugs.launchpad.net/bugs/875262 Title: PHP Startup: Unable to load dynamic

[Bug 875262] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20090626+lfs/sqlite.so'

2012-03-09 Thread Steve Langasek
This was fixed in 5.3.10-1ubuntu2. Changelog: php5 (5.3.10-1ubuntu2) precise; urgency=low * Pre-Depend on a new enough version of dpkg for dpkg-maintscript-helper rather than checking whether it exists at run-time, leading to more predictable behaviour on upgrades. The preinst should

[Bug 875262] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20090626+lfs/sqlite.so'

2012-03-01 Thread Martin Pitt
** Changed in: php5 (Ubuntu) Milestone: ubuntu-12.04-beta-1 = ubuntu-12.04-beta-2 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in Ubuntu. https://bugs.launchpad.net/bugs/875262 Title: PHP Startup: Unable to load dynamic

[Bug 875262] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20090626+lfs/sqlite.so'

2012-02-28 Thread Antonio Rosales
** Tags added: rls-p-tracking -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in Ubuntu. https://bugs.launchpad.net/bugs/875262 Title: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20090626+lfs/sqlite.so' To

[Bug 875262] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20090626+lfs/sqlite.so'

2012-02-21 Thread Timo Erbach
Just upgraded to php5 5.3.10 with the same error. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in Ubuntu. https://bugs.launchpad.net/bugs/875262 Title: PHP Startup: Unable to load dynamic library

[Bug 875262] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20090626+lfs/sqlite.so'

2012-02-16 Thread Clint Byrum
** Bug watch added: Debian Bug tracker #656495 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=656495 ** Also affects: php5 (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=656495 Importance: Unknown Status: Unknown -- You received this bug notification because you

[Bug 875262] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20090626+lfs/sqlite.so'

2012-02-16 Thread Bug Watch Updater
** Changed in: php5 (Debian) Status: Unknown = Fix Released -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in Ubuntu. https://bugs.launchpad.net/bugs/875262 Title: PHP Startup: Unable to load dynamic library

[Bug 875262] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20090626+lfs/sqlite.so'

2012-02-16 Thread Clint Byrum
I believe this was fixed by the latest precise merge with Debian. Can somebody please try out the upgrade to php5 5.3.10-1ubuntu1? Thanks! -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in Ubuntu.

[Bug 875262] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20090626+lfs/sqlite.so'

2012-02-05 Thread Colin Watson
** Changed in: php5 (Ubuntu Precise) Milestone: precise-alpha-2 = ubuntu-12.04-beta-1 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in Ubuntu. https://bugs.launchpad.net/bugs/875262 Title: PHP Startup: Unable to load

[Bug 875262] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20090626+lfs/sqlite.so'

2012-02-02 Thread Pander
On workaround in comment #10, you can extract the file with: dpkg -x php5-sqlite_5.3.5-1ubuntu7.4_amd64.deb /tmp and find it here: /tmp/usr/lib/php5/20090626/sqlite.so -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in Ubuntu.

[Bug 875262] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20090626+lfs/sqlite.so'

2012-01-25 Thread Romsla
's not too hard to fix that ...just open that file: nano /etc/php5/conf.d/sqlite.ini ... and comment out the load instruction: ; configuration for php SQLite module ; extension=sqlite.so -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed

[Bug 875262] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20090626+lfs/sqlite.so'

2011-12-01 Thread Dave Walker
** Changed in: php5 (Ubuntu) Milestone: precise-alpha-1 = precise-alpha-2 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in Ubuntu. https://bugs.launchpad.net/bugs/875262 Title: PHP Startup: Unable to load dynamic library

[Bug 875262] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20090626+lfs/sqlite.so'

2011-11-19 Thread Steve Langasek
Two fixes appear to be needed to this package: - drop sqlite from debian/modulelist - add maintainer scripts for the php5-sqlite package which call dpkg-maintscript-helper to handle removal of the obsolete conffile /etc/php5/conf.d/sqlite.ini (requires a versioned pre-dependency on dpkg; see

[Bug 875262] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20090626+lfs/sqlite.so'

2011-11-07 Thread JenniferHodgdon
@davewalker: Thanks for posting your workaround in #9 and clarification in #14. I started getting this message in my cron log emails after upgrading from 11.04 to 11.10 last week. The error was coming from the /etc/cron.d/php5 job. You can also see it in a terminal by running: % php5 (that's

[Bug 875262] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20090626+lfs/sqlite.so'

2011-10-26 Thread Ame Nomade
Hello guys, please note that this is a big concern when using Zend Framework with Zend_Cache and the Sqlite Backend (Zend_Cache_Backend_Sqlite), as it rely on sqlite.so, not sqlite3.so A temporary fix can be done by copying the old file (from another similar computer) to the same place on the

[Bug 875262] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20090626+lfs/sqlite.so'

2011-10-26 Thread Ame Nomade
This issue about not using Sqlite 3.x databases in Zend_Cache_Backend_Sqlite is described here : http://framework.zend.com/issues/browse/ZF-3006 Status: Open Resolution: Unresolved Fix Version/s: Next Major Release This will be fixed in Zend Framework 2.0 on using one of the installed

[Bug 875262] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20090626+lfs/sqlite.so'

2011-10-26 Thread Dave Walker
** Changed in: php5 (Ubuntu Precise) Assignee: (unassigned) = koolhead17 (koolhead17) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in Ubuntu. https://bugs.launchpad.net/bugs/875262 Title: PHP Startup: Unable to load

[Bug 875262] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20090626+lfs/sqlite.so'

2011-10-26 Thread sergiGP
The solution of @parq doesn't work for me... the warning is already here :( Maybe because my folder is called 20090626 without lfs ? I'm not a unix expert :( -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in Ubuntu.

[Bug 875262] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20090626+lfs/sqlite.so'

2011-10-26 Thread Dave Walker
@parq, no, my workout is valid. Your workaround is regarding a different issue. To clarify, sqlite2 support was dropped with intention via bug 747325 This bug is purely about the warning message that is visible, due to a config file being left in place. Any archive packages which still depend

[Bug 875262] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20090626+lfs/sqlite.so'

2011-10-24 Thread parq
@Dave, this workaround doesn't work. Proved solution: manual install sqlite.so from natty packages. You can see the difference between packages here: oneiric: http://packages.ubuntu.com/oneiric-updates/i386/php5-sqlite/filelist natty:

[Bug 875262] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20090626+lfs/sqlite.so'

2011-10-22 Thread Dave Walker
** Also affects: php5 (Ubuntu Oneiric) Importance: Undecided Status: New ** Also affects: php5 (Ubuntu Precise) Importance: Undecided Status: Confirmed ** Changed in: php5 (Ubuntu Precise) Importance: Undecided = High ** Changed in: php5 (Ubuntu Precise) Milestone:

[Bug 875262] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20090626+lfs/sqlite.so'

2011-10-22 Thread Dave Walker
This has occurred because sqlite support was removed, in favour of pure sqlite3. It seems that a config file was left in place. Workaround: sudo rm /etc/php5/conf.d/sqlite.ini ** Changed in: php5 (Ubuntu Precise) Importance: High = Medium ** Changed in: php5 (Ubuntu Oneiric) Importance:

[Bug 875262] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20090626+lfs/sqlite.so'

2011-10-18 Thread Ben Romer
Same problem here, just upgraded a server to 11.10 from 11.04. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in Ubuntu. https://bugs.launchpad.net/bugs/875262 Title: PHP Startup: Unable to load dynamic library

[Bug 875262] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20090626+lfs/sqlite.so'

2011-10-18 Thread W.John Guineau
Same error here. Distro upgrade from 11.04 to 11.10 x64 PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20090626/sqlite.so' - /usr/lib/php5/20090626/sqlite.so: cannot open shared object file: No such file or directory in Unknown on line 0 -- You received this bug

[Bug 875262] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20090626+lfs/sqlite.so'

2011-10-17 Thread Povilas Balzaravičius aka Pawka
Same problem affects me too: PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20090626+lfs/sqlite.so' - /usr/lib/php5/20090626+lfs/sqlite.so: cannot open shared object file: No such file or directory in Unknown on line 0 -- You received this bug notification because you

[Bug 875262] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20090626+lfs/sqlite.so'

2011-10-16 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: php5 (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in Ubuntu. https://bugs.launchpad.net/bugs/875262

[Bug 875262] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20090626+lfs/sqlite.so'

2011-10-16 Thread Mahender Didwania
I get a similar problem with pam_auth.so, I haven't installed php5-auth- pam package, but the file /etc/php5/conf.d/pam_auth.ini exists while /usr/lib/php5/20090626+lfs/pam_auth.so doesn't. This is after upgrade from 11.04 to 11.10. -- You received this bug notification because you are a member

[Bug 875262] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20090626+lfs/sqlite.so'

2011-10-16 Thread Mahender Didwania
I do not know if it is related, but I had Squirrelmail installed and Dovecot is configured to authenticate user via PAM. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in Ubuntu. https://bugs.launchpad.net/bugs/875262 Title:

[Bug 875262] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20090626+lfs/sqlite.so'

2011-10-16 Thread Martin Weber
I am also hit by this bug (missing sqlite.so). Deleting, purging and reinstalling the package does not help. Problem is always reproducible. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in Ubuntu.