[xmlsec] Compiling on Fedora Core 4

Edward Shallow ed.shallow at rogers.com
Tue Aug 30 21:01:42 PDT 2005


Thanks that last suggestion helped ... got a little further. Residual
lib files were left over from a failed 1st attempt at making
xmlsec1-1.2.9. I didn't have libxslt-devel installed that 1st time and
some files were left over and probably picked up.

I cleaned up all remnants of the failed 1st attempt and started over.
Ran cleaner but still not perfect.


You'll notice that most all of the tests failed, see
make-check-xmlsec1.txt attached. 

When I run my own scripts I get ... 

xmlsec1: symbol lookup error: /usr/lib/libxmlsec1-openssl.so: undefined
symbol: X509_VERIFY_PARAM_new
 
Here is STDERR, rest of output is attached.

Can I send you anything else ?

Ed


[root at localhost xmlsec1-1.2.9]# ./configure --without-gnutls
--prefix=/usr > configure-xmlsec1.txt
[root at localhost xmlsec1-1.2.9]# make > make-xmlsec1.txt
bn.c: In function 'xmlSecBnFromString':
bn.c:255: warning: comparison is always true due to limited range of
data type
app.c: In function 'xmlSecOpenSSLAppKeyLoadBIO':
app.c:237: warning: passing argument 4 of 'PEM_read_bio_PrivateKey'
discards qualifiers from pointer target type
signatures.c:703: warning: initialization from incompatible pointer type
signatures.c:712: warning: initialization from incompatible pointer type
signatures.c:713: warning: initialization from incompatible pointer type
libtool: link: warning:
`/usr/lib/gcc/i386-redhat-linux/4.0.0/../../..//libxslt.la' seems to be
moved
libtool: link: warning:
`/usr/lib/gcc/i386-redhat-linux/4.0.0/../../..//libxslt.la' seems to be
moved

[root at localhost xmlsec1-1.2.9]# make install > make-install-xmlsec1.txt
mkdir /usr/include/xmlsec1
mkdir /usr/include/xmlsec1/xmlsec
mkdir /usr/include/xmlsec1/xmlsec/private
mkdir /usr/include/xmlsec1/xmlsec/openssl
mkdir /usr/include/xmlsec1/xmlsec/nss
libtool: install: warning: relinking `libxmlsec1-openssl.la'
libtool: link: warning:
`/usr/lib/gcc/i386-redhat-linux/4.0.0/../../..//libxslt.la' seems to be
moved
libtool: install: warning: relinking `libxmlsec1-nss.la'
libtool: link: warning:
`/usr/lib/gcc/i386-redhat-linux/4.0.0/../../..//libxslt.la' seems to be
moved

[root at localhost xmlsec1-1.2.9]# make check  > make-check-xmlsec1.txt

[root at localhost xmlsec1-1.2.9]#











