Comment #3 on issue 213 by marco.tijuana: libprotobuf.so.6 not found after
installation
http://code.google.com/p/protobuf/issues/detail?id=213
I take it back, installing in /usr does not solve the problem.
(yes I did 'make uninstall' and 'make distclean' before doing that).
The only way to launch programs that link libprotobuf is the following:
$ LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib/ protoc
(same for /usr/lib/)
I don't think this is a problem on the machine itself because other
programs that use libraries in /usr/lib and /usr/local/lib work fine.
Only Protobuf throws this error.
This happens ONLY on RedHat with both protobuf 2.2 and 2.3.
On other systems they work fine.
If you want more info (tools versions etc) just ask.
--
You received this message because you are subscribed to the Google Groups "Protocol
Buffers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/protobuf?hl=en.