-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Aleksey Sanin schrieb: > Can you try this patch, please? You will need to get xmlsec sources > from CVS (http://www.aleksey.com/xmlsec/download.html) and then > run > ./autogen.sh --with-nss=/usr --with-nspr=/usr > > instead of ./configure script. >
it works fine with this patch! I now get the following result: Checking for nspr libraries >= 4.0... yes Checking for nss libraries >= 3.2... yes So this works fine. But as i want to build an rpm and *not* use checkinstall , i now wanted to do a make dist, which fails. The complete output of make dist is at http://www.rauch-webdesign.de/tmp/makedist.txt It fails upon a too long pathname! These are the last few lines of the output: tardir=xmlsec1-1.2.9 && /bin/sh /home/rauch/cvs/xmlsec/missing --run tar chof - "$tardir" | GZIP=--best gzip -c >xmlsec1-1.2.9.tar.gz tar: xmlsec1-1.2.9/tests/phaos-xmldsig-three/signature-rsa-detached-xslt-transform-bad-retrieval-method.xml: file name is too long (max 99); not dumped tar: Fehler beim Beenden, verursacht durch vorhergehende Fehler. { test ! -d xmlsec1-1.2.9 || { find xmlsec1-1.2.9 -type d ! -perm -200 - -exec chmod u+w {} ';' && rm -fr xmlsec1-1.2.9; }; } -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDhMJBayhvFxrDZlkRAoiBAJ454HXt5FGTtiTjNoNGv5iZjS/UtwCfTkxO SaT/4FWFKBYLejGuQHLB3BY= =h2ol -----END PGP SIGNATURE----- _______________________________________________ xmlsec mailing list [email protected] http://www.aleksey.com/mailman/listinfo/xmlsec
