[protobuf] Errors during make install.

2010-01-07 Thread mancha
I get these error during make install. make and make check suceeded earlier. Can you please advise how to resolve this. Thanks, Madhav. /usr/bin/ld: /usr/local/lib/libz.a(deflate.o): relocation R_X86_64_32S against `.rodata' can not be used when making a shared object; recompile with -fPIC

[protobuf] com.google.protobuf.InvalidProtocolBufferException: Protocol message contained an invalid tag (zero)

2010-01-14 Thread mancha
Hi, When dequeing the message using a Java client, the get the following error. I am sending the data from a c++ server. com.google.protobuf.InvalidProtocolBufferException: Protocol message contained an invalid tag (zero) I verified that the byte pattern on enqueuing from the c++ client