this is an error you will see if sqlite3 is not compiled properly.
download the latest sqlite from sqlite.org and extract it.
run this line first:
export LD_RUN_PATH=/usr/local/lib
then
./configure
make
make install
Open Source Technologies At Work
Only Passion Matters
this is an error you will see if sqlite3 is not compiled properly.
download the latest sqlite from sqlite.org and extract it.
run this line first:
export LD_RUN_PATH=/usr/local/lib
then
./configure
make
make install