[chandler-users] Chandler on Fedora Core 6 x86-64 (and openSSL version 0.9.8b i386)

Frode Petersen fropeter at online.no
Thu Nov 8 16:00:01 PST 2007


Hello. I wanted to try Chandler to see if the gtd concept works for me.
For now I can't get it to run, seemingly because of a different version
of openSSL from what Chandler expects.

I use Fedora Core 6 64bit on this computer, but have some 32bit
libraries as well, including the offending one. Chandler expects version
  0.9.8, but my system has 0.9.8b. I tried making a symlink with the
correct name, pointing to the library present. This worked for
libssl.so.0.9.8, but not for libcrypto.so.0.9.8. I got the error message
included at the end of this mail.

Is there a way around this, or should I give up? :-)

I know this is not the Linux you have targeted, but there might still be
a simple solution that you know of..?

Best regards
Frode Petersen

Traceback (most recent call last):
   File "Chandler.py", line 21, in <module>
     from application import Globals, Utility
   File "/opt/gtd/Chandler_linux_0.7.1/application/Globals.py", line 24,
in <module>
     from application.Utility import initDefaults
   File "/opt/gtd/Chandler_linux_0.7.1/application/Utility.py", line 21,
in <module>
     import M2Crypto.Rand as Rand, M2Crypto.threading as m2threading
   File
"/opt/gtd/Chandler_linux_0.7.1/release/lib/python2.5/site-packages/M2Crypto/__init__.py", 

line 14, in <module>
     import __m2crypto
ImportError:
/opt/gtd/Chandler_linux_0.7.1/release/lib/python2.5/site-packages/M2Crypto/__m2crypto.so: 

symbol ECDSA_SIG_free, version OPENSSL_0.9.8 not defined in file
libcrypto.so.0.9.8 with link time reference




More information about the chandler-users mailing list