On Tue, 2005-08-30 at 17:17 -0700, Aleksey Sanin wrote:
> > 
> > bn.c: In function 'xmlSecBnFromString':
> > bn.c:255: warning: comparison is always true due to limited range of
> > data type
> Just ignore this, it is harmless :)
> 
> > app.c: In function 'xmlSecOpenSSLAppKeyLoadBIO':
> > app.c:237: warning: passing argument 4 of 'PEM_read_bio_PrivateKey'
> > discards qualifiers from pointer target type
> > signatures.c:703: warning: initialization from incompatible pointer type
> > signatures.c:712: warning: initialization from incompatible pointer type
> > signatures.c:713: warning: initialization from incompatible pointer type
> Same as above. Nothing to worry about.
> 
> > libtool: link: warning:
> > `/usr/lib/gcc/i386-redhat-linux/4.0.0/../../..//libxslt.la' seems to be
> > moved
> > ciphers.c:33: warning: 'GcryCipherHd' is deprecated
> > digests.c:34: warning: 'GcryMDHd' is deprecated
> > hmac.c:36: warning: 'GcryMDHd' is deprecated
> Harmless warnings from xmlsec-gnutls. You probably don't need it so just
> disable it using "without-gnutls" option for ./configure script.
> 
> > libtool: link: warning:
> > `/usr/lib/gcc/i386-redhat-linux/4.0.0/../../..//libxslt.la' seems to be
> > moved
> > libtool: link: warning:
> > `/usr/lib/gcc/i386-redhat-linux/4.0.0/../../..//libxslt.la' seems to be
> > moved
> > ../src/.libs/libxmlsec1.so: undefined reference to
> > `xmlSecTransformXsltGetKlass'
> > collect2: ld returned 1 exit status
> > make[2]: *** [xmlsec1] Error 1
> > make[1]: *** [all-recursive] Error 1
> > make: *** [all] Error 2
> > 
> > ... end STDERR
> This is interesting. Can you check and make sure that you don't have
> another copy of xmlsec1 installed? My only guess about the last error
> is that somehow linker picked up a *different* version of xmlsec library
> than one your are compiling.
> 
> Aleksey
> 
> 
> 
> _______________________________________________
> xmlsec mailing list
> xmlsec at aleksey.com
> http://www.aleksey.com/mailman/listinfo/xmlsec
-------------- next part --------------
A non-text attachment was scrubbed...
Name: config.log
Type: text/x-log
Size: 88316 bytes
Desc: not available
Url : http://www.aleksey.com/pipermail/xmlsec/attachments/20050831/9a2dfe75/config-0002.bin
-------------- next part --------------
make  all-recursive
make[1]: Entering directory `/usr/local/src/xmlsec1-1.2.9'
Making all in include
make[2]: Entering directory `/usr/local/src/xmlsec1-1.2.9/include'
Making all in xmlsec
make[3]: Entering directory `/usr/local/src/xmlsec1-1.2.9/include/xmlsec'
Making all in private
make[4]: Entering directory `/usr/local/src/xmlsec1-1.2.9/include/xmlsec/private'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/usr/local/src/xmlsec1-1.2.9/include/xmlsec/private'
Making all in openssl
make[4]: Entering directory `/usr/local/src/xmlsec1-1.2.9/include/xmlsec/openssl'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/usr/local/src/xmlsec1-1.2.9/include/xmlsec/openssl'
Making all in nss
make[4]: Entering directory `/usr/local/src/xmlsec1-1.2.9/include/xmlsec/nss'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/usr/local/src/xmlsec1-1.2.9/include/xmlsec/nss'
make[4]: Entering directory `/usr/local/src/xmlsec1-1.2.9/include/xmlsec'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/usr/local/src/xmlsec1-1.2.9/include/xmlsec'
make[3]: Leaving directory `/usr/local/src/xmlsec1-1.2.9/include/xmlsec'
make[3]: Entering directory `/usr/local/src/xmlsec1-1.2.9/include'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/usr/local/src/xmlsec1-1.2.9/include'
make[2]: Leaving directory `/usr/local/src/xmlsec1-1.2.9/include'
Making all in src
make[2]: Entering directory `/usr/local/src/xmlsec1-1.2.9/src'
Making all in .
make[3]: Entering directory `/usr/local/src/xmlsec1-1.2.9/src'
if /bin/sh ../libtool --mode=compile --tag=CC gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE=\"xmlsec1\" -I.. -I../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/libxml2   -I/usr/include/libxml2       -g -O2 -MT xmlsec-ltdl.lo -MD -MP -MF ".deps/xmlsec-ltdl.Tpo" -c -o xmlsec-ltdl.lo xmlsec-ltdl.c; \
then mv -f ".deps/xmlsec-ltdl.Tpo" ".deps/xmlsec-ltdl.Plo"; else rm -f ".deps/xmlsec-ltdl.Tpo"; exit 1; fi
mkdir .libs
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE=\"xmlsec1\" -I.. -I../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT xmlsec-ltdl.lo -MD -MP -MF .deps/xmlsec-ltdl.Tpo -c xmlsec-ltdl.c  -fPIC -DPIC -o .libs/xmlsec-ltdl.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE=\"xmlsec1\" -I.. -I../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT xmlsec-ltdl.lo -MD -MP -MF .deps/xmlsec-ltdl.Tpo -c xmlsec-ltdl.c -o xmlsec-ltdl.o >/dev/null 2>&1
if /bin/sh ../libtool --mode=compile --tag=CC gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE=\"xmlsec1\" -I.. -I../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/libxml2   -I/usr/include/libxml2       -g -O2 -MT app.lo -MD -MP -MF ".deps/app.Tpo" -c -o app.lo app.c; \
then mv -f ".deps/app.Tpo" ".deps/app.Plo"; else rm -f ".deps/app.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE=\"xmlsec1\" -I.. -I../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT app.lo -MD -MP -MF .deps/app.Tpo -c app.c  -fPIC -DPIC -o .libs/app.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE=\"xmlsec1\" -I.. -I../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT app.lo -MD -MP -MF .deps/app.Tpo -c app.c -o app.o >/dev/null 2>&1
if /bin/sh ../libtool --mode=compile --tag=CC gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE=\"xmlsec1\" -I.. -I../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/libxml2   -I/usr/include/libxml2       -g -O2 -MT base64.lo -MD -MP -MF ".deps/base64.Tpo" -c -o base64.lo base64.c; \
then mv -f ".deps/base64.Tpo" ".deps/base64.Plo"; else rm -f ".deps/base64.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE=\"xmlsec1\" -I.. -I../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT base64.lo -MD -MP -MF .deps/base64.Tpo -c base64.c  -fPIC -DPIC -o .libs/base64.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE=\"xmlsec1\" -I.. -I../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT base64.lo -MD -MP -MF .deps/base64.Tpo -c base64.c -o base64.o >/dev/null 2>&1
if /bin/sh ../libtool --mode=compile --tag=CC gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE=\"xmlsec1\" -I.. -I../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/libxml2   -I/usr/include/libxml2       -g -O2 -MT bn.lo -MD -MP -MF ".deps/bn.Tpo" -c -o bn.lo bn.c; \
then mv -f ".deps/bn.Tpo" ".deps/bn.Plo"; else rm -f ".deps/bn.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE=\"xmlsec1\" -I.. -I../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT bn.lo -MD -MP -MF .deps/bn.Tpo -c bn.c  -fPIC -DPIC -o .libs/bn.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE=\"xmlsec1\" -I.. -I../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT bn.lo -MD -MP -MF .deps/bn.Tpo -c bn.c -o bn.o >/dev/null 2>&1
if /bin/sh ../libtool --mode=compile --tag=CC gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE=\"xmlsec1\" -I.. -I../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/libxml2   -I/usr/include/libxml2       -g -O2 -MT buffer.lo -MD -MP -MF ".deps/buffer.Tpo" -c -o buffer.lo buffer.c; \
then mv -f ".deps/buffer.Tpo" ".deps/buffer.Plo"; else rm -f ".deps/buffer.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE=\"xmlsec1\" -I.. -I../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT buffer.lo -MD -MP -MF .deps/buffer.Tpo -c buffer.c  -fPIC -DPIC -o .libs/buffer.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE=\"xmlsec1\" -I.. -I../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT buffer.lo -MD -MP -MF .deps/buffer.Tpo -c buffer.c -o buffer.o >/dev/null 2>&1
if /bin/sh ../libtool --mode=compile --tag=CC gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE=\"xmlsec1\" -I.. -I../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/libxml2   -I/usr/include/libxml2       -g -O2 -MT c14n.lo -MD -MP -MF ".deps/c14n.Tpo" -c -o c14n.lo c14n.c; \
then mv -f ".deps/c14n.Tpo" ".deps/c14n.Plo"; else rm -f ".deps/c14n.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE=\"xmlsec1\" -I.. -I../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT c14n.lo -MD -MP -MF .deps/c14n.Tpo -c c14n.c  -fPIC -DPIC -o .libs/c14n.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE=\"xmlsec1\" -I.. -I../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT c14n.lo -MD -MP -MF .deps/c14n.Tpo -c c14n.c -o c14n.o >/dev/null 2>&1
if /bin/sh ../libtool --mode=compile --tag=CC gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE=\"xmlsec1\" -I.. -I../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/libxml2   -I/usr/include/libxml2       -g -O2 -MT dl.lo -MD -MP -MF ".deps/dl.Tpo" -c -o dl.lo dl.c; \
then mv -f ".deps/dl.Tpo" ".deps/dl.Plo"; else rm -f ".deps/dl.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE=\"xmlsec1\" -I.. -I../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT dl.lo -MD -MP -MF .deps/dl.Tpo -c dl.c  -fPIC -DPIC -o .libs/dl.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE=\"xmlsec1\" -I.. -I../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT dl.lo -MD -MP -MF .deps/dl.Tpo -c dl.c -o dl.o >/dev/null 2>&1
if /bin/sh ../libtool --mode=compile --tag=CC gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE=\"xmlsec1\" -I.. -I../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/libxml2   -I/usr/include/libxml2       -g -O2 -MT enveloped.lo -MD -MP -MF ".deps/enveloped.Tpo" -c -o enveloped.lo enveloped.c; \
then mv -f ".deps/enveloped.Tpo" ".deps/enveloped.Plo"; else rm -f ".deps/enveloped.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE=\"xmlsec1\" -I.. -I../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT enveloped.lo -MD -MP -MF .deps/enveloped.Tpo -c enveloped.c  -fPIC -DPIC -o .libs/enveloped.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE=\"xmlsec1\" -I.. -I../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT enveloped.lo -MD -MP -MF .deps/enveloped.Tpo -c enveloped.c -o enveloped.o >/dev/null 2>&1
if /bin/sh ../libtool --mode=compile --tag=CC gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE=\"xmlsec1\" -I.. -I../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/libxml2   -I/usr/include/libxml2       -g -O2 -MT errors.lo -MD -MP -MF ".deps/errors.Tpo" -c -o errors.lo errors.c; \
then mv -f ".deps/errors.Tpo" ".deps/errors.Plo"; else rm -f ".deps/errors.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE=\"xmlsec1\" -I.. -I../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT errors.lo -MD -MP -MF .deps/errors.Tpo -c errors.c  -fPIC -DPIC -o .libs/errors.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE=\"xmlsec1\" -I.. -I../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT errors.lo -MD -MP -MF .deps/errors.Tpo -c errors.c -o errors.o >/dev/null 2>&1
if /bin/sh ../libtool --mode=compile --tag=CC gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE=\"xmlsec1\" -I.. -I../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/libxml2   -I/usr/include/libxml2       -g -O2 -MT io.lo -MD -MP -MF ".deps/io.Tpo" -c -o io.lo io.c; \
then mv -f ".deps/io.Tpo" ".deps/io.Plo"; else rm -f ".deps/io.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE=\"xmlsec1\" -I.. -I../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT io.lo -MD -MP -MF .deps/io.Tpo -c io.c  -fPIC -DPIC -o .libs/io.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE=\"xmlsec1\" -I.. -I../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT io.lo -MD -MP -MF .deps/io.Tpo -c io.c -o io.o >/dev/null 2>&1
if /bin/sh ../libtool --mode=compile --tag=CC gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE=\"xmlsec1\" -I.. -I../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/libxml2   -I/usr/include/libxml2       -g -O2 -MT keyinfo.lo -MD -MP -MF ".deps/keyinfo.Tpo" -c -o keyinfo.lo keyinfo.c; \
then mv -f ".deps/keyinfo.Tpo" ".deps/keyinfo.Plo"; else rm -f ".deps/keyinfo.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE=\"xmlsec1\" -I.. -I../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT keyinfo.lo -MD -MP -MF .deps/keyinfo.Tpo -c keyinfo.c  -fPIC -DPIC -o .libs/keyinfo.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE=\"xmlsec1\" -I.. -I../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT keyinfo.lo -MD -MP -MF .deps/keyinfo.Tpo -c keyinfo.c -o keyinfo.o >/dev/null 2>&1
if /bin/sh ../libtool --mode=compile --tag=CC gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE=\"xmlsec1\" -I.. -I../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/libxml2   -I/usr/include/libxml2       -g -O2 -MT keys.lo -MD -MP -MF ".deps/keys.Tpo" -c -o keys.lo keys.c; \
then mv -f ".deps/keys.Tpo" ".deps/keys.Plo"; else rm -f ".deps/keys.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE=\"xmlsec1\" -I.. -I../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT keys.lo -MD -MP -MF .deps/keys.Tpo -c keys.c  -fPIC -DPIC -o .libs/keys.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE=\"xmlsec1\" -I.. -I../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT keys.lo -MD -MP -MF .deps/keys.Tpo -c keys.c -o keys.o >/dev/null 2>&1
if /bin/sh ../libtool --mode=compile --tag=CC gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE=\"xmlsec1\" -I.. -I../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/libxml2   -I/usr/include/libxml2       -g -O2 -MT keysdata.lo -MD -MP -MF ".deps/keysdata.Tpo" -c -o keysdata.lo keysdata.c; \
then mv -f ".deps/keysdata.Tpo" ".deps/keysdata.Plo"; else rm -f ".deps/keysdata.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE=\"xmlsec1\" -I.. -I../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT keysdata.lo -MD -MP -MF .deps/keysdata.Tpo -c keysdata.c  -fPIC -DPIC -o .libs/keysdata.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE=\"xmlsec1\" -I.. -I../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT keysdata.lo -MD -MP -MF .deps/keysdata.Tpo -c keysdata.c -o keysdata.o >/dev/null 2>&1
if /bin/sh ../libtool --mode=compile --tag=CC gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE=\"xmlsec1\" -I.. -I../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/libxml2   -I/usr/include/libxml2       -g -O2 -MT keysmngr.lo -MD -MP -MF ".deps/keysmngr.Tpo" -c -o keysmngr.lo keysmngr.c; \
then mv -f ".deps/keysmngr.Tpo" ".deps/keysmngr.Plo"; else rm -f ".deps/keysmngr.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE=\"xmlsec1\" -I.. -I../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT keysmngr.lo -MD -MP -MF .deps/keysmngr.Tpo -c keysmngr.c  -fPIC -DPIC -o .libs/keysmngr.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE=\"xmlsec1\" -I.. -I../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT keysmngr.lo -MD -MP -MF .deps/keysmngr.Tpo -c keysmngr.c -o keysmngr.o >/dev/null 2>&1
if /bin/sh ../libtool --mode=compile --tag=CC gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE=\"xmlsec1\" -I.. -I../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/libxml2   -I/usr/include/libxml2       -g -O2 -MT list.lo -MD -MP -MF ".deps/list.Tpo" -c -o list.lo list.c; \
then mv -f ".deps/list.Tpo" ".deps/list.Plo"; else rm -f ".deps/list.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE=\"xmlsec1\" -I.. -I../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT list.lo -MD -MP -MF .deps/list.Tpo -c list.c  -fPIC -DPIC -o .libs/list.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE=\"xmlsec1\" -I.. -I../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT list.lo -MD -MP -MF .deps/list.Tpo -c list.c -o list.o >/dev/null 2>&1
if /bin/sh ../libtool --mode=compile --tag=CC gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE=\"xmlsec1\" -I.. -I../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/libxml2   -I/usr/include/libxml2       -g -O2 -MT membuf.lo -MD -MP -MF ".deps/membuf.Tpo" -c -o membuf.lo membuf.c; \
then mv -f ".deps/membuf.Tpo" ".deps/membuf.Plo"; else rm -f ".deps/membuf.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE=\"xmlsec1\" -I.. -I../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT membuf.lo -MD -MP -MF .deps/membuf.Tpo -c membuf.c  -fPIC -DPIC -o .libs/membuf.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE=\"xmlsec1\" -I.. -I../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT membuf.lo -MD -MP -MF .deps/membuf.Tpo -c membuf.c -o membuf.o >/dev/null 2>&1
if /bin/sh ../libtool --mode=compile --tag=CC gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE=\"xmlsec1\" -I.. -I../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/libxml2   -I/usr/include/libxml2       -g -O2 -MT nodeset.lo -MD -MP -MF ".deps/nodeset.Tpo" -c -o nodeset.lo nodeset.c; \
then mv -f ".deps/nodeset.Tpo" ".deps/nodeset.Plo"; else rm -f ".deps/nodeset.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE=\"xmlsec1\" -I.. -I../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT nodeset.lo -MD -MP -MF .deps/nodeset.Tpo -c nodeset.c  -fPIC -DPIC -o .libs/nodeset.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE=\"xmlsec1\" -I.. -I../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT nodeset.lo -MD -MP -MF .deps/nodeset.Tpo -c nodeset.c -o nodeset.o >/dev/null 2>&1
if /bin/sh ../libtool --mode=compile --tag=CC gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE=\"xmlsec1\" -I.. -I../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/libxml2   -I/usr/include/libxml2       -g -O2 -MT parser.lo -MD -MP -MF ".deps/parser.Tpo" -c -o parser.lo parser.c; \
then mv -f ".deps/parser.Tpo" ".deps/parser.Plo"; else rm -f ".deps/parser.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE=\"xmlsec1\" -I.. -I../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT parser.lo -MD -MP -MF .deps/parser.Tpo -c parser.c  -fPIC -DPIC -o .libs/parser.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE=\"xmlsec1\" -I.. -I../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT parser.lo -MD -MP -MF .deps/parser.Tpo -c parser.c -o parser.o >/dev/null 2>&1
if /bin/sh ../libtool --mode=compile --tag=CC gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE=\"xmlsec1\" -I.. -I../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/libxml2   -I/usr/include/libxml2       -g -O2 -MT soap.lo -MD -MP -MF ".deps/soap.Tpo" -c -o soap.lo soap.c; \
then mv -f ".deps/soap.Tpo" ".deps/soap.Plo"; else rm -f ".deps/soap.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE=\"xmlsec1\" -I.. -I../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT soap.lo -MD -MP -MF .deps/soap.Tpo -c soap.c  -fPIC -DPIC -o .libs/soap.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE=\"xmlsec1\" -I.. -I../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT soap.lo -MD -MP -MF .deps/soap.Tpo -c soap.c -o soap.o >/dev/null 2>&1
if /bin/sh ../libtool --mode=compile --tag=CC gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE=\"xmlsec1\" -I.. -I../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/libxml2   -I/usr/include/libxml2       -g -O2 -MT strings.lo -MD -MP -MF ".deps/strings.Tpo" -c -o strings.lo strings.c; \
then mv -f ".deps/strings.Tpo" ".deps/strings.Plo"; else rm -f ".deps/strings.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE=\"xmlsec1\" -I.. -I../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT strings.lo -MD -MP -MF .deps/strings.Tpo -c strings.c  -fPIC -DPIC -o .libs/strings.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE=\"xmlsec1\" -I.. -I../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT strings.lo -MD -MP -MF .deps/strings.Tpo -c strings.c -o strings.o >/dev/null 2>&1
if /bin/sh ../libtool --mode=compile --tag=CC gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE=\"xmlsec1\" -I.. -I../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/libxml2   -I/usr/include/libxml2       -g -O2 -MT templates.lo -MD -MP -MF ".deps/templates.Tpo" -c -o templates.lo templates.c; \
then mv -f ".deps/templates.Tpo" ".deps/templates.Plo"; else rm -f ".deps/templates.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE=\"xmlsec1\" -I.. -I../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT templates.lo -MD -MP -MF .deps/templates.Tpo -c templates.c  -fPIC -DPIC -o .libs/templates.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE=\"xmlsec1\" -I.. -I../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT templates.lo -MD -MP -MF .deps/templates.Tpo -c templates.c -o templates.o >/dev/null 2>&1
if /bin/sh ../libtool --mode=compile --tag=CC gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE=\"xmlsec1\" -I.. -I../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/libxml2   -I/usr/include/libxml2       -g -O2 -MT transforms.lo -MD -MP -MF ".deps/transforms.Tpo" -c -o transforms.lo transforms.c; \
then mv -f ".deps/transforms.Tpo" ".deps/transforms.Plo"; else rm -f ".deps/transforms.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE=\"xmlsec1\" -I.. -I../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT transforms.lo -MD -MP -MF .deps/transforms.Tpo -c transforms.c  -fPIC -DPIC -o .libs/transforms.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE=\"xmlsec1\" -I.. -I../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT transforms.lo -MD -MP -MF .deps/transforms.Tpo -c transforms.c -o transforms.o >/dev/null 2>&1
if /bin/sh ../libtool --mode=compile --tag=CC gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE=\"xmlsec1\" -I.. -I../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/libxml2   -I/usr/include/libxml2       -g -O2 -MT x509.lo -MD -MP -MF ".deps/x509.Tpo" -c -o x509.lo x509.c; \
then mv -f ".deps/x509.Tpo" ".deps/x509.Plo"; else rm -f ".deps/x509.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE=\"xmlsec1\" -I.. -I../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT x509.lo -MD -MP -MF .deps/x509.Tpo -c x509.c  -fPIC -DPIC -o .libs/x509.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE=\"xmlsec1\" -I.. -I../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT x509.lo -MD -MP -MF .deps/x509.Tpo -c x509.c -o x509.o >/dev/null 2>&1
if /bin/sh ../libtool --mode=compile --tag=CC gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE=\"xmlsec1\" -I.. -I../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/libxml2   -I/usr/include/libxml2       -g -O2 -MT xkms.lo -MD -MP -MF ".deps/xkms.Tpo" -c -o xkms.lo xkms.c; \
then mv -f ".deps/xkms.Tpo" ".deps/xkms.Plo"; else rm -f ".deps/xkms.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE=\"xmlsec1\" -I.. -I../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT xkms.lo -MD -MP -MF .deps/xkms.Tpo -c xkms.c  -fPIC -DPIC -o .libs/xkms.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE=\"xmlsec1\" -I.. -I../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT xkms.lo -MD -MP -MF .deps/xkms.Tpo -c xkms.c -o xkms.o >/dev/null 2>&1
if /bin/sh ../libtool --mode=compile --tag=CC gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE=\"xmlsec1\" -I.. -I../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/libxml2   -I/usr/include/libxml2       -g -O2 -MT xmldsig.lo -MD -MP -MF ".deps/xmldsig.Tpo" -c -o xmldsig.lo xmldsig.c; \
then mv -f ".deps/xmldsig.Tpo" ".deps/xmldsig.Plo"; else rm -f ".deps/xmldsig.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE=\"xmlsec1\" -I.. -I../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT xmldsig.lo -MD -MP -MF .deps/xmldsig.Tpo -c xmldsig.c  -fPIC -DPIC -o .libs/xmldsig.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE=\"xmlsec1\" -I.. -I../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT xmldsig.lo -MD -MP -MF .deps/xmldsig.Tpo -c xmldsig.c -o xmldsig.o >/dev/null 2>&1
if /bin/sh ../libtool --mode=compile --tag=CC gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE=\"xmlsec1\" -I.. -I../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/libxml2   -I/usr/include/libxml2       -g -O2 -MT xmlenc.lo -MD -MP -MF ".deps/xmlenc.Tpo" -c -o xmlenc.lo xmlenc.c; \
then mv -f ".deps/xmlenc.Tpo" ".deps/xmlenc.Plo"; else rm -f ".deps/xmlenc.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE=\"xmlsec1\" -I.. -I../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT xmlenc.lo -MD -MP -MF .deps/xmlenc.Tpo -c xmlenc.c  -fPIC -DPIC -o .libs/xmlenc.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE=\"xmlsec1\" -I.. -I../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT xmlenc.lo -MD -MP -MF .deps/xmlenc.Tpo -c xmlenc.c -o xmlenc.o >/dev/null 2>&1
if /bin/sh ../libtool --mode=compile --tag=CC gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE=\"xmlsec1\" -I.. -I../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/libxml2   -I/usr/include/libxml2       -g -O2 -MT xmlsec.lo -MD -MP -MF ".deps/xmlsec.Tpo" -c -o xmlsec.lo xmlsec.c; \
then mv -f ".deps/xmlsec.Tpo" ".deps/xmlsec.Plo"; else rm -f ".deps/xmlsec.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE=\"xmlsec1\" -I.. -I../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT xmlsec.lo -MD -MP -MF .deps/xmlsec.Tpo -c xmlsec.c  -fPIC -DPIC -o .libs/xmlsec.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE=\"xmlsec1\" -I.. -I../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT xmlsec.lo -MD -MP -MF .deps/xmlsec.Tpo -c xmlsec.c -o xmlsec.o >/dev/null 2>&1
if /bin/sh ../libtool --mode=compile --tag=CC gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE=\"xmlsec1\" -I.. -I../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/libxml2   -I/usr/include/libxml2       -g -O2 -MT xmltree.lo -MD -MP -MF ".deps/xmltree.Tpo" -c -o xmltree.lo xmltree.c; \
then mv -f ".deps/xmltree.Tpo" ".deps/xmltree.Plo"; else rm -f ".deps/xmltree.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE=\"xmlsec1\" -I.. -I../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT xmltree.lo -MD -MP -MF .deps/xmltree.Tpo -c xmltree.c  -fPIC -DPIC -o .libs/xmltree.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE=\"xmlsec1\" -I.. -I../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT xmltree.lo -MD -MP -MF .deps/xmltree.Tpo -c xmltree.c -o xmltree.o >/dev/null 2>&1
if /bin/sh ../libtool --mode=compile --tag=CC gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE=\"xmlsec1\" -I.. -I../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/libxml2   -I/usr/include/libxml2       -g -O2 -MT xpath.lo -MD -MP -MF ".deps/xpath.Tpo" -c -o xpath.lo xpath.c; \
then mv -f ".deps/xpath.Tpo" ".deps/xpath.Plo"; else rm -f ".deps/xpath.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE=\"xmlsec1\" -I.. -I../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT xpath.lo -MD -MP -MF .deps/xpath.Tpo -c xpath.c  -fPIC -DPIC -o .libs/xpath.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE=\"xmlsec1\" -I.. -I../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT xpath.lo -MD -MP -MF .deps/xpath.Tpo -c xpath.c -o xpath.o >/dev/null 2>&1
if /bin/sh ../libtool --mode=compile --tag=CC gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE=\"xmlsec1\" -I.. -I../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/libxml2   -I/usr/include/libxml2       -g -O2 -MT xslt.lo -MD -MP -MF ".deps/xslt.Tpo" -c -o xslt.lo xslt.c; \
then mv -f ".deps/xslt.Tpo" ".deps/xslt.Plo"; else rm -f ".deps/xslt.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE=\"xmlsec1\" -I.. -I../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT xslt.lo -MD -MP -MF .deps/xslt.Tpo -c xslt.c  -fPIC -DPIC -o .libs/xslt.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE=\"xmlsec1\" -I.. -I../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT xslt.lo -MD -MP -MF .deps/xslt.Tpo -c xslt.c -o xslt.o >/dev/null 2>&1
/bin/sh ../libtool --mode=link --tag=CC gcc  -g -O2   -o libxmlsec1.la -rpath /usr/lib -version-info 3:9:2  xmlsec-ltdl.lo  app.lo base64.lo bn.lo buffer.lo c14n.lo dl.lo enveloped.lo errors.lo io.lo keyinfo.lo keys.lo keysdata.lo keysmngr.lo list.lo membuf.lo nodeset.lo parser.lo soap.lo strings.lo templates.lo transforms.lo x509.lo xkms.lo xmldsig.lo xmlenc.lo xmlsec.lo xmltree.lo xpath.lo xslt.lo  -lxslt -lxml2 -lpthread -lz -lm   -lxml2 -lpthread -lz -lm   -ldl  
gcc -shared  .libs/xmlsec-ltdl.o .libs/app.o .libs/base64.o .libs/bn.o .libs/buffer.o .libs/c14n.o .libs/dl.o .libs/enveloped.o .libs/errors.o .libs/io.o .libs/keyinfo.o .libs/keys.o .libs/keysdata.o .libs/keysmngr.o .libs/list.o .libs/membuf.o .libs/nodeset.o .libs/parser.o .libs/soap.o .libs/strings.o .libs/templates.o .libs/transforms.o .libs/x509.o .libs/xkms.o .libs/xmldsig.o .libs/xmlenc.o .libs/xmlsec.o .libs/xmltree.o .libs/xpath.o .libs/xslt.o  -L/usr/lib /usr/lib/libxslt.so -lxml2 -lpthread -lz -lm -ldl  -Wl,-soname -Wl,libxmlsec1.so.1 -o .libs/libxmlsec1.so.1.2.9
(cd .libs && rm -f libxmlsec1.so.1 && ln -s libxmlsec1.so.1.2.9 libxmlsec1.so.1)
(cd .libs && rm -f libxmlsec1.so && ln -s libxmlsec1.so.1.2.9 libxmlsec1.so)
ar cru .libs/libxmlsec1.a  xmlsec-ltdl.o app.o base64.o bn.o buffer.o c14n.o dl.o enveloped.o errors.o io.o keyinfo.o keys.o keysdata.o keysmngr.o list.o membuf.o nodeset.o parser.o soap.o strings.o templates.o transforms.o x509.o xkms.o xmldsig.o xmlenc.o xmlsec.o xmltree.o xpath.o xslt.o
ranlib .libs/libxmlsec1.a
creating libxmlsec1.la
(cd .libs && rm -f libxmlsec1.la && ln -s ../libxmlsec1.la libxmlsec1.la)
make[3]: Leaving directory `/usr/local/src/xmlsec1-1.2.9/src'
Making all in openssl
make[3]: Entering directory `/usr/local/src/xmlsec1-1.2.9/src/openssl'
if /bin/sh ../../libtool --mode=compile --tag=CC gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DPACKAGE=\"xmlsec1\" -I../.. -I../../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -DXMLSEC_OPENSSL_098=1 -DXMLSEC_CRYPTO_OPENSSL=1 -I/usr/include/libxml2   -I/usr/include/libxml2       -g -O2 -MT app.lo -MD -MP -MF ".deps/app.Tpo" -c -o app.lo app.c; \
then mv -f ".deps/app.Tpo" ".deps/app.Plo"; else rm -f ".deps/app.Tpo"; exit 1; fi
mkdir .libs
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DPACKAGE=\"xmlsec1\" -I../.. -I../../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -DXMLSEC_OPENSSL_098=1 -DXMLSEC_CRYPTO_OPENSSL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT app.lo -MD -MP -MF .deps/app.Tpo -c app.c  -fPIC -DPIC -o .libs/app.o
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DPACKAGE=\"xmlsec1\" -I../.. -I../../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -DXMLSEC_OPENSSL_098=1 -DXMLSEC_CRYPTO_OPENSSL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT app.lo -MD -MP -MF .deps/app.Tpo -c app.c -o app.o >/dev/null 2>&1
if /bin/sh ../../libtool --mode=compile --tag=CC gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DPACKAGE=\"xmlsec1\" -I../.. -I../../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -DXMLSEC_OPENSSL_098=1 -DXMLSEC_CRYPTO_OPENSSL=1 -I/usr/include/libxml2   -I/usr/include/libxml2       -g -O2 -MT bn.lo -MD -MP -MF ".deps/bn.Tpo" -c -o bn.lo bn.c; \
then mv -f ".deps/bn.Tpo" ".deps/bn.Plo"; else rm -f ".deps/bn.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DPACKAGE=\"xmlsec1\" -I../.. -I../../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -DXMLSEC_OPENSSL_098=1 -DXMLSEC_CRYPTO_OPENSSL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT bn.lo -MD -MP -MF .deps/bn.Tpo -c bn.c  -fPIC -DPIC -o .libs/bn.o
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DPACKAGE=\"xmlsec1\" -I../.. -I../../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -DXMLSEC_OPENSSL_098=1 -DXMLSEC_CRYPTO_OPENSSL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT bn.lo -MD -MP -MF .deps/bn.Tpo -c bn.c -o bn.o >/dev/null 2>&1
if /bin/sh ../../libtool --mode=compile --tag=CC gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DPACKAGE=\"xmlsec1\" -I../.. -I../../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -DXMLSEC_OPENSSL_098=1 -DXMLSEC_CRYPTO_OPENSSL=1 -I/usr/include/libxml2   -I/usr/include/libxml2       -g -O2 -MT ciphers.lo -MD -MP -MF ".deps/ciphers.Tpo" -c -o ciphers.lo ciphers.c; \
then mv -f ".deps/ciphers.Tpo" ".deps/ciphers.Plo"; else rm -f ".deps/ciphers.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DPACKAGE=\"xmlsec1\" -I../.. -I../../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -DXMLSEC_OPENSSL_098=1 -DXMLSEC_CRYPTO_OPENSSL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT ciphers.lo -MD -MP -MF .deps/ciphers.Tpo -c ciphers.c  -fPIC -DPIC -o .libs/ciphers.o
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DPACKAGE=\"xmlsec1\" -I../.. -I../../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -DXMLSEC_OPENSSL_098=1 -DXMLSEC_CRYPTO_OPENSSL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT ciphers.lo -MD -MP -MF .deps/ciphers.Tpo -c ciphers.c -o ciphers.o >/dev/null 2>&1
if /bin/sh ../../libtool --mode=compile --tag=CC gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DPACKAGE=\"xmlsec1\" -I../.. -I../../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -DXMLSEC_OPENSSL_098=1 -DXMLSEC_CRYPTO_OPENSSL=1 -I/usr/include/libxml2   -I/usr/include/libxml2       -g -O2 -MT crypto.lo -MD -MP -MF ".deps/crypto.Tpo" -c -o crypto.lo crypto.c; \
then mv -f ".deps/crypto.Tpo" ".deps/crypto.Plo"; else rm -f ".deps/crypto.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DPACKAGE=\"xmlsec1\" -I../.. -I../../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -DXMLSEC_OPENSSL_098=1 -DXMLSEC_CRYPTO_OPENSSL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT crypto.lo -MD -MP -MF .deps/crypto.Tpo -c crypto.c  -fPIC -DPIC -o .libs/crypto.o
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DPACKAGE=\"xmlsec1\" -I../.. -I../../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -DXMLSEC_OPENSSL_098=1 -DXMLSEC_CRYPTO_OPENSSL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT crypto.lo -MD -MP -MF .deps/crypto.Tpo -c crypto.c -o crypto.o >/dev/null 2>&1
if /bin/sh ../../libtool --mode=compile --tag=CC gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DPACKAGE=\"xmlsec1\" -I../.. -I../../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -DXMLSEC_OPENSSL_098=1 -DXMLSEC_CRYPTO_OPENSSL=1 -I/usr/include/libxml2   -I/usr/include/libxml2       -g -O2 -MT digests.lo -MD -MP -MF ".deps/digests.Tpo" -c -o digests.lo digests.c; \
then mv -f ".deps/digests.Tpo" ".deps/digests.Plo"; else rm -f ".deps/digests.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DPACKAGE=\"xmlsec1\" -I../.. -I../../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -DXMLSEC_OPENSSL_098=1 -DXMLSEC_CRYPTO_OPENSSL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT digests.lo -MD -MP -MF .deps/digests.Tpo -c digests.c  -fPIC -DPIC -o .libs/digests.o
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DPACKAGE=\"xmlsec1\" -I../.. -I../../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -DXMLSEC_OPENSSL_098=1 -DXMLSEC_CRYPTO_OPENSSL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT digests.lo -MD -MP -MF .deps/digests.Tpo -c digests.c -o digests.o >/dev/null 2>&1
if /bin/sh ../../libtool --mode=compile --tag=CC gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DPACKAGE=\"xmlsec1\" -I../.. -I../../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -DXMLSEC_OPENSSL_098=1 -DXMLSEC_CRYPTO_OPENSSL=1 -I/usr/include/libxml2   -I/usr/include/libxml2       -g -O2 -MT evp.lo -MD -MP -MF ".deps/evp.Tpo" -c -o evp.lo evp.c; \
then mv -f ".deps/evp.Tpo" ".deps/evp.Plo"; else rm -f ".deps/evp.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DPACKAGE=\"xmlsec1\" -I../.. -I../../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -DXMLSEC_OPENSSL_098=1 -DXMLSEC_CRYPTO_OPENSSL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT evp.lo -MD -MP -MF .deps/evp.Tpo -c evp.c  -fPIC -DPIC -o .libs/evp.o
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DPACKAGE=\"xmlsec1\" -I../.. -I../../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -DXMLSEC_OPENSSL_098=1 -DXMLSEC_CRYPTO_OPENSSL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT evp.lo -MD -MP -MF .deps/evp.Tpo -c evp.c -o evp.o >/dev/null 2>&1
if /bin/sh ../../libtool --mode=compile --tag=CC gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DPACKAGE=\"xmlsec1\" -I../.. -I../../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -DXMLSEC_OPENSSL_098=1 -DXMLSEC_CRYPTO_OPENSSL=1 -I/usr/include/libxml2   -I/usr/include/libxml2       -g -O2 -MT hmac.lo -MD -MP -MF ".deps/hmac.Tpo" -c -o hmac.lo hmac.c; \
then mv -f ".deps/hmac.Tpo" ".deps/hmac.Plo"; else rm -f ".deps/hmac.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DPACKAGE=\"xmlsec1\" -I../.. -I../../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -DXMLSEC_OPENSSL_098=1 -DXMLSEC_CRYPTO_OPENSSL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT hmac.lo -MD -MP -MF .deps/hmac.Tpo -c hmac.c  -fPIC -DPIC -o .libs/hmac.o
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DPACKAGE=\"xmlsec1\" -I../.. -I../../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -DXMLSEC_OPENSSL_098=1 -DXMLSEC_CRYPTO_OPENSSL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT hmac.lo -MD -MP -MF .deps/hmac.Tpo -c hmac.c -o hmac.o >/dev/null 2>&1
if /bin/sh ../../libtool --mode=compile --tag=CC gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DPACKAGE=\"xmlsec1\" -I../.. -I../../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -DXMLSEC_OPENSSL_098=1 -DXMLSEC_CRYPTO_OPENSSL=1 -I/usr/include/libxml2   -I/usr/include/libxml2       -g -O2 -MT kw_aes.lo -MD -MP -MF ".deps/kw_aes.Tpo" -c -o kw_aes.lo kw_aes.c; \
then mv -f ".deps/kw_aes.Tpo" ".deps/kw_aes.Plo"; else rm -f ".deps/kw_aes.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DPACKAGE=\"xmlsec1\" -I../.. -I../../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -DXMLSEC_OPENSSL_098=1 -DXMLSEC_CRYPTO_OPENSSL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT kw_aes.lo -MD -MP -MF .deps/kw_aes.Tpo -c kw_aes.c  -fPIC -DPIC -o .libs/kw_aes.o
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DPACKAGE=\"xmlsec1\" -I../.. -I../../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -DXMLSEC_OPENSSL_098=1 -DXMLSEC_CRYPTO_OPENSSL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT kw_aes.lo -MD -MP -MF .deps/kw_aes.Tpo -c kw_aes.c -o kw_aes.o >/dev/null 2>&1
if /bin/sh ../../libtool --mode=compile --tag=CC gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DPACKAGE=\"xmlsec1\" -I../.. -I../../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -DXMLSEC_OPENSSL_098=1 -DXMLSEC_CRYPTO_OPENSSL=1 -I/usr/include/libxml2   -I/usr/include/libxml2       -g -O2 -MT kw_des.lo -MD -MP -MF ".deps/kw_des.Tpo" -c -o kw_des.lo kw_des.c; \
then mv -f ".deps/kw_des.Tpo" ".deps/kw_des.Plo"; else rm -f ".deps/kw_des.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DPACKAGE=\"xmlsec1\" -I../.. -I../../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -DXMLSEC_OPENSSL_098=1 -DXMLSEC_CRYPTO_OPENSSL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT kw_des.lo -MD -MP -MF .deps/kw_des.Tpo -c kw_des.c  -fPIC -DPIC -o .libs/kw_des.o
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DPACKAGE=\"xmlsec1\" -I../.. -I../../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -DXMLSEC_OPENSSL_098=1 -DXMLSEC_CRYPTO_OPENSSL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT kw_des.lo -MD -MP -MF .deps/kw_des.Tpo -c kw_des.c -o kw_des.o >/dev/null 2>&1
if /bin/sh ../../libtool --mode=compile --tag=CC gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DPACKAGE=\"xmlsec1\" -I../.. -I../../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -DXMLSEC_OPENSSL_098=1 -DXMLSEC_CRYPTO_OPENSSL=1 -I/usr/include/libxml2   -I/usr/include/libxml2       -g -O2 -MT kt_rsa.lo -MD -MP -MF ".deps/kt_rsa.Tpo" -c -o kt_rsa.lo kt_rsa.c; \
then mv -f ".deps/kt_rsa.Tpo" ".deps/kt_rsa.Plo"; else rm -f ".deps/kt_rsa.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DPACKAGE=\"xmlsec1\" -I../.. -I../../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -DXMLSEC_OPENSSL_098=1 -DXMLSEC_CRYPTO_OPENSSL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT kt_rsa.lo -MD -MP -MF .deps/kt_rsa.Tpo -c kt_rsa.c  -fPIC -DPIC -o .libs/kt_rsa.o
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DPACKAGE=\"xmlsec1\" -I../.. -I../../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -DXMLSEC_OPENSSL_098=1 -DXMLSEC_CRYPTO_OPENSSL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT kt_rsa.lo -MD -MP -MF .deps/kt_rsa.Tpo -c kt_rsa.c -o kt_rsa.o >/dev/null 2>&1
if /bin/sh ../../libtool --mode=compile --tag=CC gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DPACKAGE=\"xmlsec1\" -I../.. -I../../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -DXMLSEC_OPENSSL_098=1 -DXMLSEC_CRYPTO_OPENSSL=1 -I/usr/include/libxml2   -I/usr/include/libxml2       -g -O2 -MT signatures.lo -MD -MP -MF ".deps/signatures.Tpo" -c -o signatures.lo signatures.c; \
then mv -f ".deps/signatures.Tpo" ".deps/signatures.Plo"; else rm -f ".deps/signatures.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DPACKAGE=\"xmlsec1\" -I../.. -I../../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -DXMLSEC_OPENSSL_098=1 -DXMLSEC_CRYPTO_OPENSSL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT signatures.lo -MD -MP -MF .deps/signatures.Tpo -c signatures.c  -fPIC -DPIC -o .libs/signatures.o
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DPACKAGE=\"xmlsec1\" -I../.. -I../../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -DXMLSEC_OPENSSL_098=1 -DXMLSEC_CRYPTO_OPENSSL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT signatures.lo -MD -MP -MF .deps/signatures.Tpo -c signatures.c -o signatures.o >/dev/null 2>&1
if /bin/sh ../../libtool --mode=compile --tag=CC gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DPACKAGE=\"xmlsec1\" -I../.. -I../../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -DXMLSEC_OPENSSL_098=1 -DXMLSEC_CRYPTO_OPENSSL=1 -I/usr/include/libxml2   -I/usr/include/libxml2       -g -O2 -MT symkeys.lo -MD -MP -MF ".deps/symkeys.Tpo" -c -o symkeys.lo symkeys.c; \
then mv -f ".deps/symkeys.Tpo" ".deps/symkeys.Plo"; else rm -f ".deps/symkeys.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DPACKAGE=\"xmlsec1\" -I../.. -I../../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -DXMLSEC_OPENSSL_098=1 -DXMLSEC_CRYPTO_OPENSSL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT symkeys.lo -MD -MP -MF .deps/symkeys.Tpo -c symkeys.c  -fPIC -DPIC -o .libs/symkeys.o
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DPACKAGE=\"xmlsec1\" -I../.. -I../../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -DXMLSEC_OPENSSL_098=1 -DXMLSEC_CRYPTO_OPENSSL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT symkeys.lo -MD -MP -MF .deps/symkeys.Tpo -c symkeys.c -o symkeys.o >/dev/null 2>&1
if /bin/sh ../../libtool --mode=compile --tag=CC gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DPACKAGE=\"xmlsec1\" -I../.. -I../../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -DXMLSEC_OPENSSL_098=1 -DXMLSEC_CRYPTO_OPENSSL=1 -I/usr/include/libxml2   -I/usr/include/libxml2       -g -O2 -MT x509.lo -MD -MP -MF ".deps/x509.Tpo" -c -o x509.lo x509.c; \
then mv -f ".deps/x509.Tpo" ".deps/x509.Plo"; else rm -f ".deps/x509.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DPACKAGE=\"xmlsec1\" -I../.. -I../../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -DXMLSEC_OPENSSL_098=1 -DXMLSEC_CRYPTO_OPENSSL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT x509.lo -MD -MP -MF .deps/x509.Tpo -c x509.c  -fPIC -DPIC -o .libs/x509.o
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DPACKAGE=\"xmlsec1\" -I../.. -I../../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -DXMLSEC_OPENSSL_098=1 -DXMLSEC_CRYPTO_OPENSSL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT x509.lo -MD -MP -MF .deps/x509.Tpo -c x509.c -o x509.o >/dev/null 2>&1
if /bin/sh ../../libtool --mode=compile --tag=CC gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DPACKAGE=\"xmlsec1\" -I../.. -I../../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -DXMLSEC_OPENSSL_098=1 -DXMLSEC_CRYPTO_OPENSSL=1 -I/usr/include/libxml2   -I/usr/include/libxml2       -g -O2 -MT x509vfy.lo -MD -MP -MF ".deps/x509vfy.Tpo" -c -o x509vfy.lo x509vfy.c; \
then mv -f ".deps/x509vfy.Tpo" ".deps/x509vfy.Plo"; else rm -f ".deps/x509vfy.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DPACKAGE=\"xmlsec1\" -I../.. -I../../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -DXMLSEC_OPENSSL_098=1 -DXMLSEC_CRYPTO_OPENSSL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT x509vfy.lo -MD -MP -MF .deps/x509vfy.Tpo -c x509vfy.c  -fPIC -DPIC -o .libs/x509vfy.o
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DPACKAGE=\"xmlsec1\" -I../.. -I../../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -DXMLSEC_OPENSSL_098=1 -DXMLSEC_CRYPTO_OPENSSL=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT x509vfy.lo -MD -MP -MF .deps/x509vfy.Tpo -c x509vfy.c -o x509vfy.o >/dev/null 2>&1
/bin/sh ../../libtool --mode=link --tag=CC gcc  -g -O2   -o libxmlsec1-openssl.la -rpath /usr/lib -version-info 3:9:2  app.lo bn.lo ciphers.lo crypto.lo digests.lo evp.lo hmac.lo kw_aes.lo kw_des.lo kt_rsa.lo signatures.lo symkeys.lo x509.lo x509vfy.lo  ../libxmlsec1.la -lssl -lcrypto -ldl   -lxslt -lxml2 -lpthread -lz -lm   -lxml2 -lpthread -lz -lm    
gcc -shared  .libs/app.o .libs/bn.o .libs/ciphers.o .libs/crypto.o .libs/digests.o .libs/evp.o .libs/hmac.o .libs/kw_aes.o .libs/kw_des.o .libs/kt_rsa.o .libs/signatures.o .libs/symkeys.o .libs/x509.o .libs/x509vfy.o  -Wl,--rpath -Wl,/usr/local/src/xmlsec1-1.2.9/src/.libs -L/usr/lib -L/usr/lib/gcc/i386-redhat-linux/4.0.0/../../../ ../.libs/libxmlsec1.so -lssl -lcrypto -ldl /usr/lib/libxslt.so -lxml2 -lpthread -lz -lm  -Wl,-soname -Wl,libxmlsec1-openssl.so.1 -o .libs/libxmlsec1-openssl.so.1.2.9
(cd .libs && rm -f libxmlsec1-openssl.so.1 && ln -s libxmlsec1-openssl.so.1.2.9 libxmlsec1-openssl.so.1)
(cd .libs && rm -f libxmlsec1-openssl.so && ln -s libxmlsec1-openssl.so.1.2.9 libxmlsec1-openssl.so)
ar cru .libs/libxmlsec1-openssl.a  app.o bn.o ciphers.o crypto.o digests.o evp.o hmac.o kw_aes.o kw_des.o kt_rsa.o signatures.o symkeys.o x509.o x509vfy.o
ranlib .libs/libxmlsec1-openssl.a
creating libxmlsec1-openssl.la
(cd .libs && rm -f libxmlsec1-openssl.la && ln -s ../libxmlsec1-openssl.la libxmlsec1-openssl.la)
make[3]: Leaving directory `/usr/local/src/xmlsec1-1.2.9/src/openssl'
Making all in nss
make[3]: Entering directory `/usr/local/src/xmlsec1-1.2.9/src/nss'
if /bin/sh ../../libtool --mode=compile --tag=CC gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DPACKAGE=\"xmlsec1\" -I../.. -I../../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/mozilla-1.7.8/nspr -I/usr/include/mozilla-1.7.8/nss   -DXMLSEC_CRYPTO_NSS=1 -I/usr/include/libxml2   -I/usr/include/libxml2       -g -O2 -MT app.lo -MD -MP -MF ".deps/app.Tpo" -c -o app.lo app.c; \
then mv -f ".deps/app.Tpo" ".deps/app.Plo"; else rm -f ".deps/app.Tpo"; exit 1; fi
mkdir .libs
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DPACKAGE=\"xmlsec1\" -I../.. -I../../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/mozilla-1.7.8/nspr -I/usr/include/mozilla-1.7.8/nss -DXMLSEC_CRYPTO_NSS=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT app.lo -MD -MP -MF .deps/app.Tpo -c app.c  -fPIC -DPIC -o .libs/app.o
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DPACKAGE=\"xmlsec1\" -I../.. -I../../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/mozilla-1.7.8/nspr -I/usr/include/mozilla-1.7.8/nss -DXMLSEC_CRYPTO_NSS=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT app.lo -MD -MP -MF .deps/app.Tpo -c app.c -o app.o >/dev/null 2>&1
if /bin/sh ../../libtool --mode=compile --tag=CC gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DPACKAGE=\"xmlsec1\" -I../.. -I../../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/mozilla-1.7.8/nspr -I/usr/include/mozilla-1.7.8/nss   -DXMLSEC_CRYPTO_NSS=1 -I/usr/include/libxml2   -I/usr/include/libxml2       -g -O2 -MT bignum.lo -MD -MP -MF ".deps/bignum.Tpo" -c -o bignum.lo bignum.c; \
then mv -f ".deps/bignum.Tpo" ".deps/bignum.Plo"; else rm -f ".deps/bignum.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DPACKAGE=\"xmlsec1\" -I../.. -I../../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/mozilla-1.7.8/nspr -I/usr/include/mozilla-1.7.8/nss -DXMLSEC_CRYPTO_NSS=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT bignum.lo -MD -MP -MF .deps/bignum.Tpo -c bignum.c  -fPIC -DPIC -o .libs/bignum.o
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DPACKAGE=\"xmlsec1\" -I../.. -I../../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/mozilla-1.7.8/nspr -I/usr/include/mozilla-1.7.8/nss -DXMLSEC_CRYPTO_NSS=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT bignum.lo -MD -MP -MF .deps/bignum.Tpo -c bignum.c -o bignum.o >/dev/null 2>&1
if /bin/sh ../../libtool --mode=compile --tag=CC gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DPACKAGE=\"xmlsec1\" -I../.. -I../../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/mozilla-1.7.8/nspr -I/usr/include/mozilla-1.7.8/nss   -DXMLSEC_CRYPTO_NSS=1 -I/usr/include/libxml2   -I/usr/include/libxml2       -g -O2 -MT ciphers.lo -MD -MP -MF ".deps/ciphers.Tpo" -c -o ciphers.lo ciphers.c; \
then mv -f ".deps/ciphers.Tpo" ".deps/ciphers.Plo"; else rm -f ".deps/ciphers.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DPACKAGE=\"xmlsec1\" -I../.. -I../../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/mozilla-1.7.8/nspr -I/usr/include/mozilla-1.7.8/nss -DXMLSEC_CRYPTO_NSS=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT ciphers.lo -MD -MP -MF .deps/ciphers.Tpo -c ciphers.c  -fPIC -DPIC -o .libs/ciphers.o
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DPACKAGE=\"xmlsec1\" -I../.. -I../../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/mozilla-1.7.8/nspr -I/usr/include/mozilla-1.7.8/nss -DXMLSEC_CRYPTO_NSS=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT ciphers.lo -MD -MP -MF .deps/ciphers.Tpo -c ciphers.c -o ciphers.o >/dev/null 2>&1
if /bin/sh ../../libtool --mode=compile --tag=CC gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DPACKAGE=\"xmlsec1\" -I../.. -I../../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/mozilla-1.7.8/nspr -I/usr/include/mozilla-1.7.8/nss   -DXMLSEC_CRYPTO_NSS=1 -I/usr/include/libxml2   -I/usr/include/libxml2       -g -O2 -MT crypto.lo -MD -MP -MF ".deps/crypto.Tpo" -c -o crypto.lo crypto.c; \
then mv -f ".deps/crypto.Tpo" ".deps/crypto.Plo"; else rm -f ".deps/crypto.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DPACKAGE=\"xmlsec1\" -I../.. -I../../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/mozilla-1.7.8/nspr -I/usr/include/mozilla-1.7.8/nss -DXMLSEC_CRYPTO_NSS=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT crypto.lo -MD -MP -MF .deps/crypto.Tpo -c crypto.c  -fPIC -DPIC -o .libs/crypto.o
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DPACKAGE=\"xmlsec1\" -I../.. -I../../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/mozilla-1.7.8/nspr -I/usr/include/mozilla-1.7.8/nss -DXMLSEC_CRYPTO_NSS=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT crypto.lo -MD -MP -MF .deps/crypto.Tpo -c crypto.c -o crypto.o >/dev/null 2>&1
if /bin/sh ../../libtool --mode=compile --tag=CC gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DPACKAGE=\"xmlsec1\" -I../.. -I../../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/mozilla-1.7.8/nspr -I/usr/include/mozilla-1.7.8/nss   -DXMLSEC_CRYPTO_NSS=1 -I/usr/include/libxml2   -I/usr/include/libxml2       -g -O2 -MT digests.lo -MD -MP -MF ".deps/digests.Tpo" -c -o digests.lo digests.c; \
then mv -f ".deps/digests.Tpo" ".deps/digests.Plo"; else rm -f ".deps/digests.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DPACKAGE=\"xmlsec1\" -I../.. -I../../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/mozilla-1.7.8/nspr -I/usr/include/mozilla-1.7.8/nss -DXMLSEC_CRYPTO_NSS=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT digests.lo -MD -MP -MF .deps/digests.Tpo -c digests.c  -fPIC -DPIC -o .libs/digests.o
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DPACKAGE=\"xmlsec1\" -I../.. -I../../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/mozilla-1.7.8/nspr -I/usr/include/mozilla-1.7.8/nss -DXMLSEC_CRYPTO_NSS=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT digests.lo -MD -MP -MF .deps/digests.Tpo -c digests.c -o digests.o >/dev/null 2>&1
if /bin/sh ../../libtool --mode=compile --tag=CC gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DPACKAGE=\"xmlsec1\" -I../.. -I../../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/mozilla-1.7.8/nspr -I/usr/include/mozilla-1.7.8/nss   -DXMLSEC_CRYPTO_NSS=1 -I/usr/include/libxml2   -I/usr/include/libxml2       -g -O2 -MT hmac.lo -MD -MP -MF ".deps/hmac.Tpo" -c -o hmac.lo hmac.c; \
then mv -f ".deps/hmac.Tpo" ".deps/hmac.Plo"; else rm -f ".deps/hmac.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DPACKAGE=\"xmlsec1\" -I../.. -I../../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/mozilla-1.7.8/nspr -I/usr/include/mozilla-1.7.8/nss -DXMLSEC_CRYPTO_NSS=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT hmac.lo -MD -MP -MF .deps/hmac.Tpo -c hmac.c  -fPIC -DPIC -o .libs/hmac.o
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DPACKAGE=\"xmlsec1\" -I../.. -I../../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/mozilla-1.7.8/nspr -I/usr/include/mozilla-1.7.8/nss -DXMLSEC_CRYPTO_NSS=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT hmac.lo -MD -MP -MF .deps/hmac.Tpo -c hmac.c -o hmac.o >/dev/null 2>&1
if /bin/sh ../../libtool --mode=compile --tag=CC gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DPACKAGE=\"xmlsec1\" -I../.. -I../../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/mozilla-1.7.8/nspr -I/usr/include/mozilla-1.7.8/nss   -DXMLSEC_CRYPTO_NSS=1 -I/usr/include/libxml2   -I/usr/include/libxml2       -g -O2 -MT pkikeys.lo -MD -MP -MF ".deps/pkikeys.Tpo" -c -o pkikeys.lo pkikeys.c; \
then mv -f ".deps/pkikeys.Tpo" ".deps/pkikeys.Plo"; else rm -f ".deps/pkikeys.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DPACKAGE=\"xmlsec1\" -I../.. -I../../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/mozilla-1.7.8/nspr -I/usr/include/mozilla-1.7.8/nss -DXMLSEC_CRYPTO_NSS=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT pkikeys.lo -MD -MP -MF .deps/pkikeys.Tpo -c pkikeys.c  -fPIC -DPIC -o .libs/pkikeys.o
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DPACKAGE=\"xmlsec1\" -I../.. -I../../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/mozilla-1.7.8/nspr -I/usr/include/mozilla-1.7.8/nss -DXMLSEC_CRYPTO_NSS=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT pkikeys.lo -MD -MP -MF .deps/pkikeys.Tpo -c pkikeys.c -o pkikeys.o >/dev/null 2>&1
if /bin/sh ../../libtool --mode=compile --tag=CC gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DPACKAGE=\"xmlsec1\" -I../.. -I../../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/mozilla-1.7.8/nspr -I/usr/include/mozilla-1.7.8/nss   -DXMLSEC_CRYPTO_NSS=1 -I/usr/include/libxml2   -I/usr/include/libxml2       -g -O2 -MT signatures.lo -MD -MP -MF ".deps/signatures.Tpo" -c -o signatures.lo signatures.c; \
then mv -f ".deps/signatures.Tpo" ".deps/signatures.Plo"; else rm -f ".deps/signatures.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DPACKAGE=\"xmlsec1\" -I../.. -I../../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/mozilla-1.7.8/nspr -I/usr/include/mozilla-1.7.8/nss -DXMLSEC_CRYPTO_NSS=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT signatures.lo -MD -MP -MF .deps/signatures.Tpo -c signatures.c  -fPIC -DPIC -o .libs/signatures.o
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DPACKAGE=\"xmlsec1\" -I../.. -I../../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/mozilla-1.7.8/nspr -I/usr/include/mozilla-1.7.8/nss -DXMLSEC_CRYPTO_NSS=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT signatures.lo -MD -MP -MF .deps/signatures.Tpo -c signatures.c -o signatures.o >/dev/null 2>&1
if /bin/sh ../../libtool --mode=compile --tag=CC gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DPACKAGE=\"xmlsec1\" -I../.. -I../../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/mozilla-1.7.8/nspr -I/usr/include/mozilla-1.7.8/nss   -DXMLSEC_CRYPTO_NSS=1 -I/usr/include/libxml2   -I/usr/include/libxml2       -g -O2 -MT symkeys.lo -MD -MP -MF ".deps/symkeys.Tpo" -c -o symkeys.lo symkeys.c; \
then mv -f ".deps/symkeys.Tpo" ".deps/symkeys.Plo"; else rm -f ".deps/symkeys.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DPACKAGE=\"xmlsec1\" -I../.. -I../../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/mozilla-1.7.8/nspr -I/usr/include/mozilla-1.7.8/nss -DXMLSEC_CRYPTO_NSS=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT symkeys.lo -MD -MP -MF .deps/symkeys.Tpo -c symkeys.c  -fPIC -DPIC -o .libs/symkeys.o
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DPACKAGE=\"xmlsec1\" -I../.. -I../../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/mozilla-1.7.8/nspr -I/usr/include/mozilla-1.7.8/nss -DXMLSEC_CRYPTO_NSS=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT symkeys.lo -MD -MP -MF .deps/symkeys.Tpo -c symkeys.c -o symkeys.o >/dev/null 2>&1
if /bin/sh ../../libtool --mode=compile --tag=CC gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DPACKAGE=\"xmlsec1\" -I../.. -I../../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/mozilla-1.7.8/nspr -I/usr/include/mozilla-1.7.8/nss   -DXMLSEC_CRYPTO_NSS=1 -I/usr/include/libxml2   -I/usr/include/libxml2       -g -O2 -MT x509.lo -MD -MP -MF ".deps/x509.Tpo" -c -o x509.lo x509.c; \
then mv -f ".deps/x509.Tpo" ".deps/x509.Plo"; else rm -f ".deps/x509.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DPACKAGE=\"xmlsec1\" -I../.. -I../../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/mozilla-1.7.8/nspr -I/usr/include/mozilla-1.7.8/nss -DXMLSEC_CRYPTO_NSS=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT x509.lo -MD -MP -MF .deps/x509.Tpo -c x509.c  -fPIC -DPIC -o .libs/x509.o
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DPACKAGE=\"xmlsec1\" -I../.. -I../../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/mozilla-1.7.8/nspr -I/usr/include/mozilla-1.7.8/nss -DXMLSEC_CRYPTO_NSS=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT x509.lo -MD -MP -MF .deps/x509.Tpo -c x509.c -o x509.o >/dev/null 2>&1
if /bin/sh ../../libtool --mode=compile --tag=CC gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DPACKAGE=\"xmlsec1\" -I../.. -I../../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/mozilla-1.7.8/nspr -I/usr/include/mozilla-1.7.8/nss   -DXMLSEC_CRYPTO_NSS=1 -I/usr/include/libxml2   -I/usr/include/libxml2       -g -O2 -MT x509vfy.lo -MD -MP -MF ".deps/x509vfy.Tpo" -c -o x509vfy.lo x509vfy.c; \
then mv -f ".deps/x509vfy.Tpo" ".deps/x509vfy.Plo"; else rm -f ".deps/x509vfy.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DPACKAGE=\"xmlsec1\" -I../.. -I../../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/mozilla-1.7.8/nspr -I/usr/include/mozilla-1.7.8/nss -DXMLSEC_CRYPTO_NSS=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT x509vfy.lo -MD -MP -MF .deps/x509vfy.Tpo -c x509vfy.c  -fPIC -DPIC -o .libs/x509vfy.o
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DPACKAGE=\"xmlsec1\" -I../.. -I../../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/mozilla-1.7.8/nspr -I/usr/include/mozilla-1.7.8/nss -DXMLSEC_CRYPTO_NSS=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT x509vfy.lo -MD -MP -MF .deps/x509vfy.Tpo -c x509vfy.c -o x509vfy.o >/dev/null 2>&1
if /bin/sh ../../libtool --mode=compile --tag=CC gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DPACKAGE=\"xmlsec1\" -I../.. -I../../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/mozilla-1.7.8/nspr -I/usr/include/mozilla-1.7.8/nss   -DXMLSEC_CRYPTO_NSS=1 -I/usr/include/libxml2   -I/usr/include/libxml2       -g -O2 -MT keysstore.lo -MD -MP -MF ".deps/keysstore.Tpo" -c -o keysstore.lo keysstore.c; \
then mv -f ".deps/keysstore.Tpo" ".deps/keysstore.Plo"; else rm -f ".deps/keysstore.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DPACKAGE=\"xmlsec1\" -I../.. -I../../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/mozilla-1.7.8/nspr -I/usr/include/mozilla-1.7.8/nss -DXMLSEC_CRYPTO_NSS=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT keysstore.lo -MD -MP -MF .deps/keysstore.Tpo -c keysstore.c  -fPIC -DPIC -o .libs/keysstore.o
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DPACKAGE=\"xmlsec1\" -I../.. -I../../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/mozilla-1.7.8/nspr -I/usr/include/mozilla-1.7.8/nss -DXMLSEC_CRYPTO_NSS=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT keysstore.lo -MD -MP -MF .deps/keysstore.Tpo -c keysstore.c -o keysstore.o >/dev/null 2>&1
if /bin/sh ../../libtool --mode=compile --tag=CC gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DPACKAGE=\"xmlsec1\" -I../.. -I../../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/mozilla-1.7.8/nspr -I/usr/include/mozilla-1.7.8/nss   -DXMLSEC_CRYPTO_NSS=1 -I/usr/include/libxml2   -I/usr/include/libxml2       -g -O2 -MT keytrans.lo -MD -MP -MF ".deps/keytrans.Tpo" -c -o keytrans.lo keytrans.c; \
then mv -f ".deps/keytrans.Tpo" ".deps/keytrans.Plo"; else rm -f ".deps/keytrans.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DPACKAGE=\"xmlsec1\" -I../.. -I../../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/mozilla-1.7.8/nspr -I/usr/include/mozilla-1.7.8/nss -DXMLSEC_CRYPTO_NSS=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT keytrans.lo -MD -MP -MF .deps/keytrans.Tpo -c keytrans.c  -fPIC -DPIC -o .libs/keytrans.o
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DPACKAGE=\"xmlsec1\" -I../.. -I../../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/mozilla-1.7.8/nspr -I/usr/include/mozilla-1.7.8/nss -DXMLSEC_CRYPTO_NSS=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT keytrans.lo -MD -MP -MF .deps/keytrans.Tpo -c keytrans.c -o keytrans.o >/dev/null 2>&1
if /bin/sh ../../libtool --mode=compile --tag=CC gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DPACKAGE=\"xmlsec1\" -I../.. -I../../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/mozilla-1.7.8/nspr -I/usr/include/mozilla-1.7.8/nss   -DXMLSEC_CRYPTO_NSS=1 -I/usr/include/libxml2   -I/usr/include/libxml2       -g -O2 -MT kw_des.lo -MD -MP -MF ".deps/kw_des.Tpo" -c -o kw_des.lo kw_des.c; \
then mv -f ".deps/kw_des.Tpo" ".deps/kw_des.Plo"; else rm -f ".deps/kw_des.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DPACKAGE=\"xmlsec1\" -I../.. -I../../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/mozilla-1.7.8/nspr -I/usr/include/mozilla-1.7.8/nss -DXMLSEC_CRYPTO_NSS=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT kw_des.lo -MD -MP -MF .deps/kw_des.Tpo -c kw_des.c  -fPIC -DPIC -o .libs/kw_des.o
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DPACKAGE=\"xmlsec1\" -I../.. -I../../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/mozilla-1.7.8/nspr -I/usr/include/mozilla-1.7.8/nss -DXMLSEC_CRYPTO_NSS=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT kw_des.lo -MD -MP -MF .deps/kw_des.Tpo -c kw_des.c -o kw_des.o >/dev/null 2>&1
if /bin/sh ../../libtool --mode=compile --tag=CC gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DPACKAGE=\"xmlsec1\" -I../.. -I../../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/mozilla-1.7.8/nspr -I/usr/include/mozilla-1.7.8/nss   -DXMLSEC_CRYPTO_NSS=1 -I/usr/include/libxml2   -I/usr/include/libxml2       -g -O2 -MT kw_aes.lo -MD -MP -MF ".deps/kw_aes.Tpo" -c -o kw_aes.lo kw_aes.c; \
then mv -f ".deps/kw_aes.Tpo" ".deps/kw_aes.Plo"; else rm -f ".deps/kw_aes.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DPACKAGE=\"xmlsec1\" -I../.. -I../../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/mozilla-1.7.8/nspr -I/usr/include/mozilla-1.7.8/nss -DXMLSEC_CRYPTO_NSS=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT kw_aes.lo -MD -MP -MF .deps/kw_aes.Tpo -c kw_aes.c  -fPIC -DPIC -o .libs/kw_aes.o
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DPACKAGE=\"xmlsec1\" -I../.. -I../../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -I/usr/include/mozilla-1.7.8/nspr -I/usr/include/mozilla-1.7.8/nss -DXMLSEC_CRYPTO_NSS=1 -I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -MT kw_aes.lo -MD -MP -MF .deps/kw_aes.Tpo -c kw_aes.c -o kw_aes.o >/dev/null 2>&1
/bin/sh ../../libtool --mode=link --tag=CC gcc  -g -O2   -o libxmlsec1-nss.la -rpath /usr/lib -version-info 3:9:2  app.lo bignum.lo ciphers.lo crypto.lo digests.lo hmac.lo pkikeys.lo signatures.lo symkeys.lo x509.lo x509vfy.lo keysstore.lo keytrans.lo kw_des.lo kw_aes.lo  ../libxmlsec1.la -L/usr/lib/mozilla-1.7.8 -lnss3 -lsmime3 -lssl3 -lsoftokn3 -lplds4 -lplc4 -lnspr4 -lpthread -ldl   -lxslt -lxml2 -lpthread -lz -lm   -lxml2 -lpthread -lz -lm    
gcc -shared  .libs/app.o .libs/bignum.o .libs/ciphers.o .libs/crypto.o .libs/digests.o .libs/hmac.o .libs/pkikeys.o .libs/signatures.o .libs/symkeys.o .libs/x509.o .libs/x509vfy.o .libs/keysstore.o .libs/keytrans.o .libs/kw_des.o .libs/kw_aes.o  -Wl,--rpath -Wl,/usr/local/src/xmlsec1-1.2.9/src/.libs -L/usr/lib -L/usr/lib/gcc/i386-redhat-linux/4.0.0/../../../ ../.libs/libxmlsec1.so -L/usr/lib/mozilla-1.7.8 -lnss3 -lsmime3 -lssl3 -lsoftokn3 -lplds4 -lplc4 -lnspr4 -ldl /usr/lib/libxslt.so -lxml2 -lpthread -lz -lm  -Wl,-soname -Wl,libxmlsec1-nss.so.1 -o .libs/libxmlsec1-nss.so.1.2.9
(cd .libs && rm -f libxmlsec1-nss.so.1 && ln -s libxmlsec1-nss.so.1.2.9 libxmlsec1-nss.so.1)
(cd .libs && rm -f libxmlsec1-nss.so && ln -s libxmlsec1-nss.so.1.2.9 libxmlsec1-nss.so)
ar cru .libs/libxmlsec1-nss.a  app.o bignum.o ciphers.o crypto.o digests.o hmac.o pkikeys.o signatures.o symkeys.o x509.o x509vfy.o keysstore.o keytrans.o kw_des.o kw_aes.o
ranlib .libs/libxmlsec1-nss.a
creating libxmlsec1-nss.la
(cd .libs && rm -f libxmlsec1-nss.la && ln -s ../libxmlsec1-nss.la libxmlsec1-nss.la)
make[3]: Leaving directory `/usr/local/src/xmlsec1-1.2.9/src/nss'
make[2]: Leaving directory `/usr/local/src/xmlsec1-1.2.9/src'
Making all in apps
make[2]: Entering directory `/usr/local/src/xmlsec1-1.2.9/apps'
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -DXMLSEC_CRYPTO=\"openssl\" -DPACKAGE=\"xmlsec1\" -I../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -DXMLSEC_CRYPTO_DYNAMIC_LOADING=1 -DXMLSEC_CRYPTO_DYNAMIC_LOADING=1 -I/usr/include/libxml2   -I/usr/include/libxml2        -g -O2 -MT xmlsec.o -MD -MP -MF ".deps/xmlsec.Tpo" -c -o xmlsec.o xmlsec.c; \
then mv -f ".deps/xmlsec.Tpo" ".deps/xmlsec.Po"; else rm -f ".deps/xmlsec.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -DXMLSEC_CRYPTO=\"openssl\" -DPACKAGE=\"xmlsec1\" -I../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -DXMLSEC_CRYPTO_DYNAMIC_LOADING=1 -DXMLSEC_CRYPTO_DYNAMIC_LOADING=1 -I/usr/include/libxml2   -I/usr/include/libxml2        -g -O2 -MT crypto.o -MD -MP -MF ".deps/crypto.Tpo" -c -o crypto.o crypto.c; \
then mv -f ".deps/crypto.Tpo" ".deps/crypto.Po"; else rm -f ".deps/crypto.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -DXMLSEC_CRYPTO=\"openssl\" -DPACKAGE=\"xmlsec1\" -I../include -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_XKMS=1 -DXMLSEC_CRYPTO_DYNAMIC_LOADING=1 -DXMLSEC_CRYPTO_DYNAMIC_LOADING=1 -I/usr/include/libxml2   -I/usr/include/libxml2        -g -O2 -MT cmdline.o -MD -MP -MF ".deps/cmdline.Tpo" -c -o cmdline.o cmdline.c; \
then mv -f ".deps/cmdline.Tpo" ".deps/cmdline.Po"; else rm -f ".deps/cmdline.Tpo"; exit 1; fi
/bin/sh ../libtool --mode=link --tag=CC gcc  -g -O2   -o xmlsec1   xmlsec.o crypto.o cmdline.o  ../src/libxmlsec1.la   -lxslt -lxml2 -lpthread -lz -lm   -lxml2 -lpthread -lz -lm   -ldl  
mkdir .libs
gcc -g -O2 -o .libs/xmlsec1 xmlsec.o crypto.o cmdline.o  ../src/.libs/libxmlsec1.so -L/usr/lib /usr/lib/libxslt.so -lxml2 -lpthread -lz -lm -ldl
creating xmlsec1
make[2]: Leaving directory `/usr/local/src/xmlsec1-1.2.9/apps'
Making all in man
make[2]: Entering directory `/usr/local/src/xmlsec1-1.2.9/man'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/local/src/xmlsec1-1.2.9/man'
Making all in docs
make[2]: Entering directory `/usr/local/src/xmlsec1-1.2.9/docs'
Making all in api
make[3]: Entering directory `/usr/local/src/xmlsec1-1.2.9/docs/api'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/usr/local/src/xmlsec1-1.2.9/docs/api'
make[3]: Entering directory `/usr/local/src/xmlsec1-1.2.9/docs'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/usr/local/src/xmlsec1-1.2.9/docs'
make[2]: Leaving directory `/usr/local/src/xmlsec1-1.2.9/docs'
make[2]: Entering directory `/usr/local/src/xmlsec1-1.2.9'
make[2]: Leaving directory `/usr/local/src/xmlsec1-1.2.9'
make[1]: Leaving directory `/usr/local/src/xmlsec1-1.2.9'
-------------- next part --------------
Making install in include
make[1]: Entering directory `/usr/local/src/xmlsec1-1.2.9/include'
Making install in xmlsec
make[2]: Entering directory `/usr/local/src/xmlsec1-1.2.9/include/xmlsec'
Making install in private
make[3]: Entering directory `/usr/local/src/xmlsec1-1.2.9/include/xmlsec/private'
make[4]: Entering directory `/usr/local/src/xmlsec1-1.2.9/include/xmlsec/private'
make  install-exec-hook
make[5]: Entering directory `/usr/local/src/xmlsec1-1.2.9/include/xmlsec/private'
/bin/sh ../../../mkinstalldirs /usr/include/xmlsec1/xmlsec/private
make[5]: Leaving directory `/usr/local/src/xmlsec1-1.2.9/include/xmlsec/private'
test -z "/usr/include/xmlsec1/xmlsec/private" || mkdir -p -- "/usr/include/xmlsec1/xmlsec/private"
 /usr/bin/install -c -m 644 'xkms.h' '/usr/include/xmlsec1/xmlsec/private/xkms.h'
