5

I upgraded to Ubuntu 18.04 and I can't get Nautilus to work. I get the following error when I launch it from the command line:

nautilus: symbol lookup error: /usr/lib/x86_64-linux-gnu/tracker-2.0/libtracker-data.so.0: undefined symbol: sqlite3_bind_pointer

I tried uninstalling and purging and reinstalling nautilus, sqlite3, and GNOME and it didn't work. Please help!! I found this bug reported elsewhere, however, I didn't find a solution for it.

2 Answers2

4

This problem was solved for me following the recommendation under this link posted by sunnysharan369 in Ubuntu forums:

1.) wget https://sqlite.org/2018/sqlite-autoconf-3250200.tar.gz

2.) tar -xvf sqlite-autoconf-3250200.tar.gz

3.) cd sqlite-autoconf-3250200

4.) ./configure

5.) make

6.) sudo make install

mwausb
  • 41
0

For sqlite-autoconf new updateyou can visit the project's webpage: https://sqlite.org/download.html

You can download the latest package from this link: https://sqlite.org/2020/sqlite-autoconf-3340000.tar.gz