<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=windows-1252">
  </head>
  <body>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
    I guess I missed that.  Works perfectly now!<br>
    <br>
    Thanks, Viktor!!<br>
    <br>
    <br>
    Neil<br>
    <br>
    <br>
    <div class="moz-cite-prefix">On 9/25/2015 2:45 PM,
      <a class="moz-txt-link-abbreviated" href="mailto:openssl-users-request@openssl.org">openssl-users-request@openssl.org</a> wrote:<br>
    </div>
    <blockquote
      cite="mid:mailman.144.1443210329.5059.openssl-users@openssl.org"
      type="cite">
      <pre wrap="">Send openssl-users mailing list submissions to
        <a class="moz-txt-link-abbreviated" href="mailto:openssl-users@openssl.org">openssl-users@openssl.org</a>

To subscribe or unsubscribe via the World Wide Web, visit
        <a class="moz-txt-link-freetext" href="https://mta.openssl.org/mailman/listinfo/openssl-users">https://mta.openssl.org/mailman/listinfo/openssl-users</a>
or, via email, send a message with subject or body 'help' to
        <a class="moz-txt-link-abbreviated" href="mailto:openssl-users-request@openssl.org">openssl-users-request@openssl.org</a>

You can reach the person managing the list at
        <a class="moz-txt-link-abbreviated" href="mailto:openssl-users-owner@openssl.org">openssl-users-owner@openssl.org</a>

When replying, please edit your Subject line so it is more specific
than "Re: Contents of openssl-users digest..."


Today's Topics:

   1. Re: lib4758cca.bad (Viktor Dukhovni)
   2. How can i verify a signature without knowing the  private key?
      not by openssl command but openssl function.
      (=?gb18030?B?1qrstvTDvLo=?=)
   3. Re: How can i verify a signature without knowing the      private
      key? not by openssl command but openssl function. (Scott Neugroschl)
   4. Re: How can i verify a signature without knowing the      private
      key? not by openssl command but openssl function. (Scott Neugroschl)
   5. Browsers SSL handshake issues with        <a class="moz-txt-link-freetext" href="https://wiki.openssl.org">https://wiki.openssl.org</a>
      (Bubnov Dmitriy)


----------------------------------------------------------------------

Message: 1
Date: Thu, 24 Sep 2015 19:52:49 +0000
From: Viktor Dukhovni <a class="moz-txt-link-rfc2396E" href="mailto:openssl-users@dukhovni.org"><openssl-users@dukhovni.org></a>
To: <a class="moz-txt-link-abbreviated" href="mailto:openssl-users@openssl.org">openssl-users@openssl.org</a>
Subject: Re: [openssl-users] lib4758cca.bad
Message-ID: <a class="moz-txt-link-rfc2396E" href="mailto:20150924195249.GR21942@mournblade.imrryr.org"><20150924195249.GR21942@mournblade.imrryr.org></a>
Content-Type: text/plain; charset=us-ascii

On Thu, Sep 24, 2015 at 12:50:43PM -0500, neil carter wrote:

</pre>
      <blockquote type="cite">
        <pre wrap="">I just completed compiling the openssl-1.0.2d bundle on 64-bit linux (OEL
5.8).  I say completed, but I cheated somewhat.

steps:

        ./config --prefix=/usr/local shared no-dso
        make
        make install

When I ran the 'make install' the first time, it failed at the 4758cca
section with several errors  about all of the lib* files in the engines
sub-directory.
</pre>
      </blockquote>
      <pre wrap="">When you disable dynamic shared objects, you also need to disable
engine support.

Try:

    ./config --prefix=/usr/local shared no-dso no-engine
    make depend
    make

(Building with no-engine does not seem to work on the "master"
branch just now, but works for me with 1.0.2 from git, have not
tried 1.0.2d).

</pre>
    </blockquote>
    <br>
  </body>
</html>