1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/toolkit/crashreporter/google-breakpad/src/processor/proto/README Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,20 @@ 1.4 +If you wish to use these protobufs, you must generate their source files 1.5 +using protoc from the protobuf project (http://code.google.com/p/protobuf/). 1.6 + 1.7 +----- 1.8 +Troubleshooting for Protobuf: 1.9 + 1.10 +Install: 1.11 +If you are getting permission errors install, make sure you are not trying to 1.12 +install from an NFS. 1.13 + 1.14 + 1.15 +Running protoc: 1.16 +protoc: error while loading shared libraries: libprotobuf.so.0: cannot open 1.17 +shared object file: No such file or directory 1.18 + 1.19 +The issue is that Ubuntu 8.04 doesn't include /usr/local/lib in 1.20 +library paths. 1.21 + 1.22 +To fix it for your current terminal session, just type in 1.23 +export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib