Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
the ppd file is attached belowC:\Perl>ppm install DBD-Oracle.ppd ==================== Install 'DBD-Oracle' version 1.17 in ActivePerl 5.8.4.810. ==================== Can't locate ./ioic in @INC (@INC contains: C:/Perl/lib C:/Perl/site/l +ib .) at install_script line 1. Can't remove directory C:\TEMP/DBD-Oracle-1-3228-1233069831: Permissio +n denied at C:/Perl/site/lib/PPM/Repository.pm line 247 Error: system() returned non-zero value (512): 'C:\Perl\bin\perl.exe i +nstall_script'
This I downloaded from cpan. I removed the linux part and ran only the win32 part in the above file.<?xml version="1.0" encoding="utf-8"?> <SOFTPKG NAME="DBD-Oracle" VERSION="1,17,0,0"> <TITLE>DBD-Oracle</TITLE> <ABSTRACT>Oracle database driver for the DBI module</ABSTRACT> <AUTHOR>Tim Bunce (dbi-users@perl.org)</AUTHOR> <IMPLEMENTATION> <DEPENDENCY NAME="DBI" VERSION="0,0,0,0" /> <ARCHITECTURE NAME="MSWin32-x86-multi-thread-5.8" /> <OS NAME="MSWin32" /> <INSTALL EXEC="PPM_PERL">require("./ioic")</INSTALL> <CODEBASE HREF="DBD-Oracle-1.17.tar.gz" /> </IMPLEMENTATION> <IMPLEMENTATION> <DEPENDENCY NAME="DBI" VERSION="0,0,0,0" /> <ARCHITECTURE NAME="i686-linux-thread-multi-5.8" /> <OS NAME="Linux" /> <INSTALL EXEC="PPM_PERL">require("./ioic")</INSTALL> <CODEBASE HREF="DBD-Oracle-1.17.tar.gz" /> </IMPLEMENTATION> </SOFTPKG>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: issue with dbd-oracle installation on win32
by Anonymous Monk on Jan 28, 2009 at 09:30 UTC | |
by Anonymous Monk on Jan 28, 2009 at 21:30 UTC | |
by Anonymous Monk on Jan 29, 2009 at 03:12 UTC | |
by Anonymous Monk on Jan 29, 2009 at 22:45 UTC | |
by syphilis (Archbishop) on Jan 30, 2009 at 01:21 UTC | |
| |
by Anonymous Monk on Jan 30, 2009 at 12:46 UTC |