XMLSec 1.3.11 (rc1) #1132
Replies: 3 comments 2 replies
-
|
Hmm, updating to this version in odfsig with this patch: Results in this failure at least on Linux: I wonder what goes wrong there, given that 1.3.10 was fine. Note that I build against libxml2 2.14.6 (is that now too old?), also I use these options: Maybe somehow the --without-libxslt case broke? I can try to investigate some more, but if the above rings a bell for you, I would be interested to hear about that. Thanks. |
Beta Was this translation helpful? Give feedback.
-
|
Looks like you are building against 2.15+ headers but then linking against 2.14 libraries for LibXML2. This is the offending line: Line 32 in eb28991 and it's 6+ months old |
Beta Was this translation helpful? Give feedback.
-
|
Thanks, it was indeed a libxml2 mismatch that was always broken, but somehow it didn't surface in practice. I had an include path to my bundled libxml2 (2.14.6) and by accident I linked to system libxml2 (2.13.8). So nothing in xmlsec at the end, sorry for the noise. :-) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Please test the release candidate 1.3.11-rc1 (signature) and let me know if you see any issues:
GitHub Wiki.
This discussion was created from the release XMLSec 1.3.11 (rc1).
Beta Was this translation helpful? Give feedback.
All reactions