yourkeylady
Programmer
Crypt::Rijndael
It complains of error in install
this line is new to me
fatal error U1077: 'C:\WINDOWS\system32\cmd.exe' : return code '0x1'
I'm trying to install using cpan and perl 5.8.8
I just installed a fresh version of ActiveState perl.
Now I'm downloading modules. I really need Crypt::Rijndael installed ASAP for one of my apps.
Thankyou for helping.
Thanks
Tricia
It complains of error in install
Code:
cp Rijndael.pm blib\lib\Crypt\Rijndael.pm
cl -c -nologo -GF -W3 -MD -Zi -DNDEBUG -O1 -DWIN32 -D_CONSOLE -DNO_ST
RICT -DHAVE_DES_FCRYPT -DNO_HASH_SEED -DUSE_SITECUSTOMIZE -DPERL_IMPLICIT_CONTEX
T -DPERL_IMPLICIT_SYS -DUSE_PERLIO -DPERL_MSVCRT_READFIX -MD -Zi -DNDEBUG -O1
-DVERSION=\"0.04\" -DXS_VERSION=\"0.04\" "-IC:\Perl\lib\CORE" _rijndael.c
'cl' is not recognized as an internal or external command,
operable program or batch file.
NMAKE : fatal error U1077: 'C:\WINDOWS\system32\cmd.exe' : return code '0x1'
Stop.
C:\Perl\bin\nmake.EXE -- NOT OK
Running make test
Can't test without successful make
Running make install
make had returned bad status, install seems impossible
Failed during this command:
DIDO/Crypt-Rijndael-0.05.tar.gz : make NO
fatal error U1077: 'C:\WINDOWS\system32\cmd.exe' : return code '0x1'
I'm trying to install using cpan and perl 5.8.8
I just installed a fresh version of ActiveState perl.
Now I'm downloading modules. I really need Crypt::Rijndael installed ASAP for one of my apps.
Thankyou for helping.
Thanks
Tricia