On Mon, Sep 24, 2018 at 10:06 PM Bart Van Assche <bvanass...@acm.org> wrote:

> On 9/24/18 7:15 PM, Mark Christiansen wrote:
> > I think I got things figured out. Now I get the following error pop-up
> > when I try to run RUNFULLTESTS:
> >
> >    "The code execution cannot proceed because libcrypto.dll was not
> > found. Reinstalling the program may fix this problem.
> >
> > Note that there is no libcrypto.dll in openSSL installation. There is,
> > however, c:/OpenSSL/libcrypto-1_1.dll. Copying that to
> > c:/OpenSSL/libcrypto.dll does not help. I did add c:/OpenSSL and
> > c:/OpenSSL/lib to the path, too.
>
> Does this mean that you are trying to build against the OpenSSL binaries
> distributed by Shining Light? I'm not sure the Net-SNMP configure script
> already supports this. Have you considered to install the
> msys-libopenssl-dev package instead and to make Net-SNMP use that
> package? You will need something like the following to make configure
> find that package:
>
> export CFLAGS=-I/c/mingw/msys/1.0/include
> export CPPFLAGS=$CFLAGS
> export LDFLAGS=-L/c/mingw/msys/1.0/lib
> ./configure ...
>
> Bart.
>
>
I was building against the OpenSSL binaries distributed by Shining Light as
instructioned in README.win32:

https://sourceforge.net/p/net-snmp/code/ci/V5-8-patches/tree/README.win32#l1155

Perhaps that file needs revising.

I will try to get it to use msys-libopenssl-dev package.

Thanks.
Mark.
_______________________________________________
Net-snmp-coders mailing list
Net-snmp-coders@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to