0

PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/20160303/pdo_sqlite.so' - /usr/lib/php/20160303/pdo_sqlite.so: cannot open shared object file: No such file or directory in Unknown on line 0

PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/20160303/sqlite3.so' - /usr/lib/php/20160303/sqlite3.so: cannot open shared object file: No such file or directory in Unknown on line 0

PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/20160303/zip.so' - /usr/lib/php/20160303/zip.so: cannot open shared object file: No such file or directory in Unknown on line 0

3
  • Try googling the error message. The libraries need to be installed. Commented Apr 8, 2018 at 1:43
  • Check laravel server requirements and install necessary libraries Commented Apr 8, 2018 at 2:51
  • tnks @Markandeya, I can solved problem! Commented Apr 8, 2018 at 15:53

1 Answer 1

1

I was able to solve the problems with one of the answers of the suggested post suggestions, simply the warnings disappeared after I installed the libraries that were missing, thanks!

then the solution is:

sudo apt-get install php7.1-sqlite3
sudo apt-get install php7.1-zip
Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.