Author |
Message |
Justin_
|
Posted: 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? |
|
|
|
|
![](images/spacer.gif) |
Sponsor Sponsor
![Sponsor Sponsor](templates/subSilver/images/ranks/stars_rank5.gif)
|
|
![](images/spacer.gif) |
rizzix
|
Posted: Thu Mar 23, 2006 12:32 am Post subject: (No 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. |
|
|
|
|
![](images/spacer.gif) |
Justin_
|
Posted: Thu Mar 23, 2006 12:37 am Post subject: (No 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? |
|
|
|
|
![](images/spacer.gif) |
rizzix
|
Posted: Thu Mar 23, 2006 12:44 am Post subject: (No subject) |
|
|
it is IRC... more about it in our wiki: IRC_Channel |
|
|
|
|
![](images/spacer.gif) |
wtd
|
Posted: Thu Mar 23, 2006 1:05 am Post subject: (No subject) |
|
|
cpan.org |
|
|
|
|
![](images/spacer.gif) |
rizzix
|
Posted: Thu Mar 23, 2006 10:50 am Post subject: (No subject) |
|
|
wtd: activeperl does not use cpan ![Sad Sad](http://compsci.ca/v3/images/smiles/icon_sad.gif) |
|
|
|
|
![](images/spacer.gif) |
wtd
|
Posted: Thu Mar 23, 2006 2:09 pm Post subject: (No 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 Smile](http://compsci.ca/v3/images/smiles/icon_smile.gif) |
|
|
|
|
![](images/spacer.gif) |
|