I found the problem, its a bug with the tarball on the repository, the directory inside is called DBD-DB2-1.71 instead of blib
http://theoryx5.uwinnipeg.ca/ppms/DBD-DB2.ppd
http://theoryx5.uwinnipeg.ca/ppms/x86/DBD-DB2.tar.gz
Create DBD-DB2.ppd
<SOFTPKG NAME="DBD-DB2" VERSION="1,7,1,0">
<TITLE>DBD-DB2</TITLE>
<ABSTRACT>Perl driver for IBM DB2 Universal Database</ABSTRACT>
<AUTHOR>DB2 Perl (db2perl@ca.ibm.com)</AUTHOR>
<IMPLEMENTATION>
<OS NAME="MSWin32" />
<ARCHITECTURE NAME="MSWin32-x86-multi-thread-5.8" />
<CODEBASE HREF="DBD-DB2.tar.gz" />
</IMPLEMENTATION>
</SOFTPKG>
download and fix tarball
wget -c http://theoryx5.uwinnipeg.ca/ppms/x86/DBD-DB2.tar.gz
ptar -zxvf DBD-DB2.tar.gz
del DBD-DB2.tar.gz
rename DBD-DB2-1.71 blib
ptar -zcvf DBD-DB2.tar.gz blib
rmdir /S /Q blib
ppm install DBD-DB2.ppd
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.