Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libcurl.dll fails to load due to missing libeay32.dll #1023

Closed
zhangyong0538 opened this issue Sep 19, 2016 · 5 comments
Closed

libcurl.dll fails to load due to missing libeay32.dll #1023

zhangyong0538 opened this issue Sep 19, 2016 · 5 comments

Comments

@zhangyong0538
Copy link

zhangyong0538 commented Sep 19, 2016

I did this

I build it with VS2012 Tools

I expected the following

I expected get the x86 and x64 dll files

curl/libcurl version

I build with the command "nmake /f Makefile.vc mode=dll vc=11 WITH_DEVEL=e:\deps WITH_SSL=dll WITH_ZLIB=dll WITH_SSH2=dll MACHINE=x86"

operating system

operating system is Win7 x64

@jay jay changed the title VC11 build dll cannot be loaded successfully,noticed that "be lack of LIBEAY32.dll",but should not be this problem libcurl.dll fails to load due to missing libeay32.dll Sep 19, 2016
@jay
Copy link
Member

jay commented Sep 19, 2016

libeay32.dll and ssleay32.dll must be in your path or in the directory with libcurl.dll

@jay jay closed this as completed Sep 19, 2016
@zhangyong0538
Copy link
Author

I'm sorry I have just described the problem clearly just now.It did not work by the way you said just now. It
noticed the error "The ordinal 4445 could not be located in dynamic link library: libeay32.dll"

@bagder
Copy link
Member

bagder commented Sep 19, 2016

Is this a dupe of #984 perhaps?

@jay
Copy link
Member

jay commented Sep 19, 2016

Is this a dupe of #984 perhaps?

Doubt it. Now it sounds like a libeay32.dll other than the one he built with is being loaded. @zhangyong0538 go into the e:\deps and find the ssl DLLs and put them in the same directory as the libcurl.dll.

@zhangyong0538
Copy link
Author

@jay .It is.Thanks very much.

@lock lock bot locked as resolved and limited conversation to collaborators May 7, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

3 participants