<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p><font face="Arial">I have another look at it.</font><br>
    </p>
    <div class="moz-cite-prefix">On 07/10/2021 10:00, Michael Stahl
      wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:2e3673d0-77db-6b4f-764d-10f4f8db0512@libreoffice.org">On
      06.10.21 18:25, mcmurchy1917techy wrote:
      <br>
      <blockquote type="cite">Found my mistake.
        <br>
        <br>
        I should have set the --enable-python flag in autogenĀ  to system
        <br>
        <br>
      </blockquote>
      that's not a mistake, the internal one ought to build, but it's
      not possible to figure out from the log why it failed:
      <br>
      <br>
      <blockquote type="cite">
        <blockquote type="cite">
          <blockquote type="cite">
            <br>
            <br>
            Failed to build these modules:
            <br>
            _ssl
            <br>
            <br>
            <br>
            Could not build the ssl module!
            <br>
            Python requires an OpenSSL 1.0.2 or 1.1 compatible libssl
            with X509_VERIFY_PARAM_set1_host().
            <br>
            LibreSSL 2.6.4 and earlier do not provide the necessary
            APIs,
            <a class="moz-txt-link-freetext" href="https://github.com/libressl-portable/portable/issues/381">https://github.com/libressl-portable/portable/issues/381</a>
            <br>
            <br>
            running build_scripts
            <br>
          </blockquote>
          <br>
          <br>
          On my system I ran
          <br>
          <br>
          <blockquote type="cite">strings --print-file-name $(locate
            libssl) | grep X509_VERIFY_PARAM_set1_host
            <br>
          </blockquote>
          <br>
          which returned
          <br>
          <br>
          <br>
          <blockquote type="cite">/lib/libssl.so.1.1:
            X509_VERIFY_PARAM_set1_host
            <br>
            /lib64/libssl.so.1.1: X509_VERIFY_PARAM_set1_host
            <br>
            /usr/lib/libssl.so: X509_VERIFY_PARAM_set1_host
            <br>
            /usr/lib/libssl.so.1.1: X509_VERIFY_PARAM_set1_host
            <br>
            /usr/lib64/libssl.so: X509_VERIFY_PARAM_set1_host
            <br>
            /usr/lib64/libssl.so.1.1: X509_VERIFY_PARAM_set1_host
            <br>
          </blockquote>
          <br>
          So is it telling me that this python3 build is seeing
          X509_VERIFY_PARAM_set1_host at the beginning, but not at the
          end?
          <br>
        </blockquote>
      </blockquote>
      <br>
      the error message appears to be generic - it's possible that the
      problem doesn't have anything to do with
      "X509_VERIFY_PARAM_set1_host".
      <br>
      <br>
      perhaps there are more details further up in the log, or in a
      different log file.
      <br>
      <br>
      also, the openssl may be used either internal or from the system,
      depending on --with-system-openssl/--with-system-libs.
      <br>
    </blockquote>
  </body>
</html>