The other day, I was getting this weird error
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
Fix it by doing this
root@beta:~# rm -fr /etc/php5/conf.d/sqlite.ini
Because this extension does not exist, you can verify it by running this, you will see that there is already sqlite3.ini file there
root@beta:~# ls -lh /usr/lib/php5/20090626+lfs/ | grep sqlite
Thank you! ๐
Most welcome
That is a great solution. Thanks a lot.
thanks
ThX ๐ Work like Charm !!!
Thanks , you save my time