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 ⚥

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
tahoe-dev mailing list
tahoe-dev@tahoe-lafs.org
https://tahoe-lafs.org/cgi-bin/mailman/listinfo/tahoe-dev

Reply via email to