<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#3333FF">
    Hi<br>
    <br>
    I am having a stupid problem configuring my build of xmlsec.  Having
    got all of the other libraries (libiconv, openssl, zlib, libxml2 and
    libxslt) to build OK (I think/hope), the xmlsec ./configure can't
    seem to find libxslt, although it finds libxml2 OK:<br>
    <br>
    $ ./configure --prefix=/projects/xmlsec/xmlsec1-1.2.18 \<br>
            --with-openssl=/projects/xmlsec/openssl-1.0.1c \<br>
            --with-libxml=/projects/xmlsec/libxml2-2.9.0 \<br>
            --with-libxslt=/projects/xmlsec/libxslt-1.1.27<br>
    <br>
    Produces, after a bit:<br>
    <br>
    ...<br>
    <font face="Arial">checking for xml2-config...
      /projects/xmlsec/libxml2-2.9.0/bin/xml2-config<br>
      checking libxml2 /projects/xmlsec/libxml2-2.9.0/bin/xml2-config
      ... yes ('2.9.0')<br>
      checking for xslt-config... no<br>
      checking for libxslt libraries >= 1.0.20... configure: error:
      Unable to find libxslt at '/projects/xmlsec/libxslt-1.1.27'<br>
      <br>
      But:<br>
      <br>
      $ ls -l /projects/xmlsec/libxslt-1.1.27/xslt-config<br>
      -rwxr-xr-x 1 mike Administrators 2537 Nov 19 18:57
      /projects/xmlsec/libxslt-1.1.27/xslt-config<br>
      <br>
      I am a bit baffled... looking through the code in the xmlsec
      "configure" I am having trouble spotting exactly what it is that
      it is looking for but not finding. Has anyone any helpful thoughts
      about what I am doing wrong?<br>
      <br>
      TIA<br>
      <br>
      Mike Peat<br>
      <br>
    </font>
  </body>
</html>