Phillip Richcreek wrote:

> I'm getting the following error(s) using LWP::UserAgent...
> 
> (POP-UP)
> Perl.exe - Ordinal not found
> The ordinal 3212 could not be located in the dynamic
> link library LIBEAY32.dll

There's older version of libeay32.dll somewhere in your path.

Run cmd.exe and type:

set PATHEXT=%PATHEXT%;.DLL
pwhich -a libeay32.dll

First path will show you the actually used file. I'd get rid of other files 
once you manage your script to work.

Also, try to copy libeay32.dll from perl/bin to /perl/site/lib/auto/Crypt/SSLeay

> I have, in fact, installed Crypt::SSLeay, which put LIBEAY32.dll into
> perl/bin. There ARE other LIBEAY32's present in the MSDOS path and I've
> tried using those as well and get the same result. I now have perl/bin at
> the front of the path. I also downloaded a  more recent verions of LIBEAY32
> from sourceforge and got the same result.

If it put dll to perl/bin, it's (very probably) Randy's repository, and 
Crypt::SSLeay from there is definitely working. 
Try to find older dlls on your system.

-- 
Serguei Trouchelle
_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to