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



Reply via email to