P
P
proger_rr2016-01-29 15:52:12
Yii
proger_rr, 2016-01-29 15:52:12

Shared object "libsqlite3.so.8" not found, required by "sqlite3.so" How to fix?

PHP Startup gives the following error on the server
: Unable to load dynamic library '/usr/local/php55/lib/php/20121212/sqlite3.so' - Shared object "libsqlite3.so.8" not found, required by "sqlite3.so "
The server on freebsd
It is clear that it cannot find the libsqlite3.so.8 object in sqlite3.so, but it is not clear how to fix everything

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexey, 2016-02-04
@proger_rr

find / -name "libsqlite3.so"
it will find for example /usr/local/lib/libsqlite3.so.2 #this is an example - don't copy
and link
cd /usr/local/lib/ && ln -s libsqlite3.so.2 libsqlite3.so.8

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question