| adenilson@p700:~/chromium/src/out/Release$ ./chrome | |
| [libprotobuf FATAL ../../third_party/protobuf/src/google/protobuf/stubs/common.cc:78] This program was compiled against | |
| version 2.6.1 of the Protocol Buffer runtime library, which is not compatible with the installed version (3.0.0). | |
| Contact the program author for an update. 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 | |
| "/build/mir-pkdHET/mir-0.21.0+16.04.20160330/obj-x86_64-linux-gnu/src/protobuf/mir_protobuf.pb.cc".) | |
| Aborted (core dumped) | |
| adenilson@p700:~/chromium/src/out/Release$ ldd chrome | grep libprotob | |
| libprotobuf_lite.so => /home/adenilson/chromium/src/out/Release/././libprotobuf_lite.so (0x00007f98a083c000) | |
| libprotobuf-lite.so.9 => /usr/lib/x86_64-linux-gnu/libprotobuf-lite.so.9 (0x00007f987eab4000) | |
| adenilson@p700:~/chromium/src/out/Release$ dpkg -l | grep libprotobuf | |
| ii libprotobuf-lite9v5:amd64 2.6.1-1.3 amd64 protocol buffers C++ library (lite version) | |
| ii libprotobuf-lite9v5:i386 2.6.1-1.3 i386 protocol buffers C++ library (lite version) | |
| ii libprotobuf9v5:amd64 2.6.1-1.3 amd64 protocol buffers C++ library |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment