Hi,

Thanks for the reply.
That's what I did, where I said I successfully install the C++ library.

I also verified that with "protoc --version".
Maybe because I build the C++ library with "./configure --prefix=/usr" ?

Regards,
Andrew



On Friday, December 21, 2012 3:38:08 AM UTC+8, jank...@gmail.com wrote:
>
> I encountered the same problem.  I got it to work by building first prior 
> to installing:
>
> cd protobuf-2.5.0rc1
> ./configure
> make
> sudo make install
> cd python
> python ./setup.py build
> sudo python ./setup.py install
>
> Good luck!
>
> I hope this new version fixes some of the Python C++ implementation bugs 
> in 2.4.1.  I am looking forward to testing this.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/protobuf/-/PARBJ97Oo0AJ.
To post to this group, send email to protobuf@googlegroups.com.
To unsubscribe from this group, send email to 
protobuf+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/protobuf?hl=en.

Reply via email to