I guess I missed that. Works perfectly now! Thanks, Viktor!! Neil On 9/25/2015 2:45 PM, openssl-users-request at openssl.org wrote: > Send openssl-users mailing list submissions to > openssl-users at openssl.org > > To subscribe or unsubscribe via the World Wide Web, visit > https://mta.openssl.org/mailman/listinfo/openssl-users > or, via email, send a message with subject or body 'help' to > openssl-users-request at openssl.org > > You can reach the person managing the list at > openssl-users-owner at openssl.org > > 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 https://wiki.openssl.org > (Bubnov Dmitriy) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Thu, 24 Sep 2015 19:52:49 +0000 > From: Viktor Dukhovni <openssl-users at dukhovni.org> > To: openssl-users at openssl.org > Subject: Re: [openssl-users] lib4758cca.bad > Message-ID: <20150924195249.GR21942 at mournblade.imrryr.org> > Content-Type: text/plain; charset=us-ascii > > On Thu, Sep 24, 2015 at 12:50:43PM -0500, neil carter wrote: > >> 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. > 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). > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mta.openssl.org/pipermail/openssl-users/attachments/20150925/a1b20e08/attachment.html>