[xmlsec] Xmlsec not ok with AIX 5.2
Aleksey Sanin
aleksey at aleksey.com
Fri Jan 6 08:49:49 PST 2006
> So, compiling with gcc on AIX needs to disable crypto-dl to work and of course
> to add the libcrypto.a staticly to the program when we compile it with xmlenc.
>
Oh... Now I recall that AIX has some special "loader domains" for
loading shared libs. I believe what happened in your case is
that the xmlsec-openssl was compiled against the *new* OpenSSL
0.9.8 that you did build yourself but then it was trying to load
the *old* OpenSSL 0.9.7 installed by the system. And this fails
for obvious reasons. Take a look here:
http://dcs.nac.uci.edu/~strombrg/AIX-shared-libs.html
for solutions to this problems.
Aleksey
More information about the xmlsec
mailing list