OpenHantek / openhantek

OpenHantek is a DSO software for Hantek (Voltcraft/Darkwire/Protek/Acetech) USB digital signal oscilloscopes
http://openhantek.org/
GNU General Public License v3.0
757 stars 200 forks source link

installation from binary #313

Closed vitasam closed 1 year ago

vitasam commented 4 years ago

Hello, I've installed the app from a binary on freshly installed Mint mate 19.3 64bits. The installation went smoothly. But when I start the app - nothing happens, with and without Hantek 6022BE Should I expect something appeared on a screen?

Vascom commented 4 years ago

Run it in terminal and see output.

vitasam commented 4 years ago
...$ OpenHantek
OpenHantek: error while loading shared libraries: libQt5PrintSupport.so.5: cannot open shared object file: No such file or directory
Ho-Ro commented 4 years ago

see also #277 But you can try https://github.com/OpenHantek/OpenHantek6022

vitasam commented 4 years ago

Ah, is that a fork of this repo for 6022?

Vascom commented 4 years ago

Hm, yes. Now all should use OpenHantek6022 repo only.

vitasam commented 4 years ago

Apparently it did not help. I've installed this binary: https://github.com/OpenHantek/OpenHantek6022/releases/download/3.0.3/openhantek_20200317-febf065_amd64.deb

root@...# apt install ./openhantek_20200317-febf065_amd64.deb
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'openhantek' instead of './openhantek_20200317-febf065_amd64.deb'
The following NEW packages will be installed:
  openhantek
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/4 136 kB of archives.
After this operation, 5 232 kB of additional disk space will be used.
Get:1 /.../openhantek_20200317-febf065_amd64.deb openhantek amd64 20200317-febf065 [4 136 kB]
Selecting previously unselected package openhantek.
(Reading database ... 329035 files and directories currently installed.)
Preparing to unpack .../openhantek_20200317-febf065_amd64.deb ...
Unpacking openhantek (20200317-febf065) ...
Setting up openhantek (20200317-febf065) ...
Processing triggers for hicolor-icon-theme (0.17-2) ...
Processing triggers for mime-support (3.60ubuntu1) ...
Processing triggers for desktop-file-utils (0.23+linuxmint8) ...

The same error:

..$ OpenHantek
OpenHantek: error while loading shared libraries: libQt5PrintSupport.so.5: cannot open shared object file: No such file or directory
Vascom commented 4 years ago

You should install package with this library.

vitasam commented 4 years ago

Thanks, now I can see that app started. Does it mean that this lib is missed from dependencies?

Vascom commented 4 years ago

Yes. Bug of packaging I think.

vitasam commented 4 years ago

thanks! 6022BE works very well with this SW/FW

Ho-Ro commented 4 years ago

the packaging bug is fixed with 3.0.4-rc1

Vascom commented 4 years ago

Waiting for 3.0.4 release for packaging in Fedora :)

Ho-Ro commented 4 years ago

@Vascom: here it is: https://github.com/OpenHantek/OpenHantek6022/releases/tag/3.0.4b

Vascom commented 4 years ago

Done :)