Re: RUNFULLTESTS results

Bart Van Assche <[email protected]>
Newsgroups gmane.network.net-snmp.devel
Message-ID <[email protected]>
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.



_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.