Hiawatha version: 8.4
Operating System: OpenIndiana 151_a4
Hi,
I am trying to build Hiawatha 8.4 on OpenIndiana and it is failing with this:
-- Could NOT find LibXslt (missing: LIBXSLT_LIBRARIES LIBXSLT_INCLUDE_DIR)
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
LIBXSLT_INCLUDE_DIR (ADVANCED)
used as include directory in directory /tmp/hiawatha-8.4
LIBXSLT_LIBRARIES (ADVANCED)
linked by target "hiawatha" in directory /tmp/hiawatha-8.4
-- Configuring incomplete, errors occurred!
Cmake 2.8.7 is installed
libxslt 1.1.26 is installed
cmake and libxslt were installed as packages from opencsw.org and are put in /opt/csw/
I tried this below but it didn't work:
export LIBXSLT_LIBRARIES=/opt/csw/lib
Thanks for any pointers.