The ordinal 4540 could not be located in the dynamic link library LIBEAY32.dll
J
John Gwinner
started a topic
over 5 years ago
I installed the Wikitude3dEncoder, and upon running got this error:
The ordinal 4540 could not be located in the dynamic link library LIBEAY32.dll
followed by:
The ordinal 3906 could not be located in the dynamic link library LIBEAY32.dll
I have several, but the one that generated the error was Win 7.
LIBEAY32.dll is the OpenSSL DLL. It looks like someone installed that in my Windows directory, although most software that uses it (per normal rules) installs it in their directory.
Quite simply, whoever wrote your installer forgot to install the version of LIBEAY32.DLL that you need. You might be thinking it's the O/S's fault that it doesn't run on some systems, although it's not part of the O/S. I checked my Win10 machines, and that DLL isn't there; nor is it on another Win7 system.
The fix would be to add it as a dependency with an install location in your program files folder.
Hope that helps,
== John ==
John Gwinner