Thank you for answering<br>I rebuild OpenSSL 1.0.1b<br><br><div style="margin-left:40px">sudo ./config --prefix=/usr/ enable-cms no-asm<br>
sudo make<br>
sudo make install<br></div><br>and added<br>export DYLD_LIBRARY_PATH="/usr/local/ssl"<br><div id=":3t">to .bash_profile</div>This time, OpenSSL can be recognized correctly during xmlsec 1.2.12 configuration<br>

<br><div style="margin-left:40px">checking for openssl >= 0.9.8... yes<br>checking OPENSSL_CFLAGS... -I/opt/local/include  <br>checking OPENSSL_LIBS... -L/opt/local/lib -lssl -lcrypto<br></div><br>However, while doing "sudo make install", errors occurred<br>

<br><div style="margin-left:40px"> gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DPACKAGE=\"xmlsec1\" -I../../include -I../../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_SIZE_T -DXMLSEC_NO_GOST=1 -DXMLSEC_NO_XKMS=1 -I/opt/local/include -DXMLSEC_OPENSSL_098=1 -DXMLSEC_CRYPTO_OPENSSL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT libxmlsec1_openssl_la-x509vfy.lo -MD -MP -MF .deps/libxmlsec1_openssl_la-x509vfy.Tpo -c x509vfy.c  -fno-common -DPIC -o .libs/libxmlsec1_openssl_la-x509vfy.o<br>

x509vfy.c: In function 'xmlSecOpenSSLX509StoreVerify':<br>x509vfy.c:221: warning: assignment from incompatible pointer type<br>x509vfy.c:231: warning: pointer type mismatch in conditional expression<br>x509vfy.c:232: warning: pointer type mismatch in conditional expression<br>

x509vfy.c:236: warning: pointer type mismatch in conditional expression<br>x509vfy.c:253: warning: passing argument 1 of 'xmlSecOpenSSLX509VerifyCertAgainstCrls' from incompatible pointer type<br>x509vfy.c:422: warning: pointer type mismatch in conditional expression<br>

x509vfy.c: In function 'xmlSecOpenSSLX509FindCert':<br>x509vfy.c:805: error: 'struct stack_st_X509' has no member named 'num'<br>x509vfy.c:806: error: 'struct stack_st_X509' has no member named 'data'<br>

x509vfy.c:866: error: 'struct stack_st_X509' has no member named 'num'<br>x509vfy.c:867: error: 'struct stack_st_X509' has no member named 'data'<br>x509vfy.c:898: error: 'struct stack_st_X509' has no member named 'num'<br>

x509vfy.c:899: error: 'struct stack_st_X509' has no member named 'data'<br>x509vfy.c: In function 'xmlSecOpenSSLX509VerifyCertAgainstCrls':<br>x509vfy.c:985: warning: passing argument 1 of 'sk_num' from incompatible pointer type<br>

x509vfy.c:987: warning: passing argument 1 of 'sk_value' from incompatible pointer type<br>x509vfy.c: In function 'xmlSecOpenSSLX509NamesCompare':<br>x509vfy.c:1246: warning: pointer type mismatch in conditional expression<br>

x509vfy.c:1248: warning: pointer type mismatch in conditional expression<br>make[3]: *** [libxmlsec1_openssl_la-x509vfy.lo] Error 1<br>make[2]: *** [all-recursive] Error 1<br>make[1]: *** [all-recursive] Error 1<br>make: *** [all] Error 2<br>

</div><br>I saw there's a thread about a similar problem<br><a href="http://www.aleksey.com/pipermail/xmlsec/2009/008708.html">http://www.aleksey.com/pipermail/xmlsec/2009/008708.html</a><br>but how should I use the patch<br>

<a href="http://www.aleksey.com/pipermail/xmlsec/attachments/20090806/5ffb2b43/xmlsec1-1.2.12-0001.bin">http://www.aleksey.com/pipermail/xmlsec/attachments/20090806/5ffb2b43/xmlsec1-1.2.12-0001.bin</a><br><br>Thank you <br>

<br><br><div class="gmail_quote">2012/5/1 Aleksey Sanin <span dir="ltr"><<a href="mailto:aleksey@aleksey.com" target="_blank">aleksey@aleksey.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

