[tahoe-dev] New installation errors
Jan-Benedict Glaw
jbglaw at lug-owl.de
Sat Sep 12 13:38:04 PDT 2009
On Sat, 2009-09-12 12:49:15 -0700, Dimitri Yioulos <dyioulos at yahoo.com> wrote:
> All,
>
> I've been trying to install either version 1.5.0 or 1.4.1 on another
> OpenSolaris box. When I try to install the former, I get an error
> that libstdc++ is missing. I'll have to find out how to install
> that.
>
> When I try to install (well, really, test install) 1.4.1, I get the
> following type of error:
>
> [ERROR]: allmydata.test.test_repairer
>
> Traceback (most recent call last):
> File "/usr/lib/python2.4/site-packages/twisted/trial/runner.py", line 555, in loadPackage
>
> File "/usr/lib/python2.4/site-packages/twisted/python/modules.py", line 380, in load
>
> File "/usr/lib/python2.4/site-packages/twisted/python/reflect.py", line 456, in namedAny
>
> File "/opt/allmydata-tahoe-1.4.1/src/allmydata/test/test_repairer.py", line 1, in ?
> from allmydata.test import common
> File "/opt/allmydata-tahoe-1.4.1/src/allmydata/test/common.py", line 9, in ?
> from allmydata import uri, dirnode, client
> File "/opt/allmydata-tahoe-1.4.1/src/allmydata/uri.py", line 5, in ?
> from allmydata.storage.server import si_a2b, si_b2a
> File "/opt/allmydata-tahoe-1.4.1/src/allmydata/storage/server.py", line 14, in ?
> from allmydata.storage.mutable import MutableShareFile, EmptyShare, \
> File "/opt/allmydata-tahoe-1.4.1/src/allmydata/storage/mutable.py", line 6, in ?
> from allmydata.util.hashutil import constant_time_compare
> File "/opt/allmydata-tahoe-1.4.1/src/allmydata/util/hashutil.py", line 1, in ?
> from pycryptopp.hash.sha256 import SHA256
> File "/opt/allmydata-tahoe-1.4.1/pycryptopp-0.5.15-py2.4-solaris-2.11-i86pc.egg/pycryptopp/__init__.py", line 40, in ?
> import _pycryptopp # all that work for one little import
> exceptions.ImportError: ld.so.1: isapython2.4: fatal: relocation error: file /opt/allmydata-tahoe-1.4.1/pycryptopp-0.5.15-py2.4-solaris-2.11-i86pc.egg/pycryptopp/_pycryptopp.so: symbol _ZTVSt9exception: referenced symbol not found
The last line tells the story. A shared object cannot be loaded,
because a symbol it uses wasn't found. So there's probably something
going on in either your compiler setup (it uses the wrong libs, or
less likely wrong include files) or with compiler flags specified.
MfG, JBG
--
Jan-Benedict Glaw jbglaw at lug-owl.de +49-172-7608481
Signature of: The course of history shows that as a government grows, liberty
the second : decreases." (Thomas Jefferson)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: Digital signature
Url : http://allmydata.org/pipermail/tahoe-dev/attachments/20090912/072ecc88/attachment.pgp
More information about the tahoe-dev
mailing list