I am trying to install DBI.ppd on our Windows 2000 application server through PPM. I am getting the error message "no suitable installation target found for package DBI".
I have downloaded the files DBI.ppd and DBI.tar.gz to the server. I have modifed the DBI.ppd file to read <CODEBASE HREF="C:\Perl\x86\DBI.tar.gz" />
DBI.ppd is in the directory C:\perl
I have added a local repository C:\perl to PPM.
Commands:
ppm> rep describe 1
Describing Active Repository 1:
Name: local
Location: C:\perl
Type: Local directory
ppm> search DBI
Using cached search result set 1.
1. DBI [1.14] Database independent interface for Perl
ppm> install DBI
Error: no suitable installation target found for package DBI.
I have downloaded the files DBI.ppd and DBI.tar.gz to the server. I have modifed the DBI.ppd file to read <CODEBASE HREF="C:\Perl\x86\DBI.tar.gz" />
DBI.ppd is in the directory C:\perl
I have added a local repository C:\perl to PPM.
Commands:
ppm> rep describe 1
Describing Active Repository 1:
Name: local
Location: C:\perl
Type: Local directory
ppm> search DBI
Using cached search result set 1.
1. DBI [1.14] Database independent interface for Perl
ppm> install DBI
Error: no suitable installation target found for package DBI.