Reputation: 1973
How can I tell if XML::LibXSLT-1.94 is most compatible with libxslt 1.1.29 or libxslt 1.1.28 ?
I have this report which says
Compiled against: libxslt 10128, libxml2 20902
Running: libxslt 10128, libxml2 20902
Does this mean its only compatible with libxslt 1.1.28 and libxml2 2.9.2 on that particular version of OS ?
If not, is there any compatibility matrix that I can refer to ?
Upvotes: 0
Views: 393
Reputation: 33618
You should be able to compile XML::LibXSLT with libxslt 1.1.18 or newer. Only versions 1.1.25 and 1.1.27 are blacklisted. Switching to a newer libxslt version without recompiling XML::LibXSLT is also supported. Switching to an older version of libxslt can result in a runtime link failure or a warning message. But AFAIK, 1.1.28 and 1.1.29 can be used interchangeably.
Upvotes: 0