Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

XP install of Crypt::Rijndael fails

Status
Not open for further replies.

yourkeylady

Programmer
Jan 8, 2004
63
US
Crypt::Rijndael
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
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top