Actions
Bug #2637
closedPHP build config still using old library naming: libsaxon.so
Start date:
2016-02-22
Due date:
% Done:
100%
Estimated time:
Applies to branch:
Fix Committed on Branch:
Fixed in Maintenance Release:
Found in version:
1.0.0
Fixed in version:
1.0.1
SaxonC Languages:
SaxonC Platforms:
SaxonC Architecture:
Description
The config.m4 file seems to assume the library name libsaoxn.so under /usr/lib. In Saxon 1.0.0 we have renamed the library to libsaxonhec.so for HE and similar naming for PE and EE. The build config file needs to change to match the new naming convention.
The workaround is to create symblic link of the library libsaxonhec.so to libsaoxn.so under '/usr/lib'. Similar fix to PE and EE.
Patch will be available in the next maintenance release.
Please register to edit this issue
Actions