epasveer / seer

Seer - a gui frontend to gdb
GNU General Public License v3.0
2.11k stars 67 forks source link

libQt5Charts.so.5: cannot open shared object file #102

Closed VladimirCores closed 1 year ago

VladimirCores commented 1 year ago

[1.12beta] - 2022-MM-DD

Running: ./seergdb: error while loading shared libraries: libQt5Charts.so.5: cannot open shared object file: No such file or directory

image

epasveer commented 1 year ago

Hi,

Can you tell me what distro you are using? And what version of the distro?

From the screenshot, you don't have QT's QtChart package installed on your system.

epasveer commented 1 year ago

If you're using Ubuntu. (I'm not an expert). It may be one of these.

https://packages.ubuntu.com/focal/libqt5charts5 https://packages.ubuntu.com/jammy/libqt5charts5

VladimirCores commented 1 year ago

uname: Linux cores 5.15.45-amd64-desktop #1 SMP Tue Jun 7 21:44:04 CST 2022 x86_64 GNU/Linux ldd --version:

ldd (Debian GLIBC 2.28.19-1+dde) 2.28
Copyright (C) 2018 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Written by Roland McGrath and Ulrich Drepper.

Deepin 20.7

epasveer commented 1 year ago

From what I see about the Deepin distro, it doesn't provide the QtCharts package. You can try building Seer from source but I think you will run into the same problem :(

epasveer commented 1 year ago

Closing this task. Seer relies on QtCharts. I can't do much for distros that don't include it. :^(