[xmlsec] building static xmlsec1-1.2.6 on Mac OSx (Tiger) fails

Aleksey Sanin aleksey at aleksey.com
Wed Dec 13 10:17:26 PST 2006



> But in the statically linked 'libcrypto.a' there are lots of 'pkcs11'-functions 
> that i expect to be available in 'libxmlsec1-openssl.a'.

Well, linker will not put in the shared library functions
from static library that are not used directly. Thus,
if pkcs11* function is not used by xmlsec then it will not
be in the shared library. There are flags to overwrite this
default behavior but it is definitely not a standard
thing to do.

Aleksey




More information about the xmlsec mailing list