make[4]: Leaving directory `/usr/local/src/xmlsec1-1.2.9/include/xmlsec/private'
make[3]: Leaving directory `/usr/local/src/xmlsec1-1.2.9/include/xmlsec/private'
Making install in openssl
make[3]: Entering directory `/usr/local/src/xmlsec1-1.2.9/include/xmlsec/openssl'
make[4]: Entering directory `/usr/local/src/xmlsec1-1.2.9/include/xmlsec/openssl'
make  install-exec-hook
make[5]: Entering directory `/usr/local/src/xmlsec1-1.2.9/include/xmlsec/openssl'
/bin/sh ../../../mkinstalldirs /usr/include/xmlsec1/xmlsec/openssl
make[5]: Leaving directory `/usr/local/src/xmlsec1-1.2.9/include/xmlsec/openssl'
test -z "/usr/include/xmlsec1/xmlsec/openssl" || mkdir -p -- "/usr/include/xmlsec1/xmlsec/openssl"
 /usr/bin/install -c -m 644 'app.h' '/usr/include/xmlsec1/xmlsec/openssl/app.h'
 /usr/bin/install -c -m 644 'bn.h' '/usr/include/xmlsec1/xmlsec/openssl/bn.h'
 /usr/bin/install -c -m 644 'crypto.h' '/usr/include/xmlsec1/xmlsec/openssl/crypto.h'
 /usr/bin/install -c -m 644 'evp.h' '/usr/include/xmlsec1/xmlsec/openssl/evp.h'
 /usr/bin/install -c -m 644 'symbols.h' '/usr/include/xmlsec1/xmlsec/openssl/symbols.h'
 /usr/bin/install -c -m 644 'x509.h' '/usr/include/xmlsec1/xmlsec/openssl/x509.h'
