Computer Science Canada

perl2exe

Author:  Justin_ [ Thu Mar 23, 2006 12:21 am ]
Post subject:  perl2exe

I'm using perl2exe to compile a perl script. The error i'm getting is this:

code:

Warning: Can't locate Compress/Bzip2.pm
at F:\Perl\site\lib\HTTP\Message.pm line 197
@INC = F:\Perl\lib, F:\Perl\site\lib, ., qw(lib), must be directory, not fil
e)



I am new to perl, so does anyone know how I download Bzip2.pm for winXP and install it?

Author:  rizzix [ Thu Mar 23, 2006 12:32 am ]
Post subject: 

You need to use ActivePerl's package manager and install the module... I can't say much now.. I'm not on a windows machine. :\

But from the looks of it.. I could be somthing else.. try comming over to #compsci.ca maybe I can help you better there.

Author:  Justin_ [ Thu Mar 23, 2006 12:37 am ]
Post subject: 

I've used ppm before to install SSLeay. I remember I found a url and i typed

install url

but i can't seem to find a url that will install bzip2

is #compsci.ca the only info i need to join ICQ?

Author:  rizzix [ Thu Mar 23, 2006 12:44 am ]
Post subject: 

it is IRC... more about it in our wiki: IRC_Channel

Author:  wtd [ Thu Mar 23, 2006 1:05 am ]
Post subject: 

cpan.org

Author:  rizzix [ Thu Mar 23, 2006 10:50 am ]
Post subject: 

wtd: activeperl does not use cpan Sad

Author:  wtd [ Thu Mar 23, 2006 2:09 pm ]
Post subject: 

You know it's possible to download tarballs with the modules straight from the site, as well as having the option of using the CPAN shell, right? Smile


: