Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re^2: Need help installing Mod DBD/DB2 on windows

by Anonymous Monk
on Apr 03, 2009 at 07:03 UTC ( [id://755190]=note: print w/replies, xml ) Need Help??


in reply to Re: Need help installing Mod DBD/DB2 on windows
in thread Need help installing Mod DBD/DB2 on windows

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

Replies are listed 'Best First'.
Re^3: Need help installing Mod DBD/DB2 on windows
by randyk (Parson) on Apr 04, 2009 at 21:39 UTC
    Thanks for spotting this - I've fixed it now in our repository.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://755190]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (4)
As of 2024-04-18 00:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found