make[4]: Leaving directory `/usr/local/src/xmlsec1-1.2.9/include/xmlsec/openssl'
make[3]: Leaving directory `/usr/local/src/xmlsec1-1.2.9/include/xmlsec/openssl'
Making install in nss
make[3]: Entering directory `/usr/local/src/xmlsec1-1.2.9/include/xmlsec/nss'
make[4]: Entering directory `/usr/local/src/xmlsec1-1.2.9/include/xmlsec/nss'
make  install-exec-hook
make[5]: Entering directory `/usr/local/src/xmlsec1-1.2.9/include/xmlsec/nss'
/bin/sh ../../../mkinstalldirs /usr/include/xmlsec1/xmlsec/nss
make[5]: Leaving directory `/usr/local/src/xmlsec1-1.2.9/include/xmlsec/nss'
test -z "/usr/include/xmlsec1/xmlsec/nss" || mkdir -p -- "/usr/include/xmlsec1/xmlsec/nss"
 /usr/bin/install -c -m 644 'app.h' '/usr/include/xmlsec1/xmlsec/nss/app.h'
 /usr/bin/install -c -m 644 'crypto.h' '/usr/include/xmlsec1/xmlsec/nss/crypto.h'
 /usr/bin/install -c -m 644 'symbols.h' '/usr/include/xmlsec1/xmlsec/nss/symbols.h'
 /usr/bin/install -c -m 644 'bignum.h' '/usr/include/xmlsec1/xmlsec/nss/bignum.h'
 /usr/bin/install -c -m 644 'keysstore.h' '/usr/include/xmlsec1/xmlsec/nss/keysstore.h'
 /usr/bin/install -c -m 644 'pkikeys.h' '/usr/include/xmlsec1/xmlsec/nss/pkikeys.h'
 /usr/bin/install -c -m 644 'x509.h' '/usr/include/xmlsec1/xmlsec/nss/x509.h'
