<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">Hi anybody who may be able to help<br>
      <br>
      I am trying to build xmlsec under mingw/msys.<br>
      <br>
      I have got to the point where it SEEMS to build OK with the
      following config:<br>
      <br>
      ./configure --prefix=$PWD
      --with-libxml-src=/projects/xmlsec1/libxml2-2.9.0  \<br>
                      
      --with-libxslt-src=/projects/xmlsec1/libxslt-1.1.27
      --build=i686-pc-mingw32 \<br>
                       --with-openssl=/local/ssl<br>
      <br>
      make <br>
      <br>
      then completes OK (there are some warnings about various libs
      appearing to have been moved).  However...<br>
      <br>
      make check<br>
      <br>
      logs lots of errors of the form:<br>
      <br>
      Error: unable to load xmlsec-openssl library. Make sure that you
      have<br>
      this it installed, check shared libraries path (LD_LIBRARY_PATH)<br>
      envornment variable or use "--crypto" option to specify different<br>
      crypto engine.<br>
      <br>
      Can anybody tell me what to do about this?  I can't find a DLL of
      that (or similar) name anywhere.<br>
      <br>
      Also, <br>
      <br>
      make install<br>
      <br>
      fails as follows:<br>
      <br>
      //=====<br>
      ....<br>
      make[5]: Entering directory
      `/projects/xmlsec1/xmlsec1-1.2.18/include/xmlsec'<br>
----------------------------------------------------------------------<br>
      <br>
      *** WARNING ***:<br>
      <br>
      You seem to have old xmlsec header files installed in:<br>
      <br>
        "/projects/xmlsec1/xmlsec1-1.2.18/include/xmlsec"<br>
      <br>
      The entire directory will be removed now.<br>
      To allow parallel installation of different xmlsec library
      versions,<br>
      the header files are now installed in a version specific
      subdirectory:<br>
      <br>
        "/projects/xmlsec1/xmlsec1-1.2.18/include/xmlsec1/xmlsec"<br>
      <br>
----------------------------------------------------------------------<br>
      <br>
      rm: cannot remove directory
      `/projects/xmlsec1/xmlsec1-1.2.18/include/xmlsec': P<br>
      ermission denied<br>
      make[5]: *** [remove-old-headers] Error 1<br>
      ...<br>
      //=====<br>
      <br>
      Any help would be much appreciated.<br>
      <br>
      Mike<br>
      <br>
    </div>
  </body>
</html>