Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
1 If you wish to use these protobufs, you must generate their source files
2 using protoc from the protobuf project (http://code.google.com/p/protobuf/).
4 -----
5 Troubleshooting for Protobuf:
7 Install:
8 If you are getting permission errors install, make sure you are not trying to
9 install from an NFS.
12 Running protoc:
13 protoc: error while loading shared libraries: libprotobuf.so.0: cannot open
14 shared object file: No such file or directory
16 The issue is that Ubuntu 8.04 doesn't include /usr/local/lib in
17 library paths.
19 To fix it for your current terminal session, just type in
20 export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib