Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

I've just installed Perl 5.10 to check it out and I was trying to compile the IO::Socket::SSL module when I get this error after runing:
C:\mods\IO-Socket-SSL-1.13>perl Makefile.PL
This application has failed to start becasue MSVCR80.dll was not found +.
I'm using VS 2005 on Vista SP1 Any thoughts what might be wrong?

Replies are listed 'Best First'.
Re: Perl 5.10 Error when building modules
by samtregar (Abbot) on Apr 02, 2008 at 17:24 UTC
    I think your application failed to start because MSVCR80.dll was not found. Maybe you should download it? I see lots of links: MSVCR80.dll.

    -sam

      I see it in the VC directory but let me try copying acopy to my win32 directory. Thanks, -Paul

        Just found this you may find it of use.

Re: Perl 5.10 Error when building modules
by Gavin (Archbishop) on Apr 02, 2008 at 17:16 UTC

    Do you have Windows Defender Spyware protection installed?

    If so there could be a conflict with library files and may be worth uninstalling. Have you checked your Win32 directory to check if it is in fact missing.