Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to fix libeay32.dll was not found error

Tags:

I want to run some url, i used curl in windows environment for it.i downloaded curl executable from http://curl.haxx.se/dlwiz/?type=bin&os=Win64 and saved curl.exe in C drive than i just open the command prompt and type: C:\curl http://google.com but it is giving me error: libeay32.dll was not found.

though i have this dll file in archive, How can i fix this problem

like image 993
Romi Avatar asked Jun 30 '11 12:06

Romi


People also ask

What does libeay32 dll do?

Libeay32. dll is a library that contains encryption functions which allow for coded communications over networks. This file is opensource (public domain) and is used in many opensource programs to help with SSL communication.

Where do I put libeay32 dll?

In the vast majority of cases, the solution is to properly reinstall libeay32. dll on your PC, to the Windows system folder. Alternatively, some programs, notably PC games, require that the DLL file is placed in the game/application installation folder.

Where is ssleay32 dll?

In Windows, this is usually C:\Program Files\ or C:\Program Files (x86)\, and you're probably looking for an EXE application file. Update the drivers for hardware devices that might be related to ssleay32. dll. If, for example, you're receiving a "The file ssleay32.

How do I fix ssleay32 dll error?

Reinstalling the program may fix this problem. ssleay32. dll is either not designed to run on Windows or it contains an error. Try installing the program again using the original installation media or contact your system administrator or the software vender for support.


2 Answers

It is a library from SSL. You need to install openssl.

You might also meet missing readline() function in python. You have to install pyreadline Lib.

like image 67
Buravchik Avatar answered Oct 05 '22 06:10

Buravchik


For windows, you need to download the latest version of the open SSL binaries at this time is:

openssl-1.0.2k-x64_86-win64.zip 

openSSL list

this problem happened to me when I tried to run MongoDB bin in windows 10

source to download: https://indy.fulgan.com/SSL/

like image 23
pedrommuller Avatar answered Oct 05 '22 07:10

pedrommuller