Anonymous |
First Post Posted on: 04-18-10 02:18 PM |
WinNT4 IIS4 "Can't locate Net/SSL.pm in @INC) " |
|
Hello All;
Could someone please let me know about these errors?
Can't locate Net/SSL.pm in @INC) Can't locate IO/Socket/SSL.pm in @INC
I have managed to install all files that are needed ( So Far anyway ) But this one has me stumped? I have search the internet and I keep getting information about installing a SSL on the server ( Which I am going to do later on, not right now )
Any information on this will be great. If needed the PERL Version that I have installed is: v5.8.4 built for MSWin32-x86-multi-threaded
Thanks all
Wayne |
|
|
|
|
|
Anonymous |
Reply #: 1 Posted on: 04-18-10 02:30 PM |
Re: WinNT4 IIS4 "Can't locate Net/SSL.pm in @INC) " |
|
I forgot to mention that these errors happen on both
[Sign Up] & [Manage Account]
Thank you Wayne |
|
|
|
|
|
mewsoft |
Reply #: 2 Posted on: 04-19-10 05:33 AM |
Re: WinNT4 IIS4 "Can't locate Net/SSL.pm in @INC) " |
|
Any time you see error like these, means you need to install these perl modules:
Can't locate Net/SSL.pm in @INC) Can't locate IO/Socket/SSL.pm in @INC
Install perl mnodules:
Net::SSL IO::Socket::SSL
Search this forum for installing perl modules, I have a full detailed post on how to install perl modules. |
Mewsoft Support www.mewsoft.com
|
|
|
|
|
 |
carrzkiss |
Reply #: 3 Posted on: 04-19-10 12:13 PM |
Re: WinNT4 IIS4 "Can't locate Net/SSL.pm in @INC) " |
|
Thank you for the response.
Yes I know how to install them as I asked once before in the forum, and you gave the information on how to do it.
But when I try to install
ppm> install NET::SSL or ppm> install IO::SOCKET::SSL
I get: Searching for 'NET::SSL' returned no results. Try header search first.
Same error appears on the " IO::SOCKET::SSL "
I went onto the site http://www.cpan.org And found the ssl.pm file. So I downloaded it But do not know how to go about installing it. I have installed several modes so far. But that was just what was found in the "Repository"
Any help on this will be great. Wayne |
|
|
|
|
|
mewsoft |
Reply #: 4 Posted on: 04-19-10 05:26 PM |
Re: WinNT4 IIS4 "Can't locate Net/SSL.pm in @INC) " |
|
I think you need to install: Crypt::SSLeay
try
ppm>install Crypt::SSLeay |
Mewsoft Support www.mewsoft.com
|
|
|
|
|
|