472,995 Members | 1,661 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,995 software developers and data experts.

Problem installing perl module for IO::Uncompress::Unzip

16
Hi all,

Here is my samle code
Expand|Select|Wrap|Line Numbers
  1. use strict ;
  2. use warnings ;
  3. use IO::Uncompress::Unzip ;
  4.  
When I compiled this three lines of code in win32 I got error like below.

Can't find 'boot_Compress__Raw__Zlib' symbol in C:/Perl/lib/auto/Compress/Raw/Zlib/Zlib.dl
l
at C:/Perl/lib/IO/Uncompress/RawInflate.pm line 8
Compilation failed in require at C:/Perl/lib/IO/Uncompress/RawInflate.pm line 8.
BEGIN failed--compilation aborted at C:/Perl/lib/IO/Uncompress/RawInflate.pm line 8.
Compilation failed in require at C:/Perl/lib/IO/Uncompress/Unzip.pm line 11.
BEGIN failed--compilation aborted at C:/Perl/lib/IO/Uncompress/Unzip.pm line 11.
Compilation failed in require at D:\somnath\PERL_C~1\ZIP_UN~1\t1_24.pl line 4.
BEGIN failed--compilation aborted at D:\somnath\PERL_C~1\ZIP_UN~1\t1_24.pl line 4.


Before running the code I went to CPAN site (http://search.cpan.org/~pmqs/IO-Comp...press/Unzip.pm) and search for the IO::Uncompress::Unzip module and downloaded it in my local machine (eg: c:\test folder )along with its all dependencies what ever required for win32 perl version 5.8.8 as a zip file (eg: IO::Uncompress::Base , Compress::Raw::Zlib )
then unzipped them in a different different folder and copied the content of "lib" file of each of the extracted module to the c:\perl\lib .

I also got one link
Installing Perl modules on Windows « ActiveState Code
for manually or through PPM to install perl modules but according to ths link after download if I extract the zipped module I am not getting the "Modulename.ppd" file to install according to the procedures given in that link.

I think the perl module installation could be the reason for the compilation error of above codes. Could any one help me on that .

Advance thank for any suggestions on this .
Dec 25 '08 #1
2 6257
KevinADC
4,059 Expert 2GB
You should use the PPM GUI and see if the module is listed and available to install. You can add repositories and see if it is in another repository if its not listed in the default activestate repository.
Dec 25 '08 #2
somsub
16
Yaa that worked.

I had previously perl 5.8.8 version and it is off x64 version . PPM GUI didnot work there. So I had to install perl 5.10 off x86 version and went through the docs in activestate site.

It is hassle free and very ease to use.

Thank you so much Kevin for your help.
Dec 29 '08 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

24
by: huy | last post by:
Hi, Just wondering if there were any plans (or existing projects) similar to Java webstart for Python. I think this would be a boon for python. I would love to start my new project using Python...
2
by: Sally | last post by:
I have written a gui application for windows os using Borland C++ Builder. Does anybody know how I would go about automating the installation process - for instance, I would like my executable to...
3
by: AdamGr | last post by:
I am currently trying to convert a program I just wrote to application form, on the Mac. I'm using py2app to accomplish this, and everything works fine up until the last stage; when I try to complete...
3
by: CSharper | last post by:
There are lot of posts on it but couldn't find a definite answer I am looking for, 1. I found the approach to use J# lib to compress and uncompress files. But it seems if I compress the file with...
5
by: senadslipac | last post by:
How to Q: Uncompressing ~400K files on Apache Server Hello All, I have ~400K html files on my local XP machine and I’d like to compress the files, upload them onto my host (apache - pair.com)...
4
by: 703designs | last post by:
OK, so let's say I've downloaded a file using the FTP lib and have it sitting on my server in the current script's directory: <?php $projects = ftp_nlist($c, "."); ftp_get($c, $projects,...
0
tracyyun
by: tracyyun | last post by:
Hello everyone, I have a question and would like some advice on network connectivity. I have one computer connected to my router via WiFi, but I have two other computers that I want to be able to...
4
NeoPa
by: NeoPa | last post by:
Hello everyone. I find myself stuck trying to find the VBA way to get Access to create a PDF of the currently-selected (and open) object (Form or Report). I know it can be done by selecting :...
3
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be using a very simple database which has Form (clsForm) & Report (clsReport) classes that simply handle making the calling Form invisible until the Form, or all...
1
by: Teri B | last post by:
Hi, I have created a sub-form Roles. In my course form the user selects the roles assigned to the course. 0ne-to-many. One course many roles. Then I created a report based on the Course form and...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 1 Nov 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM) Please note that the UK and Europe revert to winter time on...
3
by: nia12 | last post by:
Hi there, I am very new to Access so apologies if any of this is obvious/not clear. I am creating a data collection tool for health care employees to complete. It consists of a number of...
0
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be focusing on the Report (clsReport) class. This simply handles making the calling Form invisible until all of the Reports opened by it have been closed, when it...
4
by: GKJR | last post by:
Does anyone have a recommendation to build a standalone application to replace an Access database? I have my bookkeeping software I developed in Access that I would like to make available to other...
3
SueHopson
by: SueHopson | last post by:
Hi All, I'm trying to create a single code (run off a button that calls the Private Sub) for our parts list report that will allow the user to filter by either/both PartVendor and PartType. On...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.