make[4]: Leaving directory `/usr/local/src/xmlsec1-1.2.9/include/xmlsec/nss'
make[3]: Leaving directory `/usr/local/src/xmlsec1-1.2.9/include/xmlsec/nss'
make[3]: Entering directory `/usr/local/src/xmlsec1-1.2.9/include/xmlsec'
make[4]: Entering directory `/usr/local/src/xmlsec1-1.2.9/include/xmlsec'
make  install-exec-hook
make[5]: Entering directory `/usr/local/src/xmlsec1-1.2.9/include/xmlsec'
/bin/sh ../../mkinstalldirs /usr/include/xmlsec1/xmlsec
make[5]: Leaving directory `/usr/local/src/xmlsec1-1.2.9/include/xmlsec'
test -z "/usr/include/xmlsec1/xmlsec" || mkdir -p -- "/usr/include/xmlsec1/xmlsec"
 /usr/bin/install -c -m 644 'app.h' '/usr/include/xmlsec1/xmlsec/app.h'
 /usr/bin/install -c -m 644 'base64.h' '/usr/include/xmlsec1/xmlsec/base64.h'
 /usr/bin/install -c -m 644 'bn.h' '/usr/include/xmlsec1/xmlsec/bn.h'
 /usr/bin/install -c -m 644 'buffer.h' '/usr/include/xmlsec1/xmlsec/buffer.h'
 /usr/bin/install -c -m 644 'crypto.h' '/usr/include/xmlsec1/xmlsec/crypto.h'
 /usr/bin/install -c -m 644 'dl.h' '/usr/include/xmlsec1/xmlsec/dl.h'
 /usr/bin/install -c -m 644 'errors.h' '/usr/include/xmlsec1/xmlsec/errors.h'
 /usr/bin/install -c -m 644 'exports.h' '/usr/include/xmlsec1/xmlsec/exports.h'
 /usr/bin/install -c -m 644 'io.h' '/usr/include/xmlsec1/xmlsec/io.h'
 /usr/bin/install -c -m 644 'keyinfo.h' '/usr/include/xmlsec1/xmlsec/keyinfo.h'
 /usr/bin/install -c -m 644 'keysdata.h' '/usr/include/xmlsec1/xmlsec/keysdata.h'
 /usr/bin/install -c -m 644 'keys.h' '/usr/include/xmlsec1/xmlsec/keys.h'
 /usr/bin/install -c -m 644 'keysmngr.h' '/usr/include/xmlsec1/xmlsec/keysmngr.h'
 /usr/bin/install -c -m 644 'list.h' '/usr/include/xmlsec1/xmlsec/list.h'
 /usr/bin/install -c -m 644 'membuf.h' '/usr/include/xmlsec1/xmlsec/membuf.h'
 /usr/bin/install -c -m 644 'nodeset.h' '/usr/include/xmlsec1/xmlsec/nodeset.h'
 /usr/bin/install -c -m 644 'parser.h' '/usr/include/xmlsec1/xmlsec/parser.h'
 /usr/bin/install -c -m 644 'private.h' '/usr/include/xmlsec1/xmlsec/private.h'
 /usr/bin/install -c -m 644 'soap.h' '/usr/include/xmlsec1/xmlsec/soap.h'
 /usr/bin/install -c -m 644 'strings.h' '/usr/include/xmlsec1/xmlsec/strings.h'
 /usr/bin/install -c -m 644 'templates.h' '/usr/include/xmlsec1/xmlsec/templates.h'
 /usr/bin/install -c -m 644 'transforms.h' '/usr/include/xmlsec1/xmlsec/transforms.h'
 /usr/bin/install -c -m 644 'version.h' '/usr/include/xmlsec1/xmlsec/version.h'
 /usr/bin/install -c -m 644 'x509.h' '/usr/include/xmlsec1/xmlsec/x509.h'
 /usr/bin/install -c -m 644 'xkms.h' '/usr/include/xmlsec1/xmlsec/xkms.h'
 /usr/bin/install -c -m 644 'xmldsig.h' '/usr/include/xmlsec1/xmlsec/xmldsig.h'
 /usr/bin/install -c -m 644 'xmlenc.h' '/usr/include/xmlsec1/xmlsec/xmlenc.h'
 /usr/bin/install -c -m 644 'xmlsec.h' '/usr/include/xmlsec1/xmlsec/xmlsec.h'
 /usr/bin/install -c -m 644 'xmltree.h' '/usr/include/xmlsec1/xmlsec/xmltree.h'
make[4]: Leaving directory `/usr/local/src/xmlsec1-1.2.9/include/xmlsec'
make[3]: Leaving directory `/usr/local/src/xmlsec1-1.2.9/include/xmlsec'
make[2]: Leaving directory `/usr/local/src/xmlsec1-1.2.9/include/xmlsec'
make[2]: Entering directory `/usr/local/src/xmlsec1-1.2.9/include'
make[3]: Entering directory `/usr/local/src/xmlsec1-1.2.9/include'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/usr/local/src/xmlsec1-1.2.9/include'
make[2]: Leaving directory `/usr/local/src/xmlsec1-1.2.9/include'
make[1]: Leaving directory `/usr/local/src/xmlsec1-1.2.9/include'
Making install in src
make[1]: Entering directory `/usr/local/src/xmlsec1-1.2.9/src'
Making install in .
make[2]: Entering directory `/usr/local/src/xmlsec1-1.2.9/src'
make[3]: Entering directory `/usr/local/src/xmlsec1-1.2.9/src'
test -z "/usr/lib" || mkdir -p -- "/usr/lib"
 /bin/sh ../libtool --mode=install /usr/bin/install -c  'libxmlsec1.la' '/usr/lib/libxmlsec1.la'
