Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Instalation Errors

by OxYgEn (Acolyte)
on Mar 03, 2004 at 21:51 UTC ( [id://333701]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: Re: A Guide to Installing Modules
in thread A Guide to Installing Modules

I've read your entire guide, and I still can't figure out how to get it to work, mostly due to my stupidity, i think.
I have Windows XP Home and really I'm just messing around with PERL. I'm trying to install the Data::Serializer module. As you suggested, I downloaded CYGWIN(even though I can't stand BASH shells). Previously, I had used a program called ActivePerl to run my perl scripts. Here's what I did:

Downloaded the module to desktop from CPAN
Opened it with WinZip, and extracted it to C:\Perl\lib
Opened CYGWIN, changed to the directory, used perl makefile.pl
It told me that it had successfully installed it
I went to run my script(C:\test.pl) using ActivePerl, not CYGWIN, and I get the same error as when I had not installed the module. Here is the error if it helps:

Can't locate Data/Serializer.pm in @INC (@INC contains: C:/Perl/lib C:/Perl/site/lib .) at C:\test.pl line 4.
BEGIN failed--compilation aborted at C:\test.pl line 4.


Thanks,
OxYgEn

Replies are listed 'Best First'.
Re: Instalation Errors
by ysth (Canon) on Mar 18, 2004 at 23:02 UTC
    You can't use cygwin to install modules for ActivePerl.

Log In?
Username:
Password:

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

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

    No recent polls found