turtl / tracker

This project is for tracking issues, bug reports, and progress on the entire Turtl project.
67 stars 3 forks source link

Ubuntu installation #369

Open vibaiher opened 4 years ago

vibaiher commented 4 years ago

Hello!

A super-happy turtl user here. I'm just opening this issue since it's the second time I find myself having problems when installing turtl on a clean-up ubuntu installation.

After installing it, when I run the installed executable, I find this error:

vicente@machine:/opt/turtl$ ./turtl 
./turtl: error while loading shared libraries: libgconf-2.so.4: cannot open shared object file: No such file or directory

If this error happens, you just need to install libgconf-2-4:

vicente@machine:/opt/turtl$ sudo apt install libgconf-2-4

Maybe can be useful to include this tip in the download page, or including a README or something like this to include it.

adrianrudnik commented 4 years ago

First time user here on Ubuntu 20.04.1 LTS with KDE Plasma, trying to start the x64 version:

$ ./turtl 
Segmentation fault (core dumped)

Trying to install the above mentioned packed did nothing:

$ sudo apt install libgconf-2-4
libgconf-2-4 is already the newest version (3.2.6-6ubuntu1).

The x86 version did not work as well:

$ ./turtl 
./turtl: error while loading shared libraries: libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory

Even though the lib should be present:

$ sudo apt install libgtk2.0-0
libgtk2.0-0 is already the newest version (2.24.32-4ubuntu4).

Had interest in the premium plan, not so much anymore. Hope you get it deployed in a depdency-less manner, maybe AppImage/Snap/Website?

rubbingalcoholic commented 4 years ago

Did you try installing the libgconf-2-4-dev libraries? I think there may be headers there that are required. Sorry for the inconvenience.

On Oct 17, 2020, at 1:00 PM, Adrian Rudnik notifications@github.com wrote:

 First time user here on Ubuntu 20.04.1 LTS with KDE Plasma, trying to start the x64 version:

$ ./turtl Segmentation fault (core dumped) Trying to install the above mentioned packed did nothing:

$ sudo apt install libgconf-2-4 libgconf-2-4 is already the newest version (3.2.6-6ubuntu1). The x86 version did not work as well:

$ ./turtl ./turtl: error while loading shared libraries: libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory Even though the lib should be present:

$ sudo apt install libgtk2.0-0 libgtk2.0-0 is already the newest version (2.24.32-4ubuntu4). Had interest in the premium plan, not so much anymore. Hope you get it deployed in a depdency-less manner, maybe AppImage/Snap/Website?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

adrianrudnik commented 4 years ago

@rubbingalcoholic Hi, sorry for the delay, just tried again.

Just tried to find a related package for the dependency you mentioned:

$ apt search libgconf
libgconf-2-4/focal,now 3.2.6-6ubuntu1 amd64 [installed]
  GNOME configuration database system (shared libraries)

libgconf2-dev/focal 3.2.6-6ubuntu1 amd64
  GNOME configuration database system (development)

libgconf2-doc/focal,focal 3.2.6-6ubuntu1 all
  GNOME configuration database system (API reference)

After the installation of libgconf2-dev I still get:

~/Downloads/turtl-linux64/turtl $ ./turtl 
Segmentation fault (core dumped)
va-an commented 3 years ago

For Debian 10: $ sudo apt install libgconf-2-4