Forums Index > Mewsoft Products > Auctionawy > Perl Modules
poldy First Post Posted on: 07-22-08 03:27 PM
Perl Modules

On a Windows Server I installed perl module crypt-ssleay
as far as i know this is the same as crypt::ssleay.

Auctionaway does not recognise this and i get an error code that
cypt::ssleaqy is not installed.

what do i do ?

poldy
mewsoft Reply #: 1 Posted on: 07-22-08 06:03 PM
Re: Perl Modules

use the ppm or ppm3 programs to install it, from the dos prompt:

c:\perl\bin\ppm3

then

ppm> search crypt::ssleay

Searching in Active Repositories
1. Crypt-SSLeay [0.51] OpenSSL glue that provides LWP https support
2. Crypt-SSLeay [0.51] OpenSSL glue that provides LWP https support

then enter

ppm> install crypt::ssleay

if this is installed then all programs will know it is installed.

Do not use the CPAN to install as it will build it first and you will not be able to build as it needs openssl and lots of libs.

Mewsoft Support
www.mewsoft.com

poldy Reply #: 2 Posted on: 07-22-08 09:17 PM
Re: Perl Modules

On the test.cgi i get the following reply:

94- Config 95- Config::Auto 96- Crypt::SSLeay
97- Crypt::SSLeay::CTX 98- Crypt::SSLeay::Conn 99- Crypt::SSLeay::Err
100- Crypt::SSLeay::MainContext 101- Crypt::SSLeay::X509 102- Cwd
103- DB


and at the top:

Archive::Zip Installed

constant Installed

Crypt::SSLeay Not Installed

Time::Local Installed

HTML::LinkExtor Installed

URI::URL Installed

HTML::Parser Installed

HTML::Entities Installed

HTML::HeadParser Installed

CGI::Carp Installed

Carp::Heavy Installed

LWP::UserAgent Installed

Business::OnlinePayment Not Installed

Finance::Quote Installed

Finance::QuoteHist Not Installed

how come ?
mewsoft Reply #: 3 Posted on: 07-22-08 11:43 PM
Re: Perl Modules

May be your install did not complete, what you see here is the Perl sub modules but the actuall module is ssleay32.dll under the auto directory, check the directory similar to this:

C:\Perl\site\lib\auto\Crypt\SSLeay

it must have some files:

SSLeay.dll
libeay32.dll
libssl32.dll
SSLeay.lib
SSLeay.exp
SSLeay.bs


and the directory:

C:\Perl\site\lib\Crypt

SSLeay.pm

and the directory

C:\Perl\site\lib\Crypt\SSLeay

have the above sub modules .pm files.


must have the .pm files:

Mewsoft Support
www.mewsoft.com