aboutsummaryrefslogtreecommitdiff
path: root/src/processor/proto/README
blob: f9e5a4d301ea5e9be13d7578b1688de111b60c54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
If you wish to use these protobufs, you must generate their source files
using  protoc from the protobuf project (https://github.com/google/protobuf).

-----
Troubleshooting for Protobuf:

Install:
If you are getting permission errors install, make sure you are not trying to
install from an NFS.


Running protoc:
protoc: error while loading shared libraries: libprotobuf.so.0: cannot open
shared object file: No such file or directory

The issue is that Ubuntu 8.04 doesn't include /usr/local/lib in
library paths. 

To fix it for your current terminal session, just type in
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib