FS#66891 - [monero] monero wallet won't launch with protobuf.so.23

Attached to Project: Community Packages
Opened by Pekka Rastas (eivoittoa) - Thursday, 04 June 2020, 07:07 GMT
Last edited by kpcyrd (kpcyrd) - Sunday, 07 June 2020, 18:18 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To kpcyrd (kpcyrd)
Architecture x86_64
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Monero wallet requires protobuf.so.22 which was provided by protobuf (3.11.4-1), however the current protobuf (3.12.0-1) provides protobuf.so.23 which doesn't seem to work with Monero Wallet.

When trying to launch monero-wallet-cli or monero-wallet-gui, it produces the following error:
monero-wallet-cli: error while loading shared libraries: libprotobuf.so.22: cannot open shared object file: No such file or directory


Creating a symbolic link (ln -sf) from libprotobuf.so.23 to libprotobuf.so.22 changes the error to:
monero-wallet-cli: symbol lookup error: monero-wallet-cli: undefined symbol: _ZN6google8protobuf8internal24ComputeUnknownFieldsSizeERKNS1_25InternalMetadataWithArenaEmPNS1_10CachedSizeE
This task depends upon

Closed by  kpcyrd (kpcyrd)
Sunday, 07 June 2020, 18:18 GMT
Reason for closing:  Fixed
Additional comments about closing:  0.16.0.0-2

Loading...