kaimallea/demoinfogo-linux

build fails under ubuntu 14.04 64 bit

johanovic opened this issue · 4 comments

demoinfogo-linux/protobuf-2.5.0/src/.libs/lt-protoc: error while loading shared libraries: libprotoc.so.8: cannot open shared object file: No such file or directory
make[3]: *** [unittest_proto_middleman] Error 127

Can I provide any extra info to get this fixed?

Hey @johanovic, I'm able to get this working fine. How did you compile protobuf? Did you use the commands provided in the Makefile located in the root of the repo?

Try deleting the protobuf-2.5.0 folder, and re-running the commands to download, and compile it, from the root of the repo:

rm -rf protobuf-2.5.0
make get_protobuf
make protobuf

Once that complete, run make to compile demoinfogo.

@johanovic did that work for you?

I'll close this for now; let me know if you're still having issues and I'll re-open it.