Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Crypt::DES on windows

by fizbin (Chaplain)
on Oct 13, 2005 at 13:51 UTC ( [id://499900]=note: print w/replies, xml ) Need Help??


in reply to Crypt::DES on windows

To build the module from source, you need a C compiler. If you don't have a C compiler, ask someone nearby who does (and who has activestate's perl) if they will build it for you. That error message says "I couldn't find your C compiler".

If you do have Microsoft's Visual C/C++ installed, then you need to first run the batch file "vcvars32.bat" in the same console window in which you're going to try building the package.

Microsoft does offer a zero-cost command line compiler these days, but I don't know the details of how one builds packages for activestate with that compiler.

Another alternative, and probably your best bet, is to find a place where someone else has already compiled Crypt-DES for you and is offering the files out for others. To find such places, google for "Crypt-DES.ppd" and take note of the results. Once you find such a place, you can add it to your ppm3 with a command similar to:

rep add webpub http://perlpack.webpub.net/
(To take the first google hit) - then, you can install Crypt-DES as you would normally.

Note that this last option is equivalent to running some binary that you just found "out there" on the internet, with all the security craziness that implies.

--
@/=map{[/./g]}qw/.h_nJ Xapou cets krht ele_ r_ra/; map{y/X_/\n /;print}map{pop@$_}@/for@/

Replies are listed 'Best First'.
Re^2: Crypt::DES on windows
by TStanley (Canon) on Oct 14, 2005 at 03:57 UTC
    Here is an earlier discussion on how to get the free MS VC compiler from Microsoft.

    TStanley
    --------
    The only thing necessary for the triumph of evil is for good men to do nothing -- Edmund Burke

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://499900]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (3)
As of 2024-04-19 20:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found