Re: [protobuf] Re: What are some protobufs security measures?

2016-07-13 Thread Oi Lee
Yes I can. :) But just so you know, I did not clone the master from github, instead I downloaded the tar from https://github.com/google/protobuf/releases/tag/v2.6.1. Also I found some record of this issue here: https://bugzilla.redhat.com/show_bug.cgi?id=1154474 On Wednesday, July 13, 2016 a

Re: [protobuf] Re: What are some protobufs security measures?

2016-07-13 Thread 'Feng Xiao' via Protocol Buffers
Can you create a github issue for this? On Wed, Jul 13, 2016 at 1:55 PM, Oi Lee wrote: > BTW, I'm on CENTOS7, if that helps. > > On Wednesday, July 13, 2016 at 2:44:46 PM UTC-6, Oi Lee wrote: >> >> When I try to run that from protobuf/python, I get an error. >> >> distutils.errors.DistutilsErro

Re: [protobuf] Re: What are some protobufs security measures?

2016-07-13 Thread Oi Lee
BTW, I'm on CENTOS7, if that helps. On Wednesday, July 13, 2016 at 2:44:46 PM UTC-6, Oi Lee wrote: > > When I try to run that from protobuf/python, I get an error. > > distutils.errors.DistutilsError: Could not find suitable distribution for > Requirement.parse('google-apputils') > > > On Wedn

Re: [protobuf] Re: What are some protobufs security measures?

2016-07-13 Thread Oi Lee
When I try to run that from protobuf/python, I get an error. distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('google-apputils') On Wednesday, July 13, 2016 at 2:08:46 PM UTC-6, Feng Xiao wrote: > > > > On Wed, Jul 13, 2016 at 1:03 PM, Oi Lee > > wro

Re: [protobuf] Re: What are some protobufs security measures?

2016-07-13 Thread 'Feng Xiao' via Protocol Buffers
On Wed, Jul 13, 2016 at 1:03 PM, Oi Lee wrote: > If I used the make install from github instructions > , is that > compiled using the C++ protobuf library? > Yes, that will install C++ protobuf library. To enable python C++ implementat

Re: [protobuf] Re: What are some protobufs security measures?

2016-07-13 Thread Oi Lee
If I used the make install from github instructions , is that compiled using the C++ protobuf library? On Monday, July 11, 2016 at 5:55:19 PM UTC-6, Feng Xiao wrote: > > > > On Mon, Jul 11, 2016 at 3:39 PM, Oi Lee > > wrote: > >> How

[protobuf] Re: java.lang.NoClassDefFoundError: com/google/protobuf/MessageOrBuilder

2016-07-13 Thread mindentropy
On Wednesday, July 13, 2016 at 2:03:33 AM UTC+5:30, minde...@gmail.com wrote: > > Hi, > > I am using protobuf 2.6.1 ( > https://developers.google.com/protocol-buffers/docs/downloads ). I > compiled the code and used maven to build the protobuf-java-2.6.1.jar > > In the addressbook example I re