mcpelauncher-linux
mcpelauncher-linux copied to clipboard
Problem with version of protobuf
When I try and run i get the following error:
[libprotobuf FATAL google/protobuf/stubs/common.cc:68] This program requires version 3.5.0 of the Protocol Buffer runtime library, but the installed version is 3.4.0. Please update your library. If you compiled the program yourself, make sure that your headers are from the same version of Protocol Buffers as your link-time library. (Version verification failed in "/home/paul/opt/mcpelauncher-linux/build/gplay_api/gsf.pb.cc".)
terminate called after throwing an instance of 'google::protobuf::FatalException'
what(): This program requires version 3.5.0 of the Protocol Buffer runtime library, but the installed version is 3.4.0. Please update your library. If you compiled the program yourself, make sure that your headers are from the same version of Protocol Buffers as your link-time library. (Version verification failed in "/home/paul/opt/mcpelauncher-linux/build/gplay_api/gsf.pb.cc".)
Aborted (core dumped)
I have version 3.5.x of both 64 and 32 bit version of protobuf.
Any workaround for this?
It'll be solved after the huge rewrite is done.