/usr/bin/install -c .libs/libxmlsec1.so.1.2.9 /usr/lib/libxmlsec1.so.1.2.9
(cd /usr/lib && rm -f libxmlsec1.so.1 && ln -s libxmlsec1.so.1.2.9 libxmlsec1.so.1)
(cd /usr/lib && rm -f libxmlsec1.so && ln -s libxmlsec1.so.1.2.9 libxmlsec1.so)
/usr/bin/install -c .libs/libxmlsec1.lai /usr/lib/libxmlsec1.la
/usr/bin/install -c .libs/libxmlsec1.a /usr/lib/libxmlsec1.a
ranlib /usr/lib/libxmlsec1.a
chmod 644 /usr/lib/libxmlsec1.a
PATH="$PATH:/sbin" ldconfig -n /usr/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/usr/local/src/xmlsec1-1.2.9/src'
make[2]: Leaving directory `/usr/local/src/xmlsec1-1.2.9/src'
Making install in openssl
make[2]: Entering directory `/usr/local/src/xmlsec1-1.2.9/src/openssl'
make[3]: Entering directory `/usr/local/src/xmlsec1-1.2.9/src/openssl'
test -z "/usr/lib" || mkdir -p -- "/usr/lib"
 /bin/sh ../../libtool --mode=install /usr/bin/install -c  'libxmlsec1-openssl.la' '/usr/lib/libxmlsec1-openssl.la'
(cd /usr/local/src/xmlsec1-1.2.9/src/openssl; /bin/sh ../../libtool  --tag=CC --mode=relink gcc -g -O2 -o libxmlsec1-openssl.la -rpath /usr/lib -version-info 3:9:2 app.lo bn.lo ciphers.lo crypto.lo digests.lo evp.lo hmac.lo kw_aes.lo kw_des.lo kt_rsa.lo signatures.lo symkeys.lo x509.lo x509vfy.lo ../libxmlsec1.la -lssl -lcrypto -ldl -lxslt -lxml2 -lpthread -lz -lm -lxml2 -lpthread -lz -lm )
gcc -shared  .libs/app.o .libs/bn.o .libs/ciphers.o .libs/crypto.o .libs/digests.o .libs/evp.o .libs/hmac.o .libs/kw_aes.o .libs/kw_des.o .libs/kt_rsa.o .libs/signatures.o .libs/symkeys.o .libs/x509.o .libs/x509vfy.o  -L/usr/lib/gcc/i386-redhat-linux/4.0.0/../../../ -L/usr/lib -lxmlsec1 -lssl -lcrypto -ldl -lxslt -lxml2 -lpthread -lz -lm  -Wl,-soname -Wl,libxmlsec1-openssl.so.1 -o .libs/libxmlsec1-openssl.so.1.2.9
/usr/bin/install -c .libs/libxmlsec1-openssl.so.1.2.9T /usr/lib/libxmlsec1-openssl.so.1.2.9
(cd /usr/lib && rm -f libxmlsec1-openssl.so.1 && ln -s libxmlsec1-openssl.so.1.2.9 libxmlsec1-openssl.so.1)
(cd /usr/lib && rm -f libxmlsec1-openssl.so && ln -s libxmlsec1-openssl.so.1.2.9 libxmlsec1-openssl.so)
/usr/bin/install -c .libs/libxmlsec1-openssl.lai /usr/lib/libxmlsec1-openssl.la
/usr/bin/install -c .libs/libxmlsec1-openssl.a /usr/lib/libxmlsec1-openssl.a
ranlib /usr/lib/libxmlsec1-openssl.a
chmod 644 /usr/lib/libxmlsec1-openssl.a
PATH="$PATH:/sbin" ldconfig -n /usr/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/usr/local/src/xmlsec1-1.2.9/src/openssl'
make[2]: Leaving directory `/usr/local/src/xmlsec1-1.2.9/src/openssl'
Making install in nss
make[2]: Entering directory `/usr/local/src/xmlsec1-1.2.9/src/nss'
make[3]: Entering directory `/usr/local/src/xmlsec1-1.2.9/src/nss'
test -z "/usr/lib" || mkdir -p -- "/usr/lib"
 /bin/sh ../../libtool --mode=install /usr/bin/install -c  'libxmlsec1-nss.la' '/usr/lib/libxmlsec1-nss.la'
(cd /usr/local/src/xmlsec1-1.2.9/src/nss; /bin/sh ../../libtool  --tag=CC --mode=relink gcc -g -O2 -o libxmlsec1-nss.la -rpath /usr/lib -version-info 3:9:2 app.lo bignum.lo ciphers.lo crypto.lo digests.lo hmac.lo pkikeys.lo signatures.lo symkeys.lo x509.lo x509vfy.lo keysstore.lo keytrans.lo kw_des.lo kw_aes.lo ../libxmlsec1.la -L/usr/lib/mozilla-1.7.8 -lnss3 -lsmime3 -lssl3 -lsoftokn3 -lplds4 -lplc4 -lnspr4 -lpthread -ldl -lxslt -lxml2 -lpthread -lz -lm -lxml2 -lpthread -lz -lm )
gcc -shared  .libs/app.o .libs/bignum.o .libs/ciphers.o .libs/crypto.o .libs/digests.o .libs/hmac.o .libs/pkikeys.o .libs/signatures.o .libs/symkeys.o .libs/x509.o .libs/x509vfy.o .libs/keysstore.o .libs/keytrans.o .libs/kw_des.o .libs/kw_aes.o  -L/usr/lib/gcc/i386-redhat-linux/4.0.0/../../../ -L/usr/lib -lxmlsec1 -L/usr/lib/mozilla-1.7.8 -lnss3 -lsmime3 -lssl3 -lsoftokn3 -lplds4 -lplc4 -lnspr4 -ldl -lxslt -lxml2 -lpthread -lz -lm  -Wl,-soname -Wl,libxmlsec1-nss.so.1 -o .libs/libxmlsec1-nss.so.1.2.9
/usr/bin/install -c .libs/libxmlsec1-nss.so.1.2.9T /usr/lib/libxmlsec1-nss.so.1.2.9
(cd /usr/lib && rm -f libxmlsec1-nss.so.1 && ln -s libxmlsec1-nss.so.1.2.9 libxmlsec1-nss.so.1)
(cd /usr/lib && rm -f libxmlsec1-nss.so && ln -s libxmlsec1-nss.so.1.2.9 libxmlsec1-nss.so)
/usr/bin/install -c .libs/libxmlsec1-nss.lai /usr/lib/libxmlsec1-nss.la
/usr/bin/install -c .libs/libxmlsec1-nss.a /usr/lib/libxmlsec1-nss.a
ranlib /usr/lib/libxmlsec1-nss.a
chmod 644 /usr/lib/libxmlsec1-nss.a
PATH="$PATH:/sbin" ldconfig -n /usr/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/usr/local/src/xmlsec1-1.2.9/src/nss'
make[2]: Leaving directory `/usr/local/src/xmlsec1-1.2.9/src/nss'
make[1]: Leaving directory `/usr/local/src/xmlsec1-1.2.9/src'
Making install in apps
make[1]: Entering directory `/usr/local/src/xmlsec1-1.2.9/apps'
make[2]: Entering directory `/usr/local/src/xmlsec1-1.2.9/apps'
test -z "/usr/bin" || mkdir -p -- "/usr/bin"
  /bin/sh ../libtool --mode=install /usr/bin/install -c 'xmlsec1' '/usr/bin/xmlsec1'
/usr/bin/install -c .libs/xmlsec1 /usr/bin/xmlsec1
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/usr/local/src/xmlsec1-1.2.9/apps'
make[1]: Leaving directory `/usr/local/src/xmlsec1-1.2.9/apps'
Making install in man
make[1]: Entering directory `/usr/local/src/xmlsec1-1.2.9/man'
make[2]: Entering directory `/usr/local/src/xmlsec1-1.2.9/man'
make[2]: Nothing to be done for `install-exec-am'.
test -z "/usr/man/man1" || mkdir -p -- "/usr/man/man1"
 /usr/bin/install -c -m 644 './xmlsec1.1' '/usr/man/man1/xmlsec1.1'
 /usr/bin/install -c -m 644 './xmlsec1-config.1' '/usr/man/man1/xmlsec1-config.1'
make[2]: Leaving directory `/usr/local/src/xmlsec1-1.2.9/man'
make[1]: Leaving directory `/usr/local/src/xmlsec1-1.2.9/man'
Making install in docs
make[1]: Entering directory `/usr/local/src/xmlsec1-1.2.9/docs'
Making install in api
make[2]: Entering directory `/usr/local/src/xmlsec1-1.2.9/docs/api'
make[3]: Entering directory `/usr/local/src/xmlsec1-1.2.9/docs/api'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/usr/local/src/xmlsec1-1.2.9/docs/api'
make[2]: Leaving directory `/usr/local/src/xmlsec1-1.2.9/docs/api'
make[2]: Entering directory `/usr/local/src/xmlsec1-1.2.9/docs'
make[3]: Entering directory `/usr/local/src/xmlsec1-1.2.9/docs'
make[3]: Nothing to be done for `install-exec-am'.
/bin/sh ../mkinstalldirs /usr/share/doc/xmlsec1
/bin/sh ../mkinstalldirs /usr/share/doc/xmlsec1/images
/bin/sh ../mkinstalldirs /usr/share/doc/xmlsec1/api
/bin/sh ../mkinstalldirs /usr/share/doc/xmlsec1/api/images
/usr/bin/install -c -m 0644 ./*.html /usr/share/doc/xmlsec1
/usr/bin/install -c -m 0644 ./images/*.gif ./images/*.png /usr/share/doc/xmlsec1/images
/usr/bin/install -c -m 0644 ./api/*.html ./api/*.png ./api/*.sgml /usr/share/doc/xmlsec1/api
/usr/bin/install -c -m 0644 ./api/images/*.png /usr/share/doc/xmlsec1/api/images
make[3]: Leaving directory `/usr/local/src/xmlsec1-1.2.9/docs'
make[2]: Leaving directory `/usr/local/src/xmlsec1-1.2.9/docs'
make[1]: Leaving directory `/usr/local/src/xmlsec1-1.2.9/docs'
make[1]: Entering directory `/usr/local/src/xmlsec1-1.2.9'
make[2]: Entering directory `/usr/local/src/xmlsec1-1.2.9'
test -z "/usr/bin" || mkdir -p -- "/usr/bin"
 /usr/bin/install -c 'xmlsec1-config' '/usr/bin/xmlsec1-config'
test -z "/usr/lib" || mkdir -p -- "/usr/lib"
 /usr/bin/install -c -m 644 'xmlsec1Conf.sh' '/usr/lib/xmlsec1Conf.sh'
test -z "/usr/lib/pkgconfig" || mkdir -p -- "/usr/lib/pkgconfig"
 /usr/bin/install -c -m 644 'xmlsec1.pc' '/usr/lib/pkgconfig/xmlsec1.pc'
 /usr/bin/install -c -m 644 'xmlsec1-openssl.pc' '/usr/lib/pkgconfig/xmlsec1-openssl.pc'
 /usr/bin/install -c -m 644 'xmlsec1-nss.pc' '/usr/lib/pkgconfig/xmlsec1-nss.pc'
make[2]: Leaving directory `/usr/local/src/xmlsec1-1.2.9'
make[1]: Leaving directory `/usr/local/src/xmlsec1-1.2.9'
-------------- next part --------------
Making check in include
make[1]: Entering directory `/usr/local/src/xmlsec1-1.2.9/include'
Making check in xmlsec
make[2]: Entering directory `/usr/local/src/xmlsec1-1.2.9/include/xmlsec'
Making check in private
make[3]: Entering directory `/usr/local/src/xmlsec1-1.2.9/include/xmlsec/private'
make[3]: Nothing to be done for `check'.
make[3]: Leaving directory `/usr/local/src/xmlsec1-1.2.9/include/xmlsec/private'
Making check in openssl
make[3]: Entering directory `/usr/local/src/xmlsec1-1.2.9/include/xmlsec/openssl'
make[3]: Nothing to be done for `check'.
make[3]: Leaving directory `/usr/local/src/xmlsec1-1.2.9/include/xmlsec/openssl'
Making check in nss
make[3]: Entering directory `/usr/local/src/xmlsec1-1.2.9/include/xmlsec/nss'
make[3]: Nothing to be done for `check'.
make[3]: Leaving directory `/usr/local/src/xmlsec1-1.2.9/include/xmlsec/nss'
make[3]: Entering directory `/usr/local/src/xmlsec1-1.2.9/include/xmlsec'
make[3]: Nothing to be done for `check-am'.
make[3]: Leaving directory `/usr/local/src/xmlsec1-1.2.9/include/xmlsec'
make[2]: Leaving directory `/usr/local/src/xmlsec1-1.2.9/include/xmlsec'
make[2]: Entering directory `/usr/local/src/xmlsec1-1.2.9/include'
make[2]: Nothing to be done for `check-am'.
make[2]: Leaving directory `/usr/local/src/xmlsec1-1.2.9/include'
make[1]: Leaving directory `/usr/local/src/xmlsec1-1.2.9/include'
Making check in src
make[1]: Entering directory `/usr/local/src/xmlsec1-1.2.9/src'
Making check in .
make[2]: Entering directory `/usr/local/src/xmlsec1-1.2.9/src'
make[2]: Nothing to be done for `check-am'.
make[2]: Leaving directory `/usr/local/src/xmlsec1-1.2.9/src'
Making check in openssl
make[2]: Entering directory `/usr/local/src/xmlsec1-1.2.9/src/openssl'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/usr/local/src/xmlsec1-1.2.9/src/openssl'
Making check in nss
make[2]: Entering directory `/usr/local/src/xmlsec1-1.2.9/src/nss'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/usr/local/src/xmlsec1-1.2.9/src/nss'
make[1]: Leaving directory `/usr/local/src/xmlsec1-1.2.9/src'
Making check in apps
make[1]: Entering directory `/usr/local/src/xmlsec1-1.2.9/apps'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/usr/local/src/xmlsec1-1.2.9/apps'
Making check in man
make[1]: Entering directory `/usr/local/src/xmlsec1-1.2.9/man'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/usr/local/src/xmlsec1-1.2.9/man'
Making check in docs
make[1]: Entering directory `/usr/local/src/xmlsec1-1.2.9/docs'
Making check in api
make[2]: Entering directory `/usr/local/src/xmlsec1-1.2.9/docs/api'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/usr/local/src/xmlsec1-1.2.9/docs/api'
make[2]: Entering directory `/usr/local/src/xmlsec1-1.2.9/docs'
make[2]: Nothing to be done for `check-am'.
make[2]: Leaving directory `/usr/local/src/xmlsec1-1.2.9/docs'
make[1]: Leaving directory `/usr/local/src/xmlsec1-1.2.9/docs'
make[1]: Entering directory `/usr/local/src/xmlsec1-1.2.9'
make[1]: Leaving directory `/usr/local/src/xmlsec1-1.2.9'
=================== Checking xmlsec-openssl =================================
--- testKeys started for xmlsec-openssl library (20050830_232351) ---
--- LD_LIBRARY_PATH=/usr/local/src/xmlsec1-1.2.9/src/nss/.libs:/usr/local/src/xmlsec1-1.2.9/src/openssl/.libs:
--- log file is /tmp/testKeys.20050830_232351-23159.log
    Creating new key: hmac-192                            Fail
    Creating new key: rsa-1024                            Fail
    Creating new key: dsa-1024                            Fail
    Creating new key: des-192                             Fail
    Creating new key: aes-128                             Fail
    Creating new key: aes-192                             Fail
    Creating new key: aes-256                             Fail
--- testKeys finished ---
--- detailed log is written to  /tmp/testKeys.20050830_232351-23159.log ---
--- testDSig started for xmlsec-openssl library (20050830_232351)
--- LD_LIBRARY_PATH=/usr/local/src/xmlsec1-1.2.9/src/nss/.libs:/usr/local/src/xmlsec1-1.2.9/src/openssl/.libs:
--- log file is /tmp/testDSig.20050830_232351-23260.log
aleksey-xmldsig-01/enveloping-dsa-x509chain
    Verify existing signature                             Fail
    Create new signature                                  Fail
    Verify new signature                                  Fail
aleksey-xmldsig-01/enveloping-rsa-x509chain
    Verify existing signature                             Fail
    Create new signature                                  Fail
    Verify new signature                                  Fail
aleksey-xmldsig-01/enveloping-md5-hmac-md5
    Verify existing signature                             Fail
    Create new signature                                  Fail
    Verify new signature                                  Fail
aleksey-xmldsig-01/enveloping-md5-hmac-md5-64
    Verify existing signature                             Fail
    Create new signature                                  Fail
    Verify new signature                                  Fail
aleksey-xmldsig-01/enveloping-ripemd160-hmac-ripemd160
    Verify existing signature                             Fail
    Create new signature                                  Fail
    Verify new signature                                  Fail
aleksey-xmldsig-01/enveloping-ripemd160-hmac-ripemd160-64
    Verify existing signature                             Fail
    Create new signature                                  Fail
    Verify new signature                                  Fail
aleksey-xmldsig-01/xpointer-hmac
    Verify existing signature                             Fail
    Create new signature                                  Fail
    Verify new signature                                  Fail
aleksey-xmldsig-01/enveloping-sha1-hmac-sha1
    Verify existing signature                             Fail
    Create new signature                                  Fail
    Verify new signature                                  Fail
aleksey-xmldsig-01/enveloping-sha1-hmac-sha1-64
    Verify existing signature                             Fail
    Create new signature                                  Fail
    Verify new signature                                  Fail
aleksey-xmldsig-01/enveloping-sha224-hmac-sha224
    Verify existing signature                             Fail
    Create new signature                                  Fail
    Verify new signature                                  Fail
aleksey-xmldsig-01/enveloping-sha224-hmac-sha224-64
    Verify existing signature                             Fail
    Create new signature                                  Fail
    Verify new signature                                  Fail
aleksey-xmldsig-01/enveloping-sha256-hmac-sha256
    Verify existing signature                             Fail
    Create new signature                                  Fail
    Verify new signature                                  Fail
aleksey-xmldsig-01/enveloping-sha256-hmac-sha256-64
    Verify existing signature                             Fail
    Create new signature                                  Fail
    Verify new signature                                  Fail
aleksey-xmldsig-01/enveloping-sha384-hmac-sha384
    Verify existing signature                             Fail
    Create new signature                                  Fail
    Verify new signature                                  Fail
aleksey-xmldsig-01/enveloping-sha384-hmac-sha384-64
    Verify existing signature                             Fail
    Create new signature                                  Fail
    Verify new signature                                  Fail
aleksey-xmldsig-01/enveloping-sha512-hmac-sha512
    Verify existing signature                             Fail
    Create new signature                                  Fail
    Verify new signature                                  Fail
aleksey-xmldsig-01/enveloping-sha512-hmac-sha512-64
    Verify existing signature                             Fail
    Create new signature                                  Fail
    Verify new signature                                  Fail
aleksey-xmldsig-01/enveloping-md5-rsa-md5
    Verify existing signature                             Fail
    Create new signature                                  Fail
    Verify new signature                                  Fail
aleksey-xmldsig-01/enveloping-ripemd160-rsa-ripemd160
    Verify existing signature                             Fail
    Create new signature                                  Fail
    Verify new signature                                  Fail
aleksey-xmldsig-01/enveloping-sha1-rsa-sha1
    Verify existing signature                             Fail
    Create new signature                                  Fail
    Verify new signature                                  Fail
aleksey-xmldsig-01/enveloping-sha224-rsa-sha224
    Verify existing signature                             Fail
    Create new signature                                  Fail
    Verify new signature                                  Fail
aleksey-xmldsig-01/enveloping-sha256-rsa-sha256
    Verify existing signature                             Fail
    Create new signature                                  Fail
    Verify new signature                                  Fail
aleksey-xmldsig-01/enveloping-sha384-rsa-sha384
    Verify existing signature                             Fail
    Create new signature                                  Fail
    Verify new signature                                  Fail
aleksey-xmldsig-01/enveloping-sha512-rsa-sha512
    Verify existing signature                             Fail
    Create new signature                                  Fail
    Verify new signature                                  Fail
