On Sonntag 10 August 2008, Sebastian Hilbert wrote:
I have a problem to understand this:
#########################################
0.9.8d from chandler svn
#find openssl-0.9.8d -type f -name '*.h'| xargs grep EVP_CIPHER_CTX_block_size
openssl-0.9.8d/crypto/evp/evp.h:#define EVP_CIPHER_CTX_block_size(e)
((e)->cipher->block_size)
openssl-0.9.8d/build_release/crypto/evp/evp.h:#define
EVP_CIPHER_CTX_block_size(e) ((e)->cipher->block_size)
########################################
and : 0.9.8h from OpenSUSE
# find openssl-0.9.8h -type f -name '*.h'| xargs grep
EVP_CIPHER_CTX_block_size
openssl-0.9.8h/crypto/evp/evp.h:int EVP_CIPHER_CTX_block_size(const
EVP_CIPHER_CTX *ctx);
Do you see a problem here ? If not how can I check in the resulting binary
that is is there in one and not there in the other binary. Could you write a
test case triggering this error
[EMAIL PROTECTED]:~/sources/Chandler_linux_1.0-rc1> ./chandler
Traceback (most recent call last):
File "Chandler.py", line 21, in <module>
from application import Globals, Utility
File "/home/basti/sources/Chandler_linux_1.0-rc1/application/Globals.py",
line 24, in <module>
from application.Utility import initDefaults
File "/home/basti/sources/Chandler_linux_1.0-rc1/application/Utility.py",
line 21, in <module>
import M2Crypto.Rand as Rand, M2Crypto.threading as m2threading
File "/usr/lib/python2.5/site-packages/M2Crypto/__init__.py", line 14, in
<module>
import __m2crypto
ImportError: /usr/lib/python2.5/site-packages/M2Crypto/__m2crypto.so:
undefined symbol: EVP_CIPHER_CTX_block_size
--
Sebastian Hilbert
Leipzig / Germany
[www.gnumed.de] -> PGP welcome, HTML ->/dev/null
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
Open Source Applications Foundation "chandler-dev" mailing list
http://lists.osafoundation.org/mailman/listinfo/chandler-dev