Closed cypherbits closed 3 years ago
Hmm, interesting. If you install the protobuf libraries via apt or whatever, does it work then? Could be a simple forgotten include.
On Tue., 6 Aug. 2019, 02:17 cypherbits, notifications@github.com wrote:
error while loading shared libraries: libprotobuf.so.10: cannot open shared object file: No such file or directory
Ubuntu 18.04 and Ricochet Refresh 1.1.4e
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/blueprint-freespeech/ricochet-refresh/issues/16?email_source=notifications&email_token=AES2QFL2BWN6DH2KUUBMYKDQDBHCRA5CNFSM4IJM2DA2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HDNUG6Q, or mute the thread https://github.com/notifications/unsubscribe-auth/AES2QFP5WIPGR6TC3X56K3LQDBHCRANCNFSM4IJM2DAQ .
Withsudo apt install protobuf-compiler
it doesn't work.
I can't reproduce this on my fresh Ubuntu 18.04. Do you have any further details?
maybe you have older version of protobuf on ubuntu installed newer versions have higher number for libprotobuf.so.10 . for example on archlinux it is libprotobuf.so.18
btw why it is dependent on a external library if it is static?
@cypherbits this is probably a silly question, but did you try doing: % sudo apt-get install libprotobuf10
@cypherbits this is probably a silly question, but did you try doing: % sudo apt-get install libprotobuf10
I'm on Ubuntu 19.10 now and I get the same error.
And libprotobuf10 is "not available for install".
But don't worry, this project is already deprecated. The new one is Cwtch.im
Alpha build use static protobuf so this is no longer an issue.
error while loading shared libraries: libprotobuf.so.10: cannot open shared object file: No such file or directory
Ubuntu 18.04 and Ricochet Refresh 1.1.4e