On 22-Sep-2003 McDonald, Jeffrey wrote:
> All,
> My apologies if there was misconduct in my submission methods, as I have yet to 
> receive a
> response from anyone. 

  ..Didn't see it till now.  But you did what everyone would have told you, update to 
the 
    latest DBI.  DBI 1.20 was very old.  I'm glad you got it working.


 If everyone can see my messages, I gave up and installed DBI-1.38, thus
> subsiding my pounding headache.  I recommend it greatly if you are having issues 
> with compiling
> DBD:Oracle 1.14 against Oracle 9.2.0 on a 32-bit client.
> Good luck everyone.
> Thanks,
> Jeff M.
> 
> 
> 
> 
> ----------------------------
> I was having an issue earlier with a make of DBD:Oracle-1.14.  I finally got it 
> built, but now am
> having many issues with the test.  Could someone please tell me what I'm missing 
> and/or what
> these test results mean?
> 
> Config:  Sun 2.6, Oracle 9.2.0, Perl 5.6.1 (please see perl -V output), DBI-1.20.
> Trying to build DBD:Oracle 1.14.
> 
> 
> PERL -V output:
> Summary of my perl5 (revision 5.0 version 6 subversion 1) configuration:
>   Platform:
>     osname=solaris, osvers=2.6, archname=sun4-solaris
>     uname='sunos s10eng1 5.6 generic_111435-01 sun4u sparc sunw,ultra-5_10 '
>     config_args=''
>     hint=previous, useposix=true, d_sigaction=define
>     usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef
>     useperlio=undef d_sfio=undef uselargefiles=define usesocks=undef
>     use64bitint=undef use64bitall=undef uselongdouble=undef
>   Compiler:
>     cc='gcc', ccflags ='-fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE
> -D_FILE_OFFSET_BITS=64',
>     optimize='-O',
>     cppflags='-fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE
> -D_FILE_OFFSET_BITS=64'
>     ccversion='', gccversion='2.95.3 20010315 (release)', gccosandvers='solaris2.6'
>     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, usemymalloc=y, prototype=define
>   Linker and Libraries:
>     ld='gcc', ldflags =' -L/usr/local/lib '
>     libpth=/usr/local/lib /usr/lib /usr/ccs/lib
>     libs=-lsocket -lnsl -ldl -lm -lc
>     perllibs=-lsocket -lnsl -ldl -lm -lc
>     libc=, so=so, useshrplib=false, libperl=libperl.a
>   Dynamic Linking:
>     dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' '
>     cccdlflags='-fPIC', lddlflags='-G -L/usr/local/lib'
> 
> 
> Characteristics of this binary (from libperl): 
>   Compile-time options: USE_LARGE_FILES
>   Built under solaris
>   Compiled at Oct 15 2001 15:36:12
>   @INC:
>     /opt/perl/lib/5.6.1/sun4-solaris
>     /opt/perl/lib/5.6.1
>     /opt/perl/lib/site_perl/5.6.1/sun4-solaris
>     /opt/perl/lib/site_perl/5.6.1
>     /opt/perl/lib/site_perl
>     .
> 
> 
> AND NOW FOR THE TEST.PL OUTPUT....
> 
> 
> 
> 
> Next is the output from "make test".
> [EMAIL PROTECTED]:/var/tmp/odbd/DBD-Oracle-1.14 > make test
> gcc -I /opt/perl/lib/5.6.1 -I /opt/oracle/product/9.2.0/lib -I
> /opt/perl/lib/site_perl/5.6.1/sun4-solaris/auto/DBI -I /var/tmp/odbd/DBD-Oracle-1.14 
> -I
> /opt/perl/lib/site_perl/5.6.1/sun4-solaris/DBD -I 
> /opt/oracle/product/9.2.0/rdbms/demo -I
> /opt/oracle/product/9.2.0/rdbms/public -c  -fno-strict-aliasing -I/usr/local/include
> -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O    -DVERSION=\"0.10\"  
> -DXS_VERSION=\"0.10\" -fPIC
> -I/opt/perl/lib/5.6.1/sun4-solaris/CORE  Oracle.c
> cc1: warning: changing search order for system directory "/usr/local/include"
> cc1: warning:   as it has already been specified as a non-system directory
> Running Mkbootstrap for DBD-Oracle ()
> chmod 644 Oracle.bs
> rm -f blib/arch/auto/DBD-Oracle/Oracle.so
> LD_RUN_PATH="/opt/oracle/product/9.2.0/lib:/opt/oracle/product/9.2.0/rdbms/lib" gcc  
> -G
> -L/usr/local/lib Oracle.o  -o blib/arch/auto/DBD-Oracle/Oracle.so     
> chmod 755 blib/arch/auto/DBD-Oracle/Oracle.so
> cp Oracle.bs blib/arch/auto/DBD-Oracle/Oracle.bs
> chmod 644 blib/arch/auto/DBD-Oracle/Oracle.bs
> PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib 
> -I/opt/perl/lib/5.6.1/sun4-solaris
> -I/opt/perl/lib/5.6.1 -e 'use Test::Harness qw(&runtests $verbose); $verbose=0; 
> runtests @ARGV;'
> t/*.t
> t/base..............ok                                                       
> t/cursor............ok                                                       
> t/general...........Can't get DBI::st=HASH(0x1d3684)->{ParamValues}: unrecognised 
> attribute at
> t/general.t line 4.
> t/general...........dubious                                                  
>         Test returned status 2 (wstat 512, 0x200)
> DIED. FAILED tests 1-19
>         Failed 19/19 tests, 0.00% okay
> t/long..............ok                                                       
> t/meta..............Use of uninitialized value in string eq at
> /opt/perl/lib/site_perl/5.6.1/sun4-solaris/DBD/Oracle.pm line 327.
> Use of uninitialized value in string eq at
> /opt/perl/lib/site_perl/5.6.1/sun4-solaris/DBD/Oracle.pm line 327.
> Use of uninitialized value in string eq at
> /opt/perl/lib/site_perl/5.6.1/sun4-solaris/DBD/Oracle.pm line 327.
> t/meta..............ok 1/10Use of uninitialized value in string eq at
> /opt/perl/lib/site_perl/5.6.1/sun4-solaris/DBD/Oracle.pm line 327.
> Use of uninitialized value in string eq at
> /opt/perl/lib/site_perl/5.6.1/sun4-solaris/DBD/Oracle.pm line 327.
> Use of uninitialized value in string eq at
> /opt/perl/lib/site_perl/5.6.1/sun4-solaris/DBD/Oracle.pm line 327.
> t/meta..............ok 4/10Use of uninitialized value in string eq at
> /opt/perl/lib/site_perl/5.6.1/sun4-solaris/DBD/Oracle.pm line 327.
> Use of uninitialized value in string eq at
> /opt/perl/lib/site_perl/5.6.1/sun4-solaris/DBD/Oracle.pm line 327.
> Use of uninitialized value in string eq at
> /opt/perl/lib/site_perl/5.6.1/sun4-solaris/DBD/Oracle.pm line 327.
> t/meta..............ok 7/10Use of uninitialized value in string eq at
> /opt/perl/lib/site_perl/5.6.1/sun4-solaris/DBD/Oracle.pm line 327.
> Use of uninitialized value in string eq at
> /opt/perl/lib/site_perl/5.6.1/sun4-solaris/DBD/Oracle.pm line 327.
> Use of uninitialized value in string eq at
> /opt/perl/lib/site_perl/5.6.1/sun4-solaris/DBD/Oracle.pm line 327.
> t/meta..............ok                                                       
> t/ph_type...........ok 11/19 expected 'trailing' but got 'trailing ' for VARCHAR2
> t/ph_type...........FAILED test 12                                           
>         Failed 1/19 tests, 94.74% okay
> t/plsql.............ok                                                       
> t/reauth............skipped test on this platform
> t/select............ok 33/35# failed test 34 at line 107.                    
># failed test 35 at line 108. 
> t/select............FAILED tests 34-35                                       
>         Failed 2/35 tests, 94.29% okay
> Failed Test Status Wstat Total Fail  Failed  List of Failed
> --------------------------------------------------------------------------------
> t/general.t        2   512    19   19 100.00%  1-19
> t/ph_type.t                   19    1   5.26%  12
> t/select.t                    35    2   5.71%  34-35
> 1 test skipped.
> Failed 3/9 test scripts, 66.67% okay. 22/314 subtests failed, 92.99% okay.
> *** Error code 29
> make: Fatal error: Command failed for target `test_dynamic'
> 
> 
> Thank you,
> 
> 
> Jeff McDonald 
> Enterprise Rent-A-Car 
> Unix Platform Technologies 
> 

----------------------------------
E-Mail: [EMAIL PROTECTED]
Date: 22-Sep-2003
Time: 15:51:05
----------------------------------

Reply via email to