[Interest] libeay32.dll - The Ordinal 4369 could not be located
Gisle Vanem
gvanem at yahoo.no
Fri Jan 24 14:14:02 CET 2014
"Richard Moore" <rich at kde.org> wrote:
> On 24 January 2014 12:20, Phil Hannent <phil at hannent.co.uk> wrote:
>>
>> However could you explain how QtWebkit is able to view https pages
>> when the libeasy32.dll is not in my path or next to the application?
>
> It must be located in one of the many locations that are searched. On
> linux I'd suggest you use strace to check where you're actually
> getting it from, I'm not sure of the best equivalent on windows though
> this tool from sysinternals might work.
> http://technet.microsoft.com/en-gb/sysinternals/bb896656
I'd suggest Process Monitor instead:
http://technet.microsoft.com/en-gb/sysinternals/bb896645
It's complicated to setup a filter that shows only LoadLibrary("ssleay32.dll")
calls, but this tool can show in much more details what a process is doing.
--gv
More information about the Interest
mailing list