Ops, it's a bug. Thanks for reporting it! The fix is commited to CVS.The AIX compiler doesn't like the -Wall option in src/openssl/Makefile
What kind of warnings do you have?but I get some warnings
Hm.. It should not core dump on this line! The only reason I can imagine isand all the tests done during "make check" core dump.
if you mix OpenSSL libraries: compile with one headers/libraries and trying
to load another one. Try to compile xmlsec with static linking (--enable-static-linking
option for ./configure script) thought I don't know will it work on AIX or not.
% dbx /usr/local/bin/xmlsec1 core Type 'help' for help. reading symbolic information ... [using memory image in core]Segmentation fault in glink.xmlSecErrorsGetMsg at 0xd2736b80 ($t1) 0xd2736b80 (xmlSecErrorsGetMsg+0x8) 800c0000 lwz r0,0x0(r12) (dbx) where glink.xmlSecErrorsGetMsg() at 0xd2736b80 xmlSecOpenSSLErrorsInit(), line 202 in "crypto.c" xmlSecOpenSSLInit(), line 38 in "crypto.c" xmlSecAppCryptoInit(0x0), line 33 in "crypto.c" xmlSecAppInit(), line 1857 in "xmlsec.c"
It just could not crash there!!! The only case is if you have problems with linking/loading
libraries dynamicaly (compile with one and load another version). Try the static linking
and check your LD_LIBRARY_PATH variable.
Aleksey.
P.S. Please subscribe to xmlsec mailing list. It's very difficult to dig up your messages
from tons of "xmlsec feel younger", "xmlsec, by viagra today!" and so on.
_______________________________________________ xmlsec mailing list [EMAIL PROTECTED] http://www.aleksey.com/mailman/listinfo/xmlsec
