A problem when I install tahoe on centos 6.4

Daira Hopwood daira at jacaranda.org
Wed Mar 5 03:27:41 UTC 2014


On 04/03/14 08:44, xiao_s_yuan wrote:
> A problem when I install tahoe on centos 6.4,How can I fix this problem.
> ps:I used the command follow:
> 
> 
>     yum install gcc python-devel sqlite-devel gcc-c++ openssl-devel
> 
> 
>     yum install cpp glibc-devel glibc-headers kernel-headers libgomp libstdc++-devel
>     e2fsprogs-devel keyutils-libs-devel krb5-devel libselinux-devel libsepol-devel zlib-devel
> 
> 
> Warning: dependency 'pyopenssl' could not be imported. pkg_resources thought it
> should be possible to import version '0.13' from '/ysd/allmydata-tahoe-1.10.0/su
> pport/lib/python2.6/site-packages/pyOpenSSL-0.13-py2.6-linux-x86_64.egg'.
> The exception trace was (<type 'exceptions.ImportError'>, 'libssl.so.1.0.0: cann
> ot open shared object file: No such file or directory', ('/ysd/allmydata-tahoe-1
> .10.0/support/lib/python2.6/site-packages/pyOpenSSL-0.13-py2.6-linux-x86_64.egg/
> OpenSSL/__init__.py', 36, '<module>', 'from OpenSSL import crypto')).

This is similar to <https://bugs.launchpad.net/pyopenssl/+bug/909608> but with
libssl.so instead of libcrypto.so.

You may be able to work around it by finding the file 'libssl.so' on your
system, and then (as root) changing to that directory and running
'ln -s libssl.so libssl.so.1.0.0'.

-- 
Daira Hopwood ⚥

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 555 bytes
Desc: OpenPGP digital signature
URL: <http://tahoe-lafs.org/pipermail/tahoe-dev/attachments/20140305/ea66f08a/attachment.asc>


More information about the tahoe-dev mailing list