Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[HTCondor-users] problems with python bindings on RH 7: ImportError: /lib64/libglobus_gssapi_gsi.so.4: symbol SSL_set_alpn_protos, version libssl.so.10 not defined in file libssl.so.10 with link time reference
- Date: Thu, 10 May 2018 17:04:23 -0400
- From: Jose Caballero <jcaballero.hep@xxxxxxxxx>
- Subject: [HTCondor-users] problems with python bindings on RH 7: ImportError: /lib64/libglobus_gssapi_gsi.so.4: symbol SSL_set_alpn_protos, version libssl.so.10 not defined in file libssl.so.10 with link time reference
# uname -a
Linux host-172-8-0-43 3.10.0-229.el7.x86_64 #1 SMP Fri Mar 6 11:36:42
UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
# rpm -qa | grep condor
condor-procd-8.6.10-1.osg34.el7.x86_64
condor-python-8.6.10-1.osg34.el7.x86_64
condor-classads-8.6.10-1.osg34.el7.x86_64
condor-8.6.10-1.osg34.el7.x86_64
# python
Python 2.7.5 (default, Nov 6 2016, 00:28:07)
[GCC 4.8.5 20150623 (Red Hat 4.8.5-11)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>>
>>>
>>> import htcondor
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: /lib64/libglobus_gssapi_gsi.so.4: symbol
SSL_set_alpn_protos, version libssl.so.10 not defined in file
libssl.so.10 with link time reference
>>>
Any recommendation is more than welcome.
Thanks a lot in advance.
Jose