I'll start from following the instructions<br>
<div class="im"><br>
> Error: unable to load xmlsec-openssl library. Make sure that you have<br>
> this it installed, check shared libraries path (LD_LIBRARY_PATH)<br>
> envornment variable or use "--crypto" option to specify different<br>
> crypto engine.<br>
<br>
<br>
<br>
</div>Aleksey<br>
<div><div class="h5"><br>
On 5/1/12 6:12 AM, Neko wrote:<br>
> Dear Aleksey,<br>
> Sorry for sending to the wrong position...<br>
><br>
> I'm compiling xmlsec1-1.2.12(since any version above this will need<br>
> libxml2.7.4) on my Macbook<br>
> However, I can't make it work...<br>
> It seems that OpenSSL can be recognized during the configuration,<br>
> however it doesn't work correctly.<br>
><br>
> Mac OS X: 10.7.3<br>
> OpenSSL: I tried<br>
> 0.9.8r(brought with Mac OS X)<br>
> 0.9.8w<br>
> 1.installed by<br>
> sudo ./config<br>
> sudo make<br>
> sudo make install<br>
><br>
> 2.<br>
> sudo ./config --prefix=$HOME no-asm<br>
> sudo make<br>
> sudo make install<br>
><br>
> 3.<br>
> sudo ./config --prefix=/usr/ darwin64-x86_64-cc enable-cms no-asm<br>
> sudo make<br>
> sudo make install<br>
> 1.0.1b<br>
> 1.installed by<br>
> sudo ./config<br>
> sudo make<br>
> sudo make install<br>
><br>
> 2.<br>
> sudo ./config --prefix=$HOME no-asm<br>
> sudo make<br>
> sudo make install<br>
> And I did make check on all the OpenSSL version.<br>
><br>
> xmlsec1-1.2.12<br>
> installed by<br>
> sudo ./configure<br>
> sudo make<br>
><br>
> configure information about OpenSSL<br>
> checking for openssl >= 0.9.8... checking for openssl >= 0.9.7...<br>
> checking for openssl >= 0.9.6... checking for openssl libraries >=<br>
> 0.9.6... rm: conftest.dSYM: is a directory<br>
> yes ('0.9.8')<br>
> (whatever which version of OpenSSL installed)<br>
> and almost all of the tests are skipped during make check<br>
> trying to sign a xml file, I got error message<br>
> func=xmlSecCryptoDLLibraryCreate:file=dl.c:line=130:obj=xmlsec_lt_dlopen:subj=unknown:error=7:io<br>
> function failed:filename=libxmlsec1-openssl.so<br>
> func=xmlSecCryptoDLGetLibraryFunctions:file=dl.c:line=453:obj=unknown:subj=xmlSecCryptoDLLibraryCreate:error=1:xmlsec<br>
> library function failed:crypto=openssl<br>
> func=xmlSecCryptoDLLoadLibrary:file=dl.c:line=404:obj=unknown:subj=xmlSecCryptoDLGetLibraryFunctions:error=1:xmlsec<br>
> library function failed:<br>
> Error: unable to load xmlsec-openssl library. Make sure that you have<br>
> this it installed, check shared libraries path (LD_LIBRARY_PATH)<br>
> envornment variable or use "--crypto" option to specify different<br>
> crypto engine.<br>
> Error: initialization failed<br>
> Usage: xmlsec <command> [<options>] [<files>]<br>
> (...)<br>
> func=xmlSecCryptoShutdown:file=app.c:line=69:obj=unknown:subj=cryptoShutdown:error=9:feature<br>
> is not implemented:<br>
> func=xmlSecAppCryptoShutdown:file=crypto.c:line=48:obj=unknown:subj=xmlSecCryptoShutdown:error=1:xmlsec<br>
> library function failed:<br>
> Error: xmlsec crypto shutdown failed.<br>
><br>
> I noticed there's "Error: unable to load xmlsec-openssl library.", how<br>
> should I fix it?<br>
> Any help would be very appreciated.<br>
><br>
> Thanks<br>
><br>
><br>
><br>
</div></div>> _______________________________________________<br>
> xmlsec mailing list<br>
> <a href="mailto:xmlsec@aleksey.com">xmlsec@aleksey.com</a><br>
> <a href="http://www.aleksey.com/mailman/listinfo/xmlsec" target="_blank">http://www.aleksey.com/mailman/listinfo/xmlsec</a><br>
</blockquote></div><br>