Forums » Saxon/C Help and Discussions »
Commands for SaxonC 11.2 HE on Linux look for /usr/lib/libsaxoneec.so
Added by Martin Honnen almost 3 years ago
I have tried to install SaxonC 11.2 HE on two Linux installations, for some reason, whatever I do, an attempt to run command/query
or command/transform
, fails with /usr/lib/libsaxoneec.so
, so it is looking for the EE library.
I have SAXONC_HOME
set to /usr/lib
and it contains the file for HE: -rwxr-xr-x 1 root root 47850816 Feb 18 17:24 /usr/lib/libsaxonhec.so
.
I don't think that problem happened to me with 11.1 HE.
A test with diff libsaxon-HEC-11.1/command/buildhec-command.sh libsaxon-HEC-11.2/command/buildhec-command.sh
doesn't show any difference between the build shell scripts.
On the system I currently test I didn't even have any Linux SaxonC EE version installed.
I am currently not sure where the problem comes from, the C++ and Python and PHP samples find the HE library and show that SaxonC-HE 11.2
is being run.
Replies (1)
RE: Commands for SaxonC 11.2 HE on Linux look for /usr/lib/libsaxoneec.so - Added by O'Neil Delpratt over 2 years ago
Yes this is a bug in the buildhec-command.sh file. The preprocessor directive should be -DHEC
instead of -DEEC
I have created the following bug issue #5365 to keep track of the patch.
Please register to reply