google-drive-ocamlfuse
google-drive-ocamlfuse copied to clipboard
Ubuntu PPA version: undefined symbol: sqlite3_create_window_function
(Searched first but didn't see this error in other issues. ) Hi! I just installed the PPA version (following the instructions) with no errors, but it still wouldn't run. Install log:
$ sudo add-apt-repository ppa:alessandro-strada/ppa
[sudo] password for shawley:
Repository: 'deb http://ppa.launchpad.net/alessandro-strada/ppa/ubuntu/ hirsute main'
Description:
Mount Google Drive on Ubuntu (via FUSE)
More info: https://launchpad.net/~alessandro-strada/+archive/ubuntu/ppa
Adding repository.
Press [ENTER] to continue or Ctrl-c to cancel.
Adding deb entry to /etc/apt/sources.list.d/alessandro-strada-ubuntu-ppa-hirsute.list
Adding disabled deb-src entry to /etc/apt/sources.list.d/alessandro-strada-ubuntu-ppa-hirsute.list
Adding key to /etc/apt/trusted.gpg.d/alessandro-strada-ubuntu-ppa.gpg with fingerprint 9EA4D6FCA5D37A5D1CA9C09AAD5F235DF639B041
Hit:1 http://us.archive.ubuntu.com/ubuntu hirsute InRelease
Hit:2 http://us.archive.ubuntu.com/ubuntu hirsute-security InRelease
Hit:3 http://apt.pop-os.org/proprietary hirsute InRelease
Get:4 http://ppa.launchpad.net/alessandro-strada/ppa/ubuntu hirsute InRelease [17.5 kB]
Hit:5 http://us.archive.ubuntu.com/ubuntu hirsute-updates InRelease
Hit:6 http://us.archive.ubuntu.com/ubuntu hirsute-backports InRelease
Hit:7 http://ppa.launchpad.net/system76/pop/ubuntu hirsute InRelease
Get:8 http://ppa.launchpad.net/alessandro-strada/ppa/ubuntu hirsute/main amd64 Packages [1,588 B]
Get:9 http://ppa.launchpad.net/alessandro-strada/ppa/ubuntu hirsute/main Translation-en [1,228 B]
Fetched 20.4 kB in 1s (14.9 kB/s)
Reading package lists... Done
$ sudo apt update && sudo apt install google-drive-ocamlfuse
Hit:1 http://us.archive.ubuntu.com/ubuntu hirsute InRelease
Hit:2 http://us.archive.ubuntu.com/ubuntu hirsute-security InRelease
Hit:3 http://apt.pop-os.org/proprietary hirsute InRelease
Hit:4 http://us.archive.ubuntu.com/ubuntu hirsute-updates InRelease
Hit:5 http://ppa.launchpad.net/alessandro-strada/ppa/ubuntu hirsute InRelease
Hit:6 http://us.archive.ubuntu.com/ubuntu hirsute-backports InRelease
Hit:7 http://ppa.launchpad.net/system76/pop/ubuntu hirsute InRelease
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
All packages are up to date.
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following NEW packages will be installed:
google-drive-ocamlfuse
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 1,673 kB of archives.
After this operation, 7,657 kB of additional disk space will be used.
Get:1 http://ppa.launchpad.net/alessandro-strada/ppa/ubuntu hirsute/main amd64 google-drive-ocamlfuse amd64 0.7.26-0ubuntu1~ubuntu21.04.1 [1,673 kB]
Fetched 1,673 kB in 1s (1,681 kB/s)
Selecting previously unselected package google-drive-ocamlfuse.
(Reading database ... 990437 files and directories currently installed.)
Preparing to unpack .../google-drive-ocamlfuse_0.7.26-0ubuntu1~ubuntu21.04.1_amd64.deb ...
Unpacking google-drive-ocamlfuse (0.7.26-0ubuntu1~ubuntu21.04.1) ...
Setting up google-drive-ocamlfuse (0.7.26-0ubuntu1~ubuntu21.04.1) ...
Processing triggers for man-db (2.9.4-2) ...
...but when I try to run it, I just get
$ google-drive-ocamlfuse
google-drive-ocamlfuse: symbol lookup error: google-drive-ocamlfuse: undefined symbol: sqlite3_create_window_function
$
(Re-)installing sqlite3 has no effect on this. Ubuntu 21.04.
Any ideas?
Maybe it's something like this https://github.com/facebook/infer/issues/1388#issuecomment-801859205?