
-----------------------------------
Justin_
Thu Mar 23, 2006 12:21 am

perl2exe
-----------------------------------
I'm using perl2exe to compile a perl script.  The error i'm getting is this: 


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?

-----------------------------------
rizzix
Thu Mar 23, 2006 12:32 am


-----------------------------------
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.

-----------------------------------
Justin_
Thu Mar 23, 2006 12:37 am


-----------------------------------
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?

-----------------------------------
rizzix
Thu Mar 23, 2006 12:44 am


-----------------------------------
it is IRC... more about it in our wiki: [url=http://www.compsci.ca/wiki/index.php?title=IRC_channel]IRC_Channel

-----------------------------------
wtd
Thu Mar 23, 2006 1:05 am


-----------------------------------
cpan.org

-----------------------------------
rizzix
Thu Mar 23, 2006 10:50 am


-----------------------------------
wtd: activeperl does not use cpan :(

-----------------------------------
wtd
Thu Mar 23, 2006 2:09 pm


-----------------------------------
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?  :)
