massalabs / station-massa-wallet

Massa Station Wallet Module
MIT License
12 stars 8 forks source link

Massa wallet fails to install #894

Open bilboquet opened 8 months ago

bilboquet commented 8 months ago

After a fresh installation of massa-station, installation of massa-wallet fails. It is probably missing a dependency, as the logs show:

INFO    [POST /plugin-manager]
[wallet-plugin] Error: /usr/local/share/massastation/plugins/wallet-plugin/wallet-plugin: error while loading shared libraries: libwebkit2gtk-4.0.so.37: cannot open shared object file: No such file or directory
INFO    plugin 'wallet-plugin' exit message: exit status 127

To reproduce:

Versions:

Thykof commented 8 months ago

@thomas-senechal if it ring you a bell ;)

bilboquet commented 8 months ago

I forgot to mention that the missing dep is: libwebkit2gtk-4.0 and that a manual installation fixes the issue.

Thykof commented 8 months ago

might be related to https://github.com/massalabs/station/issues/1088

thomas-senechal commented 8 months ago

might be related to massalabs/station#1088

Could be related yes

BapRx commented 6 months ago

I have the same issue after upgrading to Ubuntu 24.04, it was working fine until then but the package libwebkit2gtk-4.0 is not available anymore, probably replaced by libwebkit2gtk-4.1.

I'm available to test if a dev version is being worked on.

BapRx commented 6 months ago

I managed to get it to work by manually installing the following packages (available on Launchpad):

prerequisites

and then

Thykof commented 6 months ago

Hi @BapRx thank you very much for your investigation and fix proposal ;) We will try to find a slot in the wallet roadmap!