On 9/7/05 11:28 AM, "raja agireddy" <[EMAIL PROTECTED]> 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
