Questions tagged [sqlite3]

Ask Question

The tag has no usage guidance.

30 questions
0 votes 1 answer 105 views

sqlite3_error in Ubuntu20.04

I met a strange problem when using Ubuntu 20.04 LTS. When I type any non-meaning word in the command line, such as a letter A, it returns something related to python3.8 with "ImportError: /usr/... user avatar Huan
  • 1
2 votes 0 answers 90 views

Thunderbird wont start. Crash reporter says sqlite version error

my Dad cant get thunderbird to start. This started after he got tired of the nag screens and updated ubuntu. He is now running ubuntu 20.04.1 and thunderbird 68.10.0 Whenever he types thunderbird at ... user avatar MajorTom
  • 21
1 vote 1 answer 1k views

Using Json1 Extension with sqlite3

The docs says, that The json1 extension is a loadable extension for sqlite3, and the loadable extensions need to be compiled as shared libraries (source). I searched a lot and I don't know how to ... user avatar xpt
  • 741
8 votes 4 answers 3k views

Is it possible to install SQLite 3.24+ on Ubuntu 18.04?

I am trying to update my SQLite version to 3.24 or above so that a Python app can make use of the new "UPSERT" queries. I have been trying for a few hours to do this with little success; it refuses to ... user avatar pkiller162
  • 81
0 votes 0 answers 615 views

error when compiling sqlite

I received this error when compiling sqlite: Makefile:743: recipe for target 'alter.lo' failed make[4]: * [alter.lo] Error 1 CMakeFiles/external_sqlite.dir/build.make:113: recipe for target '... user avatar spiralcules
  • 51
0 votes 1 answer 82 views

problem installing sqlite3 using apt-get install

Installation hangs at 4% completion due to a prompt requesting acceptance of Oracle's license agreement. No way to respond interactively. user avatar magicgeorge
  • 3
2 votes 2 answers 119 views

How do I invoke the sqlite3-doc package

I installed the package but can't figure out how to use/start it. What I'm am looking for is a interactive help/docs for sqlite3 I assumed that what this package does but I don't know how to start it. ... user avatar Sruly
  • 123
1 vote 1 answer 984 views

Installing qgis in ubuntu 18.04 error with sqlite tables, can no longer use apt

I'm getting the following error: $ sudo apt-get install grass grass-dev qgis python-qgis qgis-plugin-grass Reading package lists... Done Building dependency tree Reading state information... ... user avatar Mittenchops
  • 1,518
5 votes 2 answers 2k views

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

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/... user avatar Lorena Malpica
  • 51
1 vote 2 answers 1k views

I messed up ocamlfuse by using sudo command "Error: Sqlite3 error: READONLY"

I started using ocamlfuse to access google drive with Nautilus and it was functioning perfectly fine. The thing is, at some point I used, by accident, the sudo command, I'm not shure if it was to run ... user avatar Eduardo Flores
  • 11
0 votes 1 answer 692 views

Which sqlite database uses new Skype for Linux?

Skype for Linux version 4.3 stores data on ~/.Skype/<user>/main.db. I installed recently a new version 5.5.0.1 that changes completely its GUI. Note: I also tested Skype Insider version 8.x.x.... user avatar nephewtom
  • 209
0 votes 0 answers 825 views

import error of flask and sqlite3

I am currently running Ubuntu 17.04. The problem is that depending on the version of Python, the flask and the sqlite3 is functioning differently. Sqlite3 can be imported from python 3.4 but Flask ... user avatar passion
  • 101
3 votes 1 answer 24k views

Install Ubuntu package, php7.0-sqlite3 missing

Ubuntu with php7 Error occurs when trying to use SQLite3 from php: PHP Fatal error: Class 'SQLite3' not found in /var/www/html/index.php on line 1 I've tried to install php7.0-sqlite3 : $ sudo ... user avatar Grigory Ilizirov
  • 165
0 votes 0 answers 3k views

Error package 'sqlite3>=3.7.11' not found

I clone a project from github and run cmake, but I get the message: -- checking for module 'sqlite3>=3.7.11' -- package 'sqlite3>=3.7.11' not found CMake Error at /usr/share/cmake-2.8/Modules/... user avatar GAVD
  • 101
2 votes 1 answer 4k views

Install command line tool sqlite3

Trying to install sqlite3 command line tool with : sudo apt-get install sqlite3 libsqlite3-dev But I still can't run ./sqlite3 - nu souch file How to solve this problem? user avatar vico
  • 3,877

15 30 50 per page12

You Might Also Like