User login

PHP warning Unable to load dynamic library sqlite.so

Searched words: 
command-line PHP error

Getting this every time i run Drush or anything else PHP on the command line:

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

Fix:

sudo rm /etc/php5/conf.d/sqlite.ini

Courtesy https://bugs.launchpad.net/ubuntu/+source/php5/+bug/875262/comments/9

Comments

Thanks

Thanks, that worked for me. If you're afraid (like me) to break stuff when deleting files, renaming it works too:
sudo mv /etc/php5/conf.d/sqlite.ini /etc/php5/conf.d/sqlite.ini.deleted

Microsoft Office 2007 brought

Microsoft Office 2007 brought up a complete change in its features, flexibility and graphics as Microsoft Office Standard 2007 compared to its older versions. All the tools in this Office 2007 are in front of you to easily select them rather than finding them by opening other menus. A trial version of MS Office 2007 can be used for only 30 days after which you need to pay for full version. We are sharing some of the methods for activating it without any payment and without internet connection.

Post new comment

The content of this field is kept private and will not be shown publicly.
  • You may post code using <code>...</code> (generic) or <?php ... ?> (highlighted PHP) tags.
  • You can use Markdown syntax to format and style the text. Also see Markdown Extra for tables, footnotes, and more.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <img> <blockquote> <small> <h2> <h3> <h4> <h5> <h6> <sub> <sup> <p> <br> <strike> <table> <tr> <td> <thead> <th> <tbody> <tt> <output>
  • Syntax highlight code surrounded by the {syntaxhighlighter SPEC}...{/syntaxhighlighter} tags, where SPEC is a Syntaxhighlighter options string or "class="OPTIONS" title="the title".
  • Lines and paragraphs break automatically.

More information about formatting options

By submitting this form, you accept the Mollom privacy policy.