[Dbi-interbase-devel] Installation problems on Win32
Status: Beta
Brought to you by:
edpratomo
From: Paul L. T. <p.t...@cl...> - 2001-10-31 00:05:52
|
Hi, I've been struggling trying to install DBD::InterBase 0.28.4 on Windows 2000 running ActiveState 5.6.0.613. Started by installing DBI using ActiveState's ppm which downloads and installs DBI from the ActiveState web site. Then found the version of DBD::InterBase did not contain a PPD file when I tried to install from ActiveState. So I downloaded the zipped version of DBD::InterBase. Then I downloaded the Borland 5.5 C++ compiler from the Borland site. I followed the instructions in the readme but failed. I then shopped around for a VC++ 6.0 compiler and tried again. Failed again. Perl is installed properly and runs my CGI scripts. The Firebird 0.9 server runs my local computer. Any ideas? I read that Peter Wilkinson had created a PPD distro or file. The result of the compile attempts are as follows: Microsoft Windows 2000 [Version 5.00.2195] (C) Copyright 1985-2000 Microsoft Corp. C:\WINNT\system32>cd c:\my applications\perl\dbd-interbase C:\My Applications\Perl\DBD-InterBase>perl makefile.pl Using DBI 1.14 installed in C:/Program Files/ClickOut Software/Perl/site/lib/auto/DBI InterBase bin directory a) other Your choice: a Directory: c:/program files/clickout software/firebird/bin Interbase include directory a) other Your choice: a Directory: c:/program files/clickout software/firebird/include Visual C++ directory 1) C:\Program Files\Microsoft Visual Studio\VC98/bin a) other Your choice: a Directory: c:/program files/microsoft visual studio/vc98/bin Interbase lib directory a) other Your choice: a Directory: c:/program files/clickout software/firebird/lib Full path to your test database: c:/program files/clickout software/firebird/examples/v5/EMPLOYEE.GDB Username: SYSDBA Password: masterkey Checking if your kit is complete... Looks good Unable to find a perl 5 (by these names: C:\Program Files\ClickOut Software\Perl\bin\Perl.exe minipe rl perl perl5 perl5.6.0, in these dirs: C:\Program Files\ClickOut Software\Perl\bin\ C:\Perl\bin\ C: \PROGRA~1\Borland\Delphi5\Projects\Bpl C:\PROGRA~1\Borland\Delphi5\Bin C:\WINNT\system32 C:\WINNT C: \WINNT\System32\Wbem C:\Program Files\Microsoft Visual Studio\Common\MSDev98\Bin C:\Program Files\Mi crosoft Visual Studio\Common\Tools C:\Program Files\Microsoft Visual Studio\VC98\bin C:\Program File s\Common Files\InstallShield\ C:\Program Files\ClickOut Software\Perl\bin) Running '0 -IC:\Program Files\ClickOut Software\Perl\lib C:\Program Files\ClickOut Software\Perl\lib \ExtUtils\xsubpp -v 2>&1' exits with status 1 at (eval 27) line 17. Running '0 C:\Program Files\ClickOut Software\Perl\lib\ExtUtils\xsubpp temp000 2>&1' exits with stat us 1 at (eval 27) line 43. Using DBI 1.14 installed in C:/Program Files/ClickOut Software/Perl/site/lib/auto/DBI Writing Makefile for DBD::InterBase C:\My Applications\Perl\DBD-InterBase> Thanks Paul |