Your output shows you are using the Sun C compiler. Which C compiler is installed on your system (command is 'which cc')? Did you build this Perl or did you get one that was already built for your platform?
rr -----Original Message----- From: raja agireddy [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 13, 2005 2:50 PM To: Reidy, Ron Cc: [email protected] Subject: Re: DBD:ORACLE test failing Ron, Following is the output: Summary of my perl5 (revision 5 version 8 subversion 6) configuration: Platform: osname=solaris, osvers=2.9, archname=sun4-solaris uname='sunos cfoifdv1 5.9 generic_118558-02 sun4u sparc sunw,sun-fire-880 ' config_args='-Dprefix=/home/gaccr1/fdmg/web2/perl -des' hint=recommended, useposix=true, d_sigaction=define usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=unde f useperlio=define d_sfio=undef uselargefiles=define usesocks=undef use64bitint=undef use64bitall=undef uselongdouble=undef usemymalloc=n, bincompat5005=undef Compiler: cc='/opt/SUNWspro/bin/cc', ccflags =' -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BIT S=64', optimize='-O', cppflags='' ccversion='Forte Developer 7 C 5.4 2002/03/09', gccversion='', gccosandvers= '' intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=4321 d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16 ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize =8 alignbytes=8, prototype=define Linker and Libraries: else pro/prod/lib ' libpth=/usr/lib /usr/ccs/lib /opt/SUNWspro/prod/lib libs=-lsocket -lnsl -ldl -lm -lc perllibs=-lsocket -lnsl -ldl -lm -lc libc=/lib/libc.so, so=so, useshrplib=false, libperl=libperl.a gnulibc_version='' Dynamic Linking: dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' ' cccdlflags='-KPIC', lddlflags='-G -L/usr/lib -L/usr/ccs/lib -L/opt/SUNWspro/ prod/lib' Characteristics of this binary (from libperl): Compile-time options: USE_LARGE_FILES Built under solaris Compiled at Mar 14 2005 14:10:16 @INC: /home/gaccr1/fdmg/web2/perl/lib/5.8.6/sun4-solaris /home/gaccr1/fdmg/web2/perl/lib/5.8.6 /home/gaccr1/fdmg/web2/perl/lib/site_perl/5.8.6/sun4-solaris /home/gaccr1/fdmg/web2/perl/lib/site_perl/5.8.6 /home/gaccr1/fdmg/web2/perl/lib/site_perl Regards, Raja On 9/8/05, Reidy, Ron <[EMAIL PROTECTED]> wrote: > Did you get errors from 'make'? > > Send the output of 'perl -V' and which C compiler are yopu using. > > -- > Ron Reidy > Lead DBA > Array BioPharma, Inc. > > -----Original Message----- > From: raja agireddy [mailto:[EMAIL PROTECTED] > Sent: Wednesday, September 07, 2005 9:43 AM > To: [email protected] > Subject: Fwd: DBD:ORACLE test failing > > > ---------- Forwarded message ---------- > From: raja agireddy <[EMAIL PROTECTED]> > Date: Sep 7, 2005 11:28 AM > Subject: DBD:ORACLE test failing > To: [email protected] > > > 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 electronic message transmission is a PRIVATE communication which > contains information which may be confidential or privileged. The > information is intended to be for the use of the individual or entity > named above. If you are not the intended recipient, please be aware > that any disclosure, copying, distribution or use of the contents of > this information is prohibited. Please notify the sender of the > delivery error by replying to this message, or notify us by telephone > (877-633-2436, ext. 0), and then delete it from your system. > > This electronic message transmission is a PRIVATE communication which contains information which may be confidential or privileged. The information is intended to be for the use of the individual or entity named above. If you are not the intended recipient, please be aware that any disclosure, copying, distribution or use of the contents of this information is prohibited. Please notify the sender of the delivery error by replying to this message, or notify us by telephone (877-633-2436, ext. 0), and then delete it from your system.
