Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Module Installation Trouble

by esskar (Deacon)
on Mar 04, 2004 at 04:29 UTC ( [id://333777]=note: print w/replies, xml ) Need Help??


in reply to Module Installation Trouble

1. Using CYGWIN

well, running perl Makefile.PL is not enough. this just builds the Makefile needed by your system to build the whole package using make.
so after saying perl Makefile.PL, try to do the following
make make test make install
in that order and see what happens.

2. Using ActivePerl

As Roger said above, you could use ActiveState's ppm (Perl Package Manager) which is imho a better choice on win32 systems (since we are not used to building stuff on windows :) )
doing just ppm install Data::Serializer is not always the best choice since there can be available multiple versions on multiple servers.
so open a dos-box (start/run/cmd) and then start ppm
use the command search to look up the version, so type ppm search Data::Serializer (or help search for assistance)

Have fun!

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (4)
As of 2024-04-24 22:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found