[protobuf] ImportError: libprotobuf.so.7

2013-04-03 Thread Josh Mahoney
Hi, After installing protobuf, including the python version, I receive the following error when attempting to use it: Traceback (most recent call last): File /var/www/django_projects/tcbase/fts/indexupdater/updater.py, line 9, in module from metadata_indexer import metadata_indexer

Re: [protobuf] ImportError: libprotobuf.so.7

2013-04-03 Thread Feng Xiao
Which version of protobuf did you use? Can you check the result of running protoc --version? On Wed, Apr 3, 2013 at 5:03 PM, Josh Mahoney joshamaho...@gmail.com wrote: Hi, After installing protobuf, including the python version, I receive the following error when attempting to use it:

Re: [protobuf] ImportError: libprotobuf.so.7

2013-04-03 Thread Josh Mahoney
I'm installing 2.4.1 protoc --version returns: protoc: error while loading shared libraries: libprotobuf.so.7: cannot open shared object file: No such file or directory libprotobuf.so.7 does exist in /usr/lib Thanks, Josh On Wednesday, April 3, 2013 5:40:01 PM UTC-7, Feng Xiao wrote: Which

Re: [protobuf] ImportError: libprotobuf.so.7

2013-04-03 Thread Feng Xiao
Seems the installation has failed, but not entirely (as you can still call protoc). Can you uninstall it and check if a pre-installed one exists in your system (check protoc --version after uninstallation)? On Wed, Apr 3, 2013 at 5:48 PM, Josh Mahoney joshamaho...@gmail.com wrote: I'm

[protobuf] big endian system support dropped (powerpc and mips)?

2013-04-03 Thread Flo Paul
Hi, wondering if support for PPC and MIPSEB has been dropped. It's not implemented in the platform headers any more (2.5.0) and doesn't cross compile on those systems. Has support been dropped for big endian systems? It was working in previous versions (2.4.1) and there has been an issue

Re: [protobuf] big endian system support dropped (powerpc and mips)?

2013-04-03 Thread Feng Xiao
On Wed, Apr 3, 2013 at 5:48 PM, Flo Paul floroe...@gmail.com wrote: Hi, wondering if support for PPC and MIPSEB has been dropped. It's not implemented in the platform headers any more (2.5.0) and doesn't cross compile on those systems. Has support been dropped for big endian systems? No, at

Re: [protobuf] ImportError: libprotobuf.so.7

2013-04-03 Thread Josh Mahoney
After doing make uninstall: *protoc --version -bash: /usr/bin/protoc: No such file or directory* On Wednesday, April 3, 2013 5:53:26 PM UTC-7, Feng Xiao wrote: Seems the installation has failed, but not entirely (as you can still call protoc). Can you uninstall it and check if a

Re: [protobuf] ImportError: libprotobuf.so.7

2013-04-03 Thread Feng Xiao
Hmm... Can you attach the output of make install? It should contain the information of where the libraries are installed. On Wed, Apr 3, 2013 at 6:08 PM, Josh Mahoney joshamaho...@gmail.com wrote: After doing make uninstall: *protoc --version -bash: /usr/bin/protoc: No such file or

Re: [protobuf] ImportError: libprotobuf.so.7

2013-04-03 Thread Josh Mahoney
Had trouble attaching (#340 error) - so, hopefully you can access the log here: https://docs.google.com/file/d/0B-twedDYS-4sVEFkaVdFMUNRa1E/edit?usp=sharing On Wednesday, April 3, 2013 6:14:01 PM UTC-7, Feng Xiao wrote: Hmm... Can you attach the output of make install? It should contain the