I am trying to compile bitcoin but i get an error from google protocol buffers.I managed to install protobuf 2.6.1 yesterday but i keeps sending me the error so i decided to install it again but this time from a diferent folder(last time i did it from Downloads and now from a folder i've created called software),but now when i run the make check :
~/Software/protobuf-2.6.1$ make check Making check in . make[1]: Entering directory `/home/pedro/Software/protobuf-2.6.1' make check-local make[2]: Entering directory `/home/pedro/Software/protobuf-2.6.1' Making lib/libgtest.a lib/libgtest_main.a in gtest make[3]: Entering directory `/home/pedro/Software/protobuf-2.6.1/gtest' make[3]: `lib/libgtest.la' is up to date. make[3]: `lib/libgtest_main.la' is up to date. make[3]: Leaving directory `/home/pedro/Software/protobuf-2.6.1/gtest' make[2]: Leaving directory `/home/pedro/Software/protobuf-2.6.1' make[1]: Leaving directory `/home/pedro/Software/protobuf-2.6.1' Making check in src make[1]: Entering directory `/home/pedro/Software/protobuf-2.6.1/src' make check-am make[2]: Entering directory `/home/pedro/Software/protobuf-2.6.1/src' make protoc protobuf-test protobuf-lazy-descriptor-test protobuf-lite-test test_plugin zcgzip zcgunzip make[3]: Entering directory `/home/pedro/Software/protobuf-2.6.1/src' make[3]: `protoc' is up to date. make[3]: `protobuf-test' is up to date. make[3]: `protobuf-lazy-descriptor-test' is up to date. make[3]: `protobuf-lite-test' is up to date. make[3]: `test_plugin' is up to date. make[3]: `zcgzip' is up to date. make[3]: `zcgunzip' is up to date. make[3]: Leaving directory `/home/pedro/Software/protobuf-2.6.1/src' make check-TESTS make[3]: Entering directory `/home/pedro/Software/protobuf-2.6.1/src' /home/pedro/Software/protobuf-2.6.1/src/.libs/lt-protobuf-test: error while loading shared libraries: libgtest.so.0: cannot open shared object file: No such file or directory FAIL: protobuf-test /home/pedro/Software/protobuf-2.6.1/src/.libs/lt-protobuf-lazy-descriptor-test: error while loading shared libraries: libgtest.so.0: cannot open shared object file: No such file or directory FAIL: protobuf-lazy-descriptor-test PASS PASS: protobuf-lite-test Testing output to zip... Testing output to jar... ./google/protobuf/compiler/zip_output_unittest.sh: 89: jar: not found Warning: 'jar' command not available. Skipping test. PASS PASS: google/protobuf/compiler/zip_output_unittest.sh + TESTFILE=Makefile + cmp - Makefile + gunzip + ./zcgzip + gzip + cmp - Makefile + ./zcgunzip PASS: google/protobuf/io/gzip_stream_unittest.sh ========================================== 2 of 5 tests failed Please report to [email protected] ========================================== make[3]: *** [check-TESTS] Error 1 make[3]: Leaving directory `/home/pedro/Software/protobuf-2.6.1/src' make[2]: *** [check-am] Error 2 make[2]: Leaving directory `/home/pedro/Software/protobuf-2.6.1/src' make[1]: *** [check] Error 2 make[1]: Leaving directory `/home/pedro/Software/protobuf-2.6.1/src' make: *** [check-recursive] Error 1 the make: ~/Software/protobuf-2.6.1$ make make all-recursive make[1]: Entering directory `/home/pedro/Software/protobuf-2.6.1' Making all in . make[2]: Entering directory `/home/pedro/Software/protobuf-2.6.1' make[2]: Leaving directory `/home/pedro/Software/protobuf-2.6.1' Making all in src make[2]: Entering directory `/home/pedro/Software/protobuf-2.6.1/src' make all-am make[3]: Entering directory `/home/pedro/Software/protobuf-2.6.1/src' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/home/pedro/Software/protobuf-2.6.1/src' make[2]: Leaving directory `/home/pedro/Software/protobuf-2.6.1/src' make[1]: Leaving directory `/home/pedro/Software/protobuf-2.6.1' -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/protobuf. For more options, visit https://groups.google.com/d/optout.
