WorkDB
02-13-03, 23:47
| I am new to Perl and have problems installing DBI on my local NT workstation. I've downloaded DBI.zip from activestate. Because of the firewall, I've problems connecting to activestate when trying to install from PPM. Therefore I've set the Active Repositories to local NT machine instead for installation. as attached are my commands: ppm> repo add local C:\foo ppm> search * Searching in Active Repositories 1. DBI [1.32] Database independent interface for Perl ppm> install DBI Error: no suitable installation target found for package DBI. The DBI.ppd points to: <IMPLEMENTATION> <CODEBASE HREF="MSWin32-x86-multi-thread/DBI.tar.gz" /> <ARCHITECTURE NAME="MSWin32-x86-multi-thread" /> <OS NAME="MSWin32" /> I do not understand as my directory MSWin32-x86-multi-thread/DBI.tar.gz is in place and search in PPM is able to find the PPD but why is that when I tried to install there will be "no suitable installation target found for package DBI"? My perl version is v5.8.0 built for MSWin32-x86-multi-thread and the PPM is version PPM - Programmer's Package Manager version3.0.1. I've tried to compile it from CPAN's DBI, it also failed. Please advise. Thanks in advance! :) |