[protobuf] Runtime Dependency (or Portable Protobuf)

2014-10-30 Thread Jiwoong Lee
I have a need to minimize the dependency on OS environment. What I am given is (1) pretty standard Linux OS name and version (2) The fact that it has Python 2.7 (3) I do not have super user permission on that machine. What I want to do is to provide a single tar ball of directory, which still

[protobuf] Protobuf-2.6.1 make install failure on Centos 6.5

2014-10-30 Thread Jiwoong Lee
Centos 6.5 x86_64 make, make check all fine. But make install causes error. I tried without --prefix option too. I tried without sudo too. Nothing helped. make clean;./configure --prefix=/usr;make clean; make; make check; sudo make install ...

[protobuf] Python google_test error

2014-10-30 Thread Jiwoong Lee
Experts: Can you plz tell what might cause the issue and how to workaround? I use Python 2.6.6 on Centos 6.5 python\ python setup.py google_test running google_test running egg_info writing requirements to protobuf.egg-info/requires.txt writing protobuf.egg-info/PKG-INFO writing