aboutsummaryrefslogtreecommitdiff
path: root/src/processor/proto/README
diff options
context:
space:
mode:
authorjessicag.feedback@gmail.com <jessicag.feedback@gmail.com@4c0a9323-5329-0410-9bdc-e9ce6186880e>2010-08-24 17:32:45 +0000
committerjessicag.feedback@gmail.com <jessicag.feedback@gmail.com@4c0a9323-5329-0410-9bdc-e9ce6186880e>2010-08-24 17:32:45 +0000
commitf8bca185b92f9a8547ad0979b09d4c3119719b59 (patch)
tree55beba24523df72b537d6e74ebfeab5493225630 /src/processor/proto/README
parentPatch from CDN to add support for an exploitability engine (diff)
downloadbreakpad-f8bca185b92f9a8547ad0979b09d4c3119719b59.tar.xz
Adding process_state protobuf and derived C++ files. Included README as well.
git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@663 4c0a9323-5329-0410-9bdc-e9ce6186880e
Diffstat (limited to 'src/processor/proto/README')
-rw-r--r--src/processor/proto/README23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/processor/proto/README b/src/processor/proto/README
new file mode 100644
index 00000000..f53f3f0d
--- /dev/null
+++ b/src/processor/proto/README
@@ -0,0 +1,23 @@
+All sourcecode in this file is generated using the .proto and protoc from
+the protobuf project (http://code.google.com/p/protobuf/).
+
+To make changes edit the .proto file and regenerate the dependent files for
+check in.
+
+-----
+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