[xmlsec] digestvalue failure
Aleksey Sanin
aleksey@aleksey.com
Wed, 3 Mar 2004 12:28:13 -0800
> The XMLSEC library would be nice to use (and end all of my troubles),
> but this environment has a Zorp-patched 0.9.6 libssl, and it's quite
> unsure what's in it (source not included), and it complains about
> missing features when compiling. I've also tried to install BOTH libssl
> (0.9.6zorp-1 and 0.9.7) but it produced the well-awaited effect: coredump.
>
Yes, it'll complain that you don't have AES, for example. But just ignore it,
there is no way you can have it with 0.9.6.
> What defines do I have to use, in order to use it under 0.9.6? I'll
> still give it a try, I don't want to reinvent the wheel.
Take a look at configure.in file and search for OpenSSL. If you use autotools
it should be recognized automatically.
Aleksey