SWIG related: Error after installing m2crypto undefined symbol: EVP_rc5_32_12_16_ofb

Sean stuffduff at cox.net
Thu Feb 5 16:53:40 EST 2004


stuffduff at cox.net (Sean) wrote in message news:<3222fe00.0402031441.6dc93896 at posting.google.com>...
Final Scoop, I got it working!

If anyone ever has the same error:

2004-02-05T13:40:45 PANIC(300) z2 Startup exception
Traceback (innermost last):
  File /usr/local/zope/z2s.py, line 789, in ?
    (Object: ZLogger)
  File /usr/lib/python2.2/site-packages/M2Crypto/SSL/Context.py, line
155, in set_tmp_dh
  File /usr/lib/python2.2/site-packages/M2Crypto/BIO.py, line 150, in
openfile
  File /usr/lib/python2.2/site-packages/M2Crypto/BIO.py, line 139, in
__init__
SSLError: system lib
        
What they will discover is this:  

  ssl_ctx.set_tmp_dh('%s/dh1024.pem' % INSTANCE_HOME)

But the file is there!  
The error actually has to do with a missing server.pem!
This also fixed the missing attribute _pyfree ignored error.

But I'll leave explaining why to Ng Pheng Siong ...

Thanks to all for the help, it is sincerely appreciated!

P.S.  

Ng, switch the python version test and you're python 2.2.3 ready!  ;-)



More information about the Python-list mailing list