Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Package error

Status
Not open for further replies.

Stress4Ever

Programmer
Joined
Feb 6, 2004
Messages
9
Location
US
I'm tring to install the DBD-ORACLE using ppm with activeperl5.8.2 and i'm getting "Error: no suitable installation target found for package DBD-ORACLE" does anyone know of any repository where i can get his package, i've already tried activestate repository.
Any help would be appreciated.
 
ok i downloaded the dbd-oracle1.5 extracted it and used command prompt to run the makefile.pl and i get this

E:\Inetpub\ftproot\Perl_Stuff\DBD-Oracle-1.15>perl Makefile.pl -p
Using DBI 1.39 installed in C:/Program Files/Perl/site/lib/auto/DBI

Configuring DBD::Oracle ...

Using Oracle in C:/oracle/ora92
Found oci directory
Using OCI directory 'oci'
Found oci/lib/MSVC/oci.lib library
Found oci/lib/MSVC/ociw32.lib library
Using oci/lib/MSVC/OCI.lib

Checking for functioning wait.ph


System: perl5.008002
Compiler: cl -MD -Zi -DNDEBUG -O1 -nologo -Gf -W3 -MD -Zi -DNDEBUG -O1 -DWIN32
-D_CONSOLE -DNO_STRICT -DHAVE_DES_FCRYPT -DNO_HASH_SEED -DPERL_IMPLICIT_CONTEX
T -DPERL_IMPLICIT_SYS -DUSE_PERLIO -DPERL_MSVCRT_READFIX
Linker: <ld not found>
Sysliblist:


Unable to find a perl 5 (by these names: C:\Program Files\Perl\bin\perl.exe perl
.exe perl5.exe perl5.8.2.exe miniperl.exe, in these dirs: C:\Program Files\Perlbin\ C:\WINDOWS\system32 C:\WINDOWS C:\WINDOWS\system32\WBEM C:\oracle\ora92devjdk\jre\bin\classic C:\oracle\ora92dev\jdk\jre\bin C:\oracle\ora92dev\jdk\jre\bi
n\client C:\oracle\ora92dev\jlib C:\oracle\ora92dev\bin C:\oracle\ora92dev\jre\1
.4.1\bin C:\oracle\ora92dev\jre\1.1.8\bin C:\oracle\ora92\bin C:\Program Files\O
racle\jre\1.1.8\bin C:\Program Files\Perl\bin)
Note (probably harmless): No library found for oldnames.lib
Note (probably harmless): No library found for kernel32.lib
Note (probably harmless): No library found for user32.lib
Note (probably harmless): No library found for gdi32.lib
Note (probably harmless): No library found for winspool.lib
Note (probably harmless): No library found for comdlg32.lib
Note (probably harmless): No library found for advapi32.lib
Note (probably harmless): No library found for shell32.lib
Note (probably harmless): No library found for ole32.lib
Note (probably harmless): No library found for oleaut32.lib
Note (probably harmless): No library found for netapi32.lib
Note (probably harmless): No library found for uuid.lib
Note (probably harmless): No library found for wsock32.lib
Note (probably harmless): No library found for mpr.lib
Note (probably harmless): No library found for winmm.lib
Note (probably harmless): No library found for version.lib
Note (probably harmless): No library found for odbc32.lib
Note (probably harmless): No library found for odbccp32.lib
Note (probably harmless): No library found for msvcrt.lib
LD_RUN_PATH=C:/oracle/ora92/lib:C:/oracle/ora92/rdbms/lib
Using DBD::Oracle 1.15.
Using DBD::Oracle 1.15.
Using DBI 1.39 installed in C:/Program Files/Perl/site/lib/auto/DBI
Writing Makefile for DBD::Oracle

it says it can't find perl5 but the path is there. What am i doing wrong. Thanks for ur help
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top