aleksey-xmldsig-01/enveloping-expired-cert
    Verify existing signature                             Fail
aleksey-xmldsig-01/dtd-hmac-91
    Verify existing signature                             Fail
    Create new signature                                  Fail
    Verify new signature                                  Fail
aleksey-xmldsig-01/x509data-test
    Verify existing signature                             Fail
    Create new signature                                  Fail
    Verify new signature                                  Fail
aleksey-xmldsig-01/x509data-sn-test
    Verify existing signature                             Fail
    Create new signature                                  Fail
    Verify new signature                                  Fail
merlin-xmldsig-twenty-three/signature-enveloped-dsa
    Verify existing signature                             Fail
    Create new signature                                  Fail
    Verify new signature                                  Fail
merlin-xmldsig-twenty-three/signature-enveloping-dsa
    Verify existing signature                             Fail
    Create new signature                                  Fail
    Verify new signature                                  Fail
merlin-xmldsig-twenty-three/signature-enveloping-b64-dsa
    Verify existing signature                             Fail
    Create new signature                                  Fail
    Verify new signature                                  Fail
merlin-xmldsig-twenty-three/signature-enveloping-hmac-sha1-40
    Verify existing signature                             Fail
    Create new signature                                  Fail
    Verify new signature                                  Fail
merlin-xmldsig-twenty-three/signature-enveloping-hmac-sha1
    Verify existing signature                             Fail
    Create new signature                                  Fail
    Verify new signature                                  Fail
merlin-xmldsig-twenty-three/signature-enveloping-rsa
    Verify existing signature                             Fail
    Create new signature                                  Fail
    Verify new signature                                  Fail
merlin-xmldsig-twenty-three/signature-external-b64-dsa
    Verify existing signature                             Fail
    Create new signature                                  Fail
    Verify new signature                                  Fail
merlin-xmldsig-twenty-three/signature-external-dsa
    Verify existing signature                             Fail
    Create new signature                                  Fail
    Verify new signature                                  Fail
merlin-xmldsig-twenty-three/signature-keyname
    Verify existing signature                             Fail
    Create new signature                                  Fail
    Verify new signature                                  Fail
merlin-xmldsig-twenty-three/signature-x509-crt
    Verify existing signature                             Fail
    Create new signature                                  Fail
    Verify new signature                                  Fail
merlin-xmldsig-twenty-three/signature-x509-sn
    Verify existing signature                             Fail
    Create new signature                                  Fail
    Verify new signature                                  Fail
merlin-xmldsig-twenty-three/signature-x509-is
    Verify existing signature                             Fail
    Create new signature                                  Fail
    Verify new signature                                  Fail
merlin-xmldsig-twenty-three/signature-x509-ski
    Verify existing signature                             Fail
    Create new signature                                  Fail
    Verify new signature                                  Fail
merlin-xmldsig-twenty-three/signature-retrievalmethod-rawx509crt
    Verify existing signature                             Fail
    Create new signature                                  Fail
    Verify new signature                                  Fail
merlin-xmldsig-twenty-three/signature
    Verify existing signature                             Fail
    Create new signature                                  Fail
    Verify new signature                                  Fail
merlin-xmlenc-five/encsig-ripemd160-hmac-ripemd160-kw-tripledes
    Verify existing signature                             Fail
    Create new signature                                  Fail
    Verify new signature                                  Fail
merlin-xmlenc-five/encsig-sha256-hmac-sha256-kw-aes128
    Verify existing signature                             Fail
merlin-xmlenc-five/encsig-sha384-hmac-sha384-kw-aes192
    Verify existing signature                             Fail
merlin-xmlenc-five/encsig-sha512-hmac-sha512-kw-aes256
    Verify existing signature                             Fail
merlin-exc-c14n-one/exc-signature
    Verify existing signature                             Fail
    Create new signature                                  Fail
    Verify new signature                                  Fail
merlin-exc-c14n-one/exc-signature
    Verify existing signature                             Fail
merlin-c14n-three/signature
    Verify existing signature                             Fail
merlin-xpath-filter2-three/sign-xfdl
    Verify existing signature                             Fail
merlin-xpath-filter2-three/sign-spec
    Verify existing signature                             Fail
phaos-xmldsig-three/signature-big
    Verify existing signature                             Fail
phaos-xmldsig-three/signature-dsa-detached
    Verify existing signature                             Fail
phaos-xmldsig-three/signature-dsa-enveloped
    Verify existing signature                             Fail
phaos-xmldsig-three/signature-dsa-enveloping
    Verify existing signature                             Fail
phaos-xmldsig-three/signature-dsa-manifest
    Verify existing signature                             Fail
phaos-xmldsig-three/signature-hmac-md5-c14n-enveloping
    Verify existing signature                             Fail
phaos-xmldsig-three/signature-hmac-sha1-40-c14n-comments-detached
    Verify existing signature                             Fail
phaos-xmldsig-three/signature-hmac-sha1-40-exclusive-c14n-comments-detached
    Verify existing signature                             Fail
phaos-xmldsig-three/signature-hmac-sha1-exclusive-c14n-comments-detached
    Verify existing signature                             Fail
phaos-xmldsig-three/signature-hmac-sha1-exclusive-c14n-enveloped
    Verify existing signature                             Fail
phaos-xmldsig-three/signature-rsa-detached-b64-transform
    Verify existing signature                             Fail
phaos-xmldsig-three/signature-rsa-detached
    Verify existing signature                             Fail
phaos-xmldsig-three/signature-rsa-detached-xpath-transform
    Verify existing signature                             Fail
phaos-xmldsig-three/signature-rsa-detached-xslt-transform-retrieval-method
    Verify existing signature                             Fail
phaos-xmldsig-three/signature-rsa-detached-xslt-transform
    Verify existing signature                             Fail
phaos-xmldsig-three/signature-rsa-enveloped
    Verify existing signature                             Fail
phaos-xmldsig-three/signature-rsa-enveloping
    Verify existing signature                             Fail
phaos-xmldsig-three/signature-rsa-manifest-x509-data-cert-chain
    Verify existing signature                             Fail
phaos-xmldsig-three/signature-rsa-manifest-x509-data-cert
    Verify existing signature                             Fail
phaos-xmldsig-three/signature-rsa-manifest-x509-data-issuer-serial
    Verify existing signature                             Fail
phaos-xmldsig-three/signature-rsa-manifest-x509-data-ski
    Verify existing signature                             Fail
phaos-xmldsig-three/signature-rsa-manifest-x509-data-subject-name
    Verify existing signature                             Fail
phaos-xmldsig-three/signature-rsa-manifest
    Verify existing signature                             Fail
phaos-xmldsig-three/signature-rsa-xpath-transform-enveloped
    Verify existing signature                             Fail
Dynamic signature template
    Create new signature                                  Fail
    Verify new signature                                  Fail
--------- Negative Testing: next test MUST FAIL ----------
merlin-xmldsig-twenty-three/signature-x509-crt-crl
    Verify existing signature                             Fail
aleksey-xmldsig-01/enveloping-expired-cert
    Verify existing signature                             Fail
aleksey-xmldsig-01/dtd-hmac-91
    Verify existing signature                             Fail
phaos-xmldsig-three/signature-rsa-detached-xslt-transform-bad-retrieval-method
    Verify existing signature                             Fail
phaos-xmldsig-three/signature-rsa-enveloped-bad-digest-val
    Verify existing signature                             Fail
phaos-xmldsig-three/signature-rsa-enveloped-bad-sig
    Verify existing signature                             Fail
phaos-xmldsig-three/signature-rsa-manifest-x509-data-crl
    Verify existing signature                             Fail
--- testDSig finished
--- detailed log is written to  /tmp/testDSig.20050830_232351-23260.log
--- testEnc started for xmlsec-openssl library (20050830_232404)
--- LD_LIBRARY_PATH=/usr/local/src/xmlsec1-1.2.9/src/nss/.libs:/usr/local/src/xmlsec1-1.2.9/src/openssl/.libs:
--- log file is /tmp/testEnc.20050830_232404-25708.log
aleksey-xmlenc-01/enc-des3cbc-keyname
    Decrypt existing document                             Error
    Encrypt document                                      Fail
    Decrypt new document                                  Error
aleksey-xmlenc-01/enc-des3cbc-keyname2
    Decrypt existing document                             Error
    Encrypt document                                      Fail
    Decrypt new document                                  Error
aleksey-xmlenc-01/enc-aes128cbc-keyname
    Decrypt existing document                             Error
    Encrypt document                                      Fail
    Decrypt new document                                  Error
aleksey-xmlenc-01/enc-aes192cbc-keyname
    Decrypt existing document                             Error
    Encrypt document                                      Fail
    Decrypt new document                                  Error
aleksey-xmlenc-01/enc-aes192cbc-keyname-ref
    Decrypt existing document                             Error
aleksey-xmlenc-01/enc-aes256cbc-keyname
    Decrypt existing document                             Error
    Encrypt document                                      Fail
    Decrypt new document                                  Error
aleksey-xmlenc-01/enc-des3cbc-keyname-content
    Decrypt existing document                             Error
    Encrypt document                                      Fail
    Decrypt new document                                  Error
aleksey-xmlenc-01/enc-des3cbc-keyname-element
    Decrypt existing document                             Error
    Encrypt document                                      Fail
    Decrypt new document                                  Error
aleksey-xmlenc-01/enc-des3cbc-keyname-element-root
    Decrypt existing document                             Error
    Encrypt document                                      Fail
    Decrypt new document                                  Error
aleksey-xmlenc-01/enc-des3cbc-aes192-keyname
    Decrypt existing document                             Error
    Encrypt document                                      Fail
    Decrypt new document                                  Error
merlin-xmlenc-five/encrypt-data-aes128-cbc
    Decrypt existing document                             Error
    Encrypt document                                      Fail
    Decrypt new document                                  Error
merlin-xmlenc-five/encrypt-content-tripledes-cbc
    Decrypt existing document                             Error
    Encrypt document                                      Fail
    Decrypt new document                                  Error
merlin-xmlenc-five/encrypt-content-aes256-cbc-prop
    Decrypt existing document                             Error
    Encrypt document                                      Fail
    Decrypt new document                                  Error
merlin-xmlenc-five/encrypt-element-aes192-cbc-ref
    Decrypt existing document                             Error
merlin-xmlenc-five/encrypt-element-aes128-cbc-rsa-1_5
    Decrypt existing document                             Error
    Encrypt document                                      Fail
    Decrypt new document                                  Error
merlin-xmlenc-five/encrypt-data-tripledes-cbc-rsa-oaep-mgf1p
    Decrypt existing document                             Error
    Encrypt document                                      Fail
    Decrypt new document                                  Error
merlin-xmlenc-five/encrypt-data-aes256-cbc-kw-tripledes
    Decrypt existing document                             Error
    Encrypt document                                      Fail
    Decrypt new document                                  Error
merlin-xmlenc-five/encrypt-content-aes128-cbc-kw-aes192
    Decrypt existing document                             Error
    Encrypt document                                      Fail
    Decrypt new document                                  Error
merlin-xmlenc-five/encrypt-data-aes192-cbc-kw-aes256
    Decrypt existing document                             Error
    Encrypt document                                      Fail
    Decrypt new document                                  Error
merlin-xmlenc-five/encrypt-element-tripledes-cbc-kw-aes128
    Decrypt existing document                             Error
    Encrypt document                                      Fail
    Decrypt new document                                  Error
merlin-xmlenc-five/encrypt-element-aes256-cbc-retrieved-kw-aes256
    Decrypt existing document                             Error
01-phaos-xmlenc-3/enc-element-3des-kt-rsa1_5
    Decrypt existing document                             Error
    Encrypt document                                      Fail
    Decrypt new document                                  Error
01-phaos-xmlenc-3/enc-element-3des-kt-rsa_oaep_sha1
    Decrypt existing document                             Error
    Encrypt document                                      Fail
    Decrypt new document                                  Error
01-phaos-xmlenc-3/enc-content-aes256-kt-rsa1_5
    Decrypt existing document                             Error
    Encrypt document                                      Fail
    Decrypt new document                                  Error
01-phaos-xmlenc-3/enc-element-aes128-kt-rsa1_5
    Decrypt existing document                             Error
    Encrypt document                                      Fail
    Decrypt new document                                  Error
01-phaos-xmlenc-3/enc-element-aes128-kt-rsa_oaep_sha1
    Decrypt existing document                             Error
    Encrypt document                                      Fail
    Decrypt new document                                  Error
01-phaos-xmlenc-3/enc-element-aes192-kt-rsa_oaep_sha1
    Decrypt existing document                             Error
    Encrypt document                                      Fail
    Decrypt new document                                  Error
01-phaos-xmlenc-3/enc-text-aes192-kt-rsa1_5
    Decrypt existing document                             Error
    Encrypt document                                      Fail
    Decrypt new document                                  Error
01-phaos-xmlenc-3/enc-text-aes256-kt-rsa_oaep_sha1
    Decrypt existing document                             Error
    Encrypt document                                      Fail
    Decrypt new document                                  Error
01-phaos-xmlenc-3/enc-element-3des-kw-3des
    Decrypt existing document                             Error
    Encrypt document                                      Fail
    Decrypt new document                                  Error
01-phaos-xmlenc-3/enc-content-aes128-kw-3des
    Decrypt existing document                             Error
    Encrypt document                                      Fail
    Decrypt new document                                  Error
01-phaos-xmlenc-3/enc-element-aes128-kw-aes128
    Decrypt existing document                             Error
    Encrypt document                                      Fail
    Decrypt new document                                  Error
01-phaos-xmlenc-3/enc-element-aes128-kw-aes256
    Decrypt existing document                             Error
    Encrypt document                                      Fail
    Decrypt new document                                  Error
01-phaos-xmlenc-3/enc-content-3des-kw-aes192
    Decrypt existing document                             Error
    Encrypt document                                      Fail
    Decrypt new document                                  Error
01-phaos-xmlenc-3/enc-content-aes192-kw-aes256
    Decrypt existing document                             Error
    Encrypt document                                      Fail
    Decrypt new document                                  Error
01-phaos-xmlenc-3/enc-element-aes192-kw-aes192
    Decrypt existing document                             Error
    Encrypt document                                      Fail
    Decrypt new document                                  Error
01-phaos-xmlenc-3/enc-element-aes256-kw-aes256
    Decrypt existing document                             Error
    Encrypt document                                      Fail
    Decrypt new document                                  Error
01-phaos-xmlenc-3/enc-text-3des-kw-aes256
    Decrypt existing document                             Error
    Encrypt document                                      Fail
    Decrypt new document                                  Error
01-phaos-xmlenc-3/enc-text-aes128-kw-aes192
    Decrypt existing document                             Error
    Encrypt document                                      Fail
    Decrypt new document                                  Error
Dynamic encryption template
    Encrypt template                                      Fail
    Decrypt document                                      Fail
--------- Negative Testing: Following tests MUST FAIL ----------
--- detailed log is written to  /tmp/testEnc.20050830_232404-25708.log
01-phaos-xmlenc-3/bad-alg-enc-element-aes128-kw-3des
    Decrypt existing document                             Error
aleksey-xmlenc-01/enc-aes192cbc-keyname-ref
    Decrypt existing document                             Error
01-phaos-xmlenc-3/enc-content-aes256-kt-rsa1_5
    Decrypt existing document                             Error
--- testEnc finished
--- detailed log is written to  /tmp/testEnc.20050830_232404-25708.log
=================== Checking xmlsec-nss =================================
--- testKeys started for xmlsec-nss library (20050830_232412) ---
--- LD_LIBRARY_PATH=/usr/local/src/xmlsec1-1.2.9/src/nss/.libs:/usr/local/src/xmlsec1-1.2.9/src/openssl/.libs:
--- log file is /tmp/testKeys.20050830_232412-27342.log
    Creating new key: hmac-192                              OK
    Creating new key: rsa-1024                              OK
    Creating new key: dsa-1024                              OK
    Creating new key: des-192                               OK
    Creating new key: aes-128                               OK
    Creating new key: aes-192                               OK
    Creating new key: aes-256                               OK
--- testKeys finished ---
--- detailed log is written to  /tmp/testKeys.20050830_232412-27342.log ---
--- testDSig started for xmlsec-nss library (20050830_232437)
--- LD_LIBRARY_PATH=/usr/local/src/xmlsec1-1.2.9/src/nss/.libs:/usr/local/src/xmlsec1-1.2.9/src/openssl/.libs:
--- log file is /tmp/testDSig.20050830_232437-27449.log
aleksey-xmldsig-01/enveloping-dsa-x509chain
    Verify existing signature                               OK
    Create new signature                                    OK
    Verify new signature                                    OK
aleksey-xmldsig-01/enveloping-rsa-x509chain
    Verify existing signature                               OK
    Create new signature                                    OK
    Verify new signature                                    OK
aleksey-xmldsig-01/enveloping-md5-hmac-md5
    Verify existing signature                             Fail
    Create new signature                                  Fail
    Verify new signature                                  Fail
aleksey-xmldsig-01/enveloping-md5-hmac-md5-64
    Verify existing signature                             Fail
    Create new signature                                  Fail
    Verify new signature                                  Fail
aleksey-xmldsig-01/enveloping-ripemd160-hmac-ripemd160
    Verify existing signature                             Fail
    Create new signature                                  Fail
    Verify new signature                                  Fail
aleksey-xmldsig-01/enveloping-ripemd160-hmac-ripemd160-64
    Verify existing signature                             Fail
    Create new signature                                  Fail
    Verify new signature                                  Fail
aleksey-xmldsig-01/xpointer-hmac
    Verify existing signature                               OK
    Create new signature                                    OK
    Verify new signature                                    OK
aleksey-xmldsig-01/enveloping-sha1-hmac-sha1
    Verify existing signature                               OK
    Create new signature                                    OK
    Verify new signature                                    OK
aleksey-xmldsig-01/enveloping-sha1-hmac-sha1-64
    Verify existing signature                               OK
    Create new signature                                    OK
    Verify new signature                                    OK
aleksey-xmldsig-01/enveloping-sha224-hmac-sha224
    Verify existing signature                             Fail
    Create new signature                                  Fail
    Verify new signature                                  Fail
