You should use the ppm utility to install modules.

In command prompt:

ppm install DBD::Oracle

or

ppm install DBD::Oracle8

This will install precompiled binaries.

If you want to compile yourself through nmake, you must have Visual C++
compiler installed on your system as well as the Oracle client.

perl Makefile.PL
nmake
nmake test
nmake install

Ilya

> -----Original Message-----
> From: Karina Nahagama [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, August 30, 2001 4:43 AM
> To: [EMAIL PROTECTED]
> Subject: DBD::Oracle
>
>
> My name is Karina Nagahama,
> I want to install DBD::Oracle, but I have problems in building it.
>
> I download DBD-Oracle-1.08.tar.gz from
> http://velocity.activestate.com/code/cpan/d/db/DBD-Oracle.html
>
> I' working on Windows NT,
> using Apache 1.3.20,Perl 5.6.1,mod_perl1.25_01 and also DBI is installed
> too.
> The database I'm using is Oracle 8, and it works well.
>
> I read the readme.txt from the package but I'm unable to build .
>
> I'm unclear about what is wrong.
>
> Apache 1.3.20,Perl 5.6.1,mod_perl1.25_01 work well.
>
> In the path of the system perl is writen as 'C:\Perl\bin',
> and my perl.exe is in there.Is this wrong?
> In order to execute Makefile.PL from My path,
> I copied the file in the path ('C:\Perl\bin').
> I couldn't run Makefile.PL in Ms-Dos Prompt by typing 'perl Makefile.PL'
> So I executed Makefile.PL by clicking it,
> but unfortunatelly the next message appears:
>    Configuring DBD::Oracle
>    Multiple Oracle homes: e:\Ora8i e\OraMngr
>    Using Oracle in e:/OraMngr
>    Can't start e:/OraMngr/rdbms: No such file or directory
>    I can't find the header files I need in your Oracle Installation.
>    You probably need to install some more Oracle components.
>
> Also the next message was written at listener8i.log:
> 30-AUG-01 16:24:42 * step2 *
> (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.100.50)(PORT=1095)) *
> service_update *
> STEP2 * 406
> NNC-00406: 名前: "LISTENER8i_pisvr2" がありません。
>  NNC-00406: 名前: "step2" がありません。
>   NNC-00406: 名前: "PLSExtProc" がありません。
>    NNC-00406: 名前: "Ora8i0.pint" がありません。
>
> What do I need to do in order to install DBD::Oracle?
> Sorry for trouble you.
> I really apreciate your collaboration.
> karina.kcom.ne.jp
>
>

Reply via email to