You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by raja agireddy <ta...@gmail.com> on 2005/09/07 17:28:40 UTC

DBD:ORACLE test failing

Hello!

I have modepler2.0,Apache2.0.53 ,Perl5.8 on Sun OS 5.9. 
I have successfully installed DBI 1.48 and currently in the process of
installing DBD-Oracle-1.16.

I am getting the following error while running "make test" during
DBD::Oracle installation.

PERL_DL_NONLAZY=1 /home/gaccr1/fdmg/web2/perl/bin/perl "-MExtUtils::Command::MM"
 "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/01base................Failed to load Oracle extension and/or shared libraries:
install_driver(Oracle) failed: Can't load '/home/gaccr1/fdmg/DBD-Oracle-1.16/bli
b/arch/auto/DBD/Oracle/Oracle.so' for module DBD::Oracle: ld.so.1: /home/gaccr1/
fdmg/web2/perl/bin/perl: fatal: relocation error: file /home/gaccr1/fdmg/DBD-Ora
cle-1.16/blib/arch/auto/DBD/Oracle/Oracle.so: symbol ociepgoe: referenced symbol
 not found at /home/gaccr1/fdmg/web2/perl/lib/5.8.6/sun4-solaris/DynaLoader.pm l
ine 230.
 at (eval 1) line 3
Compilation failed in require at (eval 1) line 3.
Perhaps a required shared library or dll isn't installed where expected
 at t/01base.t line 19
The remaining tests will probably also fail with the same error.

Re: DBD:ORACLE test failing

Posted by "Philip M. Gollucci" <pg...@p6m7g8.com>.
raja agireddy wrote:
> Hello!
> 
> I have modepler2.0,Apache2.0.53 ,Perl5.8 on Sun OS 5.9. 
> I have successfully installed DBI 1.48 and currently in the process of
> installing DBD-Oracle-1.16.
You'd probably have better luck on dbi-users (at) perl.org


END
------------------------------------------------------------
     What doesn't kill us can only make us stronger.
                 Nothing is impossible.
				
Philip M. Gollucci (pgollucci@p6m7g8.com) 301.254.5198
Consultant / http://p6m7g8.net/Resume/
Senior Developer / Liquidity Services, Inc.
   http://www.liquidityservicesinc.com
        http://www.liquidation.com
        http://www.uksurplus.com
        http://www.govliquidation.com
        http://www.gowholesale.com


Re: DBD:ORACLE test failing

Posted by Sean Davis <sd...@mail.nih.gov>.
On 9/7/05 11:28 AM, "raja agireddy" <ta...@gmail.com> wrote:

> Hello!
> 
> I have modepler2.0,Apache2.0.53 ,Perl5.8 on Sun OS 5.9.
> I have successfully installed DBI 1.48 and currently in the process of
> installing DBD-Oracle-1.16.
> 
> I am getting the following error while running "make test" during
> DBD::Oracle installation.
> 
> PERL_DL_NONLAZY=1 /home/gaccr1/fdmg/web2/perl/bin/perl
> "-MExtUtils::Command::MM"
> "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
> t/01base................Failed to load Oracle extension and/or shared
> libraries:
> install_driver(Oracle) failed: Can't load
> '/home/gaccr1/fdmg/DBD-Oracle-1.16/bli
> b/arch/auto/DBD/Oracle/Oracle.so' for module DBD::Oracle: ld.so.1:
> /home/gaccr1/
> fdmg/web2/perl/bin/perl: fatal: relocation error: file
> /home/gaccr1/fdmg/DBD-Ora
> cle-1.16/blib/arch/auto/DBD/Oracle/Oracle.so: symbol ociepgoe: referenced
> symbol
> not found at /home/gaccr1/fdmg/web2/perl/lib/5.8.6/sun4-solaris/DynaLoader.pm
> l
> ine 230.
> at (eval 1) line 3
> Compilation failed in require at (eval 1) line 3.
> Perhaps a required shared library or dll isn't installed where expected
> at t/01base.t line 19
> The remaining tests will probably also fail with the same error.

This isn't really a mod_perl question.  You might want to try the dbi-users
list.  However, it appears that you either don't have the shared libraries
for oracle installed or that they aren't installed in a place that can be
found for linking.

Sean