Hello,
I am using Windows XP and I am trying to use ppm to install the DBI package. The transfer of data from the repository to my PC seems to go OK, and I've checked the temporary download file arrives OK. There appears to be a problem in the untar step though.
I have tried both ppm and ppm3. The terminal output is :
C:\>ppm install DBI
Installing package 'DBI'...
Bytes transferred: 368671
Can't call method "gzread" on an undefined value at c:/Perl/site/lib/A
+rchive/Tar
.pm line 274.
C:\Documents and Settings\Rob>ppm3 install DBI
====================
Install 'DBI' version 1.27 in ActivePerl 5.6.1.631.
====================
Downloaded 368671 bytes.
Extracting package. This may take a few seconds.
Can't remove directory c:/tmp/DBI-328: Permission denied at /PerlApp/P
+PM/Reposit
ory.pm line 214
Error: Can't call method "gzread" on an undefined value at
C:/Perl/site/lib/Archive/Tar.pm line 274.
I've searched the Activeperl website and my problem is mentioned but no solution is described other than checking the version of TAR.pm and ZLIB.pm, and mine are the right versions (I think!).
If anyone has encountered this and found a solution I'd be grateful to read it!
Thanks.
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.