<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#3333FF">
    <div class="moz-cite-prefix">On 20/11/2012 16:49, Mike Peat wrote:<br>
    </div>
    <blockquote cite="mid:50ABB49E.1040909@unicorninterglobal.com"
      type="cite">
      <meta http-equiv="content-type" content="text/html;
        charset=ISO-8859-1">
      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></blockquote>
    <font face="Arial">I have now found that copying xslt-config from
      its "natural" location in /projects/xmlsec/libxslt-1.1.27 to
      /projects/xmlsec/xmlsec1-1.2.18 (the build directory) seems to
      work around the problem.<br>
      <br>
      I /may/ try modifying the configure script to address this - does
      anybody have any thoughts?<br>
      <br>
      Mike<br>
    </font><br>
  </body>
</html>