Sorry TIM
i forgot to mention error shown in "perl MakeFile.pl"
---------------------
Warning: By default new modules are installed into your 'site_lib'
directories. Since site_lib directories come after the normal library
directories you must delete any old DBD::Oracle files and directories from
your 'privlib' and 'archlib' directories and their auto subdirectories.
Using DBD::Oracle 1.06.
Using DBI 1.15 installed in
/usr/lib/perl5/site_perl/5.005/i386-linux/auto/DBI
Writing Makefile for DBD::Oracle
Constant subroutine __stub_lgammal redefined at
/usr/lib/perl5/5.00503/i386-linux/gnu/stubs.ph line 58.
Constant subroutine __stub_lgammal_r redefined at
/usr/lib/perl5/5.00503/i386-linux/gnu/stubs.ph line 64.
Constant subroutine __need_size_t undefined at
/usr/lib/perl5/5.00503/i386-linux/stddef.ph line 131.
You have a wait.ph file generated by perl h2ph utility.
It does not define a WCOREDUMP function. That's probably an error.
If a DBD::Oracle test fails then you will probably see a message
from Test::Harness about WCOREDUMP being undefined. You can either ignore
it or try to fix your wait.ph file. The message does not reflect the
cause of the test failure, it's just a problem interpreting the failure.
---------------------------
Thanx
Denis
----- Original Message -----
From: "Tim Scott" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Friday, May 25, 2001 4:17 PM
Subject: Re: DBI - for Oracle 8i
> Denis,
>
> When you did the 'perl Makefile.PL', did it find Oracle and everything
> correctly ?
>
> Is there any particular reason you're using 'Makefile.aperl', rather than
> simply 'make' ?
>
> Which version of DBI are you using ?
>
> Tim
>
> ----- Original Message -----
> From: <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Friday, May 25, 2001 11:11 AM
> Subject: DBI - for Oracle 8i
>
>
> Hi gurus,
>
> I have installed Oracle 8i enterprise edition on Linux and also
successfully
> installed DBI module.
>
> When i installed DBD::Oracle module, it shows me this error
>
> -------------------------------
>
> You have a wait.ph file generated by perl h2ph utility.
> It does not define a WCOREDUMP function. That's probably an error.
> If a DBD::Oracle test fails then you will probably see a message
> from Test::Harness about WCOREDUMP being undefined. You can either ignore
> it or try to fix your wait.ph file. The message does not reflect the
> cause of the test failure, it's just a problem interpreting the failure.
>
>
> *** If you have problems, read the README and README.help files ***
> (Of course, you have read README by now anyway, haven't you?)
>
> make -f Makefile.aperl perl
> make[1]: Entering directory `/denis'
> Writing perlmain.c
> cd . &&
>
cc -c -I/usr/lib/perl5/5.00503/i386-linux/CORE -Dbool=char -DHAS_BOOL -I/u
> sr/local/include -O2 \
> -DVERSION=\"1.06\" \
> -DXS_VERSION=\"1.06\" -I/usr/lib/perl5/5.00503/i386-linux/CORE perlmain.c
> cat /usr/lib/perl5/5.00503/i386-linux/auto/DynaLoader/extralibs.ld >>
> blib/arch/auto/DBD/Oracle/extralibs.all
> cat blib/arch/auto/DBD/Oracle/extralibs.ld >>
> blib/arch/auto/DBD/Oracle/extralibs.all
> cc -L/usr/local/lib -rdynamic -o perl -O2 ./perlmain.o
> blib/arch/auto/DBD/Oracle/Oracle.a
> /usr/lib/perl5/5.00503/i386-linux/auto/DynaLoader/DynaLoader.a
> /usr/lib/perl5/5.00503/i386-linux/CORE/libperl.a `cat
>
blib/arch/auto/DBD/Oracle/extralibs.all` -lnsl -ldl -lm -lc -lposix -lcrypt
> cc: /usr/oracle/rdbms/lib/libskgxpd..a: No such file or directory
> cc: /usr/oracle/rdbms/lib/libskgxpu..a: No such file or directory
> cc: /usr/oracle/rdbms/lib/libskgxpt..a: No such file or directory
> make[1]: *** [perl] Error 1
> make[1]: Leaving directory `/denis'
> make: *** [perl] Error 2
> [root@coral /denis]#
> -----------------
>
> When i am testing this by "make test", it gives this error
>
> ----------
> [root@coral /denis]# make test
> PERL_DL_NONLAZY=1
>
/usr/bin/perl -Iblib/arch -Iblib/lib -I/usr/lib/perl5/5.00503/i386-linux -I/
> usr/lib/perl5/5.00503 -e 'use Test::Harness qw(&runtests $verbose);
> $verbose=0; runtests @ARGV;' t/*.t
> t/base..............FAILED tests 4-5
> Failed 2/5 tests, 60.00% okay
> t/general...........install_driver(Oracle) failed: Can't load
> 'blib/arch/auto/DBD/Oracle/Oracle.so' for module DBD::Oracle:
> libclntsh.so.8.0: cannot open shared object file: No such file or
directory
> at /usr/lib/perl5/5.00503/i386-linux/DynaLoader.pm line 169.
>
> at (eval 1) line 3
> Perhaps a required shared library or dll isn't installed where expected
> at t/general.t line 20
> dubious
> Test returned status 255 (wstat 65280, 0xff00)
> Undefined subroutine &Test::Harness::WCOREDUMP called at
> /usr/lib/perl5/5.00503/Test/Harness.pm line 288.
> make: *** [test_dynamic] Error 255
> [root@coral /denis]#
> --------------------
>
> I have tried installation approx 15 times, but all the times same
> error..........
>
> Could any one help me ????
>
> Pl note : I have installed MySql and it is working ok. Also, i can access
> MySql database using DBI:MySql module. I can also log into Oracle database
> using scott/tiger@oralin, so this is also ok.
>
> pl. pl. help me
>
> TIA
>
> Denis
>
>