I'm starting to question whether my installation of Crypt::SSLeay worked ok. I tried to install it again, issued the perl Makefile.PL, and then issued nmake and get:
\Crypt-SSLeay-0.51>nmake
Microsoft (R) Program Maintenance Utility Version 1.50 Copyright (c) Microsoft Corp 1988-94. All rights reserved.
cl -c -Ic:\openssl\include -Ic:\openssl\inc32 -nologo -Gf -W3 -MD -Zi
-DNDEBUG -O1 -DWIN32 -D_CONSOLE -DNO_STRICT -DHAVE_DES_FCRYPT -DPERL_IMPLICIT_CO
NTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -DPERL_MSVCRT_READFIX -MD -Zi -DNDEBUG -O
1 -DVERSION=\"0.51\" -DXS_VERSION=\"0.51\" "-IC:\Perl\lib\CORE" SSLeay.c
'cl' is not recognized as an internal or external command,
operable program or batch file.
NMAKE : fatal error U1077: 'C:\WINNT\system32\cmd.exe' : return code '0x1'
Stop.
I downloaded nmake directly from the net, and don't have any other dev tools (MSVC??) installed. Is that what is wrong with nmake?
Thanks, Sean
At 04:40 PM 9/24/2003, Sean Butler wrote:
Base platform is windows 2000 running ActivePerl 5.8. I installed openssl and crypt::ssleay, and now I'm stuck on the subject error.
Any ideas?
Basic code is:
my %form_data;
$form_data{"time"} = $time_stamp; $form_data{"type"} = $type;
my $ua = LWP::UserAgent->new();
my $res = $ua->post($post_url,\%form_data);
my $err = $res->status_line;
print "$err\n";
$post_url is "https://blah..." If I change it to http everything works fine.
Thanks, Sean
_______________________________________________ Perl-Win32-Web mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
_______________________________________________ Perl-Win32-Web mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs