Hi Aleksey, Once again thanks for quick response. I have completed installation. Now when I am running the examples, I am getting the following error. [EMAIL PROTECTED] examples]# ./sign1 sign1-tmpl.xml rsakey.pm > sign1-res.html ./sign1: error while loading shared libraries: libxmlsec1.so.1: cannot open shared object file: No such file or directory
Seems I missed to link to some libraries. Can you suggest me how I should do that? Regards, Rajesh B. ----- Original Message ----- From: "Aleksey Sanin" <[EMAIL PROTECTED]> To: "Rajesh B" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, November 10, 2004 2:37 PM Subject: Re: [xmlsec] Re: need help in installation > > [EMAIL PROTECTED] xmlsec1-1.2.6]# xmlsec1-config --cflags > > -DXMLSEC_LIBXML_260=1 -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XSLT= 1 > > -DXMLSEC_NO_XKMS=1 -I/usr/local/include/xmlsec1 -I/usr/local/include/libxm l2 > > -DXMLSEC_CRYPTO_DYNAMIC_LOADING=1 -DXMLSEC_CRYPTO=\"openssl\" > > Well, there is no way you can get "#error No crypto library defined" > from crypto.h with "-DXMLSEC_CRYPTO_DYNAMIC_LOADING=1". Most likely > you are using a different version of xmlsec1-config when you compile > examples. Check your environment. > > Aleksey _______________________________________________ xmlsec mailing list [EMAIL PROTECTED] http://www.aleksey.com/mailman/listinfo/xmlsec