aleksey-xmldsig-01/enveloping-sha224-hmac-sha224-64
    Verify existing signature                             Fail
    Create new signature                                  Fail
    Verify new signature                                  Fail
aleksey-xmldsig-01/enveloping-sha256-hmac-sha256
    Verify existing signature                             Fail
    Create new signature                                  Fail
    Verify new signature                                  Fail
aleksey-xmldsig-01/enveloping-sha256-hmac-sha256-64
    Verify existing signature                             Fail
    Create new signature                                  Fail
    Verify new signature                                  Fail
aleksey-xmldsig-01/enveloping-sha384-hmac-sha384
    Verify existing signature                             Fail
    Create new signature                                  Fail
    Verify new signature                                  Fail
aleksey-xmldsig-01/enveloping-sha384-hmac-sha384-64
    Verify existing signature                             Fail
    Create new signature                                  Fail
    Verify new signature                                  Fail
aleksey-xmldsig-01/enveloping-sha512-hmac-sha512
    Verify existing signature                             Fail
    Create new signature                                  Fail
    Verify new signature                                  Fail
aleksey-xmldsig-01/enveloping-sha512-hmac-sha512-64
    Verify existing signature                             Fail
    Create new signature                                  Fail
    Verify new signature                                  Fail
aleksey-xmldsig-01/enveloping-md5-rsa-md5
    Verify existing signature                             Fail
    Create new signature                                  Fail
    Verify new signature                                  Fail
aleksey-xmldsig-01/enveloping-ripemd160-rsa-ripemd160
    Verify existing signature                             Fail
    Create new signature                                  Fail
    Verify new signature                                  Fail
aleksey-xmldsig-01/enveloping-sha1-rsa-sha1
    Verify existing signature                               OK
    Create new signature                                    OK
    Verify new signature                                    OK
aleksey-xmldsig-01/enveloping-sha224-rsa-sha224
    Verify existing signature                             Fail
    Create new signature                                  Fail
    Verify new signature                                  Fail
aleksey-xmldsig-01/enveloping-sha256-rsa-sha256
    Verify existing signature                             Fail
    Create new signature                                  Fail
    Verify new signature                                  Fail
aleksey-xmldsig-01/enveloping-sha384-rsa-sha384
    Verify existing signature                             Fail
    Create new signature                                  Fail
    Verify new signature                                  Fail
aleksey-xmldsig-01/enveloping-sha512-rsa-sha512
    Verify existing signature                             Fail
    Create new signature                                  Fail
    Verify new signature                                  Fail
aleksey-xmldsig-01/enveloping-expired-cert
    Verify existing signature                               OK
aleksey-xmldsig-01/dtd-hmac-91
    Verify existing signature                               OK
    Create new signature                                    OK
    Verify new signature                                    OK
aleksey-xmldsig-01/x509data-test
    Verify existing signature                               OK
    Create new signature                                  Fail
    Verify new signature                                  Fail
aleksey-xmldsig-01/x509data-sn-test
    Verify existing signature                             Fail
    Create new signature                                  Fail
    Verify new signature                                  Fail
merlin-xmldsig-twenty-three/signature-enveloped-dsa
    Verify existing signature                               OK
    Create new signature                                    OK
    Verify new signature                                    OK
merlin-xmldsig-twenty-three/signature-enveloping-dsa
    Verify existing signature                               OK
    Create new signature                                    OK
    Verify new signature                                    OK
merlin-xmldsig-twenty-three/signature-enveloping-b64-dsa
    Verify existing signature                               OK
    Create new signature                                    OK
    Verify new signature                                    OK
merlin-xmldsig-twenty-three/signature-enveloping-hmac-sha1-40
    Verify existing signature                               OK
    Create new signature                                    OK
    Verify new signature                                    OK
merlin-xmldsig-twenty-three/signature-enveloping-hmac-sha1
    Verify existing signature                               OK
    Create new signature                                    OK
    Verify new signature                                    OK
merlin-xmldsig-twenty-three/signature-enveloping-rsa
    Verify existing signature                               OK
    Create new signature                                    OK
    Verify new signature                                    OK
merlin-xmldsig-twenty-three/signature-external-b64-dsa
    Verify existing signature                               OK
    Create new signature                                    OK
    Verify new signature                                    OK
merlin-xmldsig-twenty-three/signature-external-dsa
    Verify existing signature                               OK
    Create new signature                                    OK
    Verify new signature                                    OK
merlin-xmldsig-twenty-three/signature-keyname
    Verify existing signature                               OK
    Create new signature                                    OK
    Verify new signature                                    OK
merlin-xmldsig-twenty-three/signature-x509-crt
    Verify existing signature                               OK
    Create new signature                                    OK
    Verify new signature                                  Fail
merlin-xmldsig-twenty-three/signature-x509-sn
    Verify existing signature                               OK
    Create new signature                                    OK
    Verify new signature                                    OK
merlin-xmldsig-twenty-three/signature-x509-is
    Verify existing signature                             Fail
    Create new signature                                    OK
    Verify new signature                                  Fail
merlin-xmldsig-twenty-three/signature-x509-ski
    Verify existing signature                             Fail
    Create new signature                                    OK
    Verify new signature                                    OK
merlin-xmldsig-twenty-three/signature-retrievalmethod-rawx509crt
    Verify existing signature                               OK
    Create new signature                                    OK
    Verify new signature                                    OK
merlin-xmldsig-twenty-three/signature
    Verify existing signature                               OK
    Create new signature                                    OK
    Verify new signature                                    OK
merlin-xmlenc-five/encsig-ripemd160-hmac-ripemd160-kw-tripledes
    Verify existing signature                             Fail
    Create new signature                                  Fail
    Verify new signature                                  Fail
merlin-xmlenc-five/encsig-sha256-hmac-sha256-kw-aes128
    Verify existing signature                             Fail
merlin-xmlenc-five/encsig-sha384-hmac-sha384-kw-aes192
    Verify existing signature                             Fail
merlin-xmlenc-five/encsig-sha512-hmac-sha512-kw-aes256
    Verify existing signature                             Fail
merlin-exc-c14n-one/exc-signature
    Verify existing signature                               OK
    Create new signature                                    OK
    Verify new signature                                    OK
merlin-exc-c14n-one/exc-signature
    Verify existing signature                               OK
merlin-c14n-three/signature
    Verify existing signature                               OK
merlin-xpath-filter2-three/sign-xfdl
    Verify existing signature                               OK
merlin-xpath-filter2-three/sign-spec
    Verify existing signature                               OK
phaos-xmldsig-three/signature-big
    Verify existing signature                               OK
phaos-xmldsig-three/signature-dsa-detached
    Verify existing signature                               OK
phaos-xmldsig-three/signature-dsa-enveloped
    Verify existing signature                               OK
phaos-xmldsig-three/signature-dsa-enveloping
    Verify existing signature                               OK
phaos-xmldsig-three/signature-dsa-manifest
    Verify existing signature                               OK
phaos-xmldsig-three/signature-hmac-md5-c14n-enveloping
    Verify existing signature                             Fail
phaos-xmldsig-three/signature-hmac-sha1-40-c14n-comments-detached
    Verify existing signature                               OK
phaos-xmldsig-three/signature-hmac-sha1-40-exclusive-c14n-comments-detached
    Verify existing signature                               OK
phaos-xmldsig-three/signature-hmac-sha1-exclusive-c14n-comments-detached
    Verify existing signature                               OK
phaos-xmldsig-three/signature-hmac-sha1-exclusive-c14n-enveloped
    Verify existing signature                               OK
phaos-xmldsig-three/signature-rsa-detached-b64-transform
    Verify existing signature                               OK
phaos-xmldsig-three/signature-rsa-detached
    Verify existing signature                               OK
phaos-xmldsig-three/signature-rsa-detached-xpath-transform
    Verify existing signature                               OK
phaos-xmldsig-three/signature-rsa-detached-xslt-transform-retrieval-method
    Verify existing signature                               OK
phaos-xmldsig-three/signature-rsa-detached-xslt-transform
    Verify existing signature                               OK
phaos-xmldsig-three/signature-rsa-enveloped
    Verify existing signature                               OK
phaos-xmldsig-three/signature-rsa-enveloping
    Verify existing signature                               OK
phaos-xmldsig-three/signature-rsa-manifest-x509-data-cert-chain
    Verify existing signature                               OK
phaos-xmldsig-three/signature-rsa-manifest-x509-data-cert
    Verify existing signature                               OK
phaos-xmldsig-three/signature-rsa-manifest-x509-data-issuer-serial
    Verify existing signature                               OK
phaos-xmldsig-three/signature-rsa-manifest-x509-data-ski
    Verify existing signature                             Fail
phaos-xmldsig-three/signature-rsa-manifest-x509-data-subject-name
    Verify existing signature                               OK
phaos-xmldsig-three/signature-rsa-manifest
    Verify existing signature                               OK
phaos-xmldsig-three/signature-rsa-xpath-transform-enveloped
    Verify existing signature                               OK
Dynamic signature template
    Create new signature                                    OK
    Verify new signature                                    OK
--------- Negative Testing: next test MUST FAIL ----------
merlin-xmldsig-twenty-three/signature-x509-crt-crl
    Verify existing signature                               OK
aleksey-xmldsig-01/enveloping-expired-cert
    Verify existing signature                             Fail
aleksey-xmldsig-01/dtd-hmac-91
    Verify existing signature                             Fail
phaos-xmldsig-three/signature-rsa-detached-xslt-transform-bad-retrieval-method
    Verify existing signature                             Fail
phaos-xmldsig-three/signature-rsa-enveloped-bad-digest-val
    Verify existing signature                             Fail
phaos-xmldsig-three/signature-rsa-enveloped-bad-sig
    Verify existing signature                             Fail
phaos-xmldsig-three/signature-rsa-manifest-x509-data-crl
    Verify existing signature                             Fail
--- testDSig finished
--- detailed log is written to  /tmp/testDSig.20050830_232437-27449.log
--- testEnc started for xmlsec-nss library (20050830_232944)
--- LD_LIBRARY_PATH=/usr/local/src/xmlsec1-1.2.9/src/nss/.libs:/usr/local/src/xmlsec1-1.2.9/src/openssl/.libs:
--- log file is /tmp/testEnc.20050830_232944-30142.log
aleksey-xmlenc-01/enc-des3cbc-keyname
    Decrypt existing document                               OK
    Encrypt document                                        OK
    Decrypt new document                                    OK
aleksey-xmlenc-01/enc-des3cbc-keyname2
    Decrypt existing document                               OK
    Encrypt document                                        OK
    Decrypt new document                                    OK
aleksey-xmlenc-01/enc-aes128cbc-keyname
    Decrypt existing document                               OK
    Encrypt document                                        OK
    Decrypt new document                                    OK
aleksey-xmlenc-01/enc-aes192cbc-keyname
    Decrypt existing document                               OK
    Encrypt document                                        OK
    Decrypt new document                                    OK
aleksey-xmlenc-01/enc-aes192cbc-keyname-ref
    Decrypt existing document                               OK
aleksey-xmlenc-01/enc-aes256cbc-keyname
    Decrypt existing document                               OK
    Encrypt document                                        OK
    Decrypt new document                                    OK
aleksey-xmlenc-01/enc-des3cbc-keyname-content
    Decrypt existing document                               OK
    Encrypt document                                        OK
    Decrypt new document                                    OK
aleksey-xmlenc-01/enc-des3cbc-keyname-element
    Decrypt existing document                               OK
    Encrypt document                                        OK
    Decrypt new document                                    OK
aleksey-xmlenc-01/enc-des3cbc-keyname-element-root
    Decrypt existing document                               OK
    Encrypt document                                        OK
    Decrypt new document                                    OK
aleksey-xmlenc-01/enc-des3cbc-aes192-keyname
    Decrypt existing document                               OK
    Encrypt document                                        OK
    Decrypt new document                                    OK
merlin-xmlenc-five/encrypt-data-aes128-cbc
    Decrypt existing document                               OK
    Encrypt document                                        OK
    Decrypt new document                                    OK
merlin-xmlenc-five/encrypt-content-tripledes-cbc
    Decrypt existing document                               OK
    Encrypt document                                        OK
    Decrypt new document                                    OK
merlin-xmlenc-five/encrypt-content-aes256-cbc-prop
    Decrypt existing document                               OK
    Encrypt document                                        OK
    Decrypt new document                                    OK
merlin-xmlenc-five/encrypt-element-aes192-cbc-ref
    Decrypt existing document                               OK
merlin-xmlenc-five/encrypt-element-aes128-cbc-rsa-1_5
    Decrypt existing document                               OK
    Encrypt document                                        OK
    Decrypt new document                                    OK
merlin-xmlenc-five/encrypt-data-tripledes-cbc-rsa-oaep-mgf1p
    Decrypt existing document                             Error
    Encrypt document                                      Fail
    Decrypt new document                                  Error
merlin-xmlenc-five/encrypt-data-aes256-cbc-kw-tripledes
    Decrypt existing document                               OK
    Encrypt document                                        OK
    Decrypt new document                                    OK
merlin-xmlenc-five/encrypt-content-aes128-cbc-kw-aes192
    Decrypt existing document                               OK
    Encrypt document                                        OK
    Decrypt new document                                    OK
merlin-xmlenc-five/encrypt-data-aes192-cbc-kw-aes256
    Decrypt existing document                               OK
    Encrypt document                                        OK
    Decrypt new document                                    OK
merlin-xmlenc-five/encrypt-element-tripledes-cbc-kw-aes128
    Decrypt existing document                               OK
    Encrypt document                                        OK
    Decrypt new document                                    OK
merlin-xmlenc-five/encrypt-element-aes256-cbc-retrieved-kw-aes256
    Decrypt existing document                               OK
01-phaos-xmlenc-3/enc-element-3des-kt-rsa1_5
    Decrypt existing document                               OK
    Encrypt document                                        OK
    Decrypt new document                                    OK
01-phaos-xmlenc-3/enc-element-3des-kt-rsa_oaep_sha1
    Decrypt existing document                             Error
    Encrypt document                                      Fail
    Decrypt new document                                  Error
01-phaos-xmlenc-3/enc-content-aes256-kt-rsa1_5
    Decrypt existing document                               OK
    Encrypt document                                        OK
    Decrypt new document                                    OK
01-phaos-xmlenc-3/enc-element-aes128-kt-rsa1_5
    Decrypt existing document                               OK
    Encrypt document                                        OK
    Decrypt new document                                    OK
01-phaos-xmlenc-3/enc-element-aes128-kt-rsa_oaep_sha1
    Decrypt existing document                             Error
    Encrypt document                                      Fail
    Decrypt new document                                  Error
01-phaos-xmlenc-3/enc-element-aes192-kt-rsa_oaep_sha1
    Decrypt existing document                             Error
    Encrypt document                                      Fail
    Decrypt new document                                  Error
01-phaos-xmlenc-3/enc-text-aes192-kt-rsa1_5
    Decrypt existing document                               OK
    Encrypt document                                        OK
    Decrypt new document                                    OK
01-phaos-xmlenc-3/enc-text-aes256-kt-rsa_oaep_sha1
    Decrypt existing document                             Error
    Encrypt document                                      Fail
    Decrypt new document                                  Error
01-phaos-xmlenc-3/enc-element-3des-kw-3des
    Decrypt existing document                               OK
    Encrypt document                                        OK
    Decrypt new document                                    OK
01-phaos-xmlenc-3/enc-content-aes128-kw-3des
    Decrypt existing document                               OK
    Encrypt document                                        OK
    Decrypt new document                                    OK
01-phaos-xmlenc-3/enc-element-aes128-kw-aes128
    Decrypt existing document                               OK
    Encrypt document                                        OK
    Decrypt new document                                    OK
01-phaos-xmlenc-3/enc-element-aes128-kw-aes256
    Decrypt existing document                               OK
    Encrypt document                                        OK
    Decrypt new document                                    OK
01-phaos-xmlenc-3/enc-content-3des-kw-aes192
    Decrypt existing document                               OK
    Encrypt document                                        OK
    Decrypt new document                                    OK
01-phaos-xmlenc-3/enc-content-aes192-kw-aes256
    Decrypt existing document                               OK
    Encrypt document                                        OK
    Decrypt new document                                    OK
01-phaos-xmlenc-3/enc-element-aes192-kw-aes192
    Decrypt existing document                               OK
    Encrypt document                                        OK
    Decrypt new document                                    OK
01-phaos-xmlenc-3/enc-element-aes256-kw-aes256
    Decrypt existing document                               OK
    Encrypt document                                        OK
    Decrypt new document                                    OK
01-phaos-xmlenc-3/enc-text-3des-kw-aes256
    Decrypt existing document                               OK
    Encrypt document                                        OK
    Decrypt new document                                    OK
01-phaos-xmlenc-3/enc-text-aes128-kw-aes192
    Decrypt existing document                               OK
    Encrypt document                                        OK
    Decrypt new document                                    OK
Dynamic encryption template
    Encrypt template                                        OK
    Decrypt document                                        OK
--------- Negative Testing: Following tests MUST FAIL ----------
--- detailed log is written to  /tmp/testEnc.20050830_232944-30142.log
01-phaos-xmlenc-3/bad-alg-enc-element-aes128-kw-3des
    Decrypt existing document                             Error
aleksey-xmlenc-01/enc-aes192cbc-keyname-ref
    Decrypt existing document                             Error
01-phaos-xmlenc-3/enc-content-aes256-kt-rsa1_5
    Decrypt existing document                             Error
--- testEnc finished
--- detailed log is written to  /tmp/testEnc.20050830_232944-30142.log
-------------------------- ATTENTION -----------------------------------
--- 1) Some of the following tests use resources located on external ---
--- HTTP servers. If you have no Internet connection or the external ---
--- resource is not responding then the test will fail.              ---
--- 2) The test fails if corresponding feature(s) is disabled.       ---
--- Please, don't be surprised that many XML Encryption tests fails  ---
--- when you use OpenSSL 0.9.6 (see the FAQ for details)             ---
-------------------------- ATTENTION -----------------------------------


More information about the xmlsec mailing list