I am trying to install the DBD::Oracle 1.22 for Perl 5 on a Solaris 10
system;  I have already successfully installed the DBI.  The Oracle
database is version 10.2.0.3 and the version of Perl is 5.8.4:
Output of Perl -V:
Summary of my perl5 (revision 5 version 8 subversion 4) configuration:
  Platform:
    osname=solaris, osvers=2.10, archname=sun4-solaris-64int
    uname='sunos localhost 5.10 sun4u sparc SUNW,Ultra-2'
    config_args=''
    hint=recommended, useposix=true, d_sigaction=define
    usethreads=undef use5005threads=undef useithreads=undef
usemultiplicity=undef
    useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
    use64bitint=define use64bitall=undef uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-xarch=v8 -D_TS_ERRNO',
    optimize='-xO3 -xspace -xildoff',
    cppflags=''
    ccversion='Sun WorkShop', gccversion='', gccosandvers=''
    intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=87654321
    d_longlong=define, longlongsize=8, d_longdbl=define,
longdblsize=16
    ivtype='long long', ivsize=8, nvtype='double', nvsize=8,
Off_t='off_t', lseeksize=8
    alignbytes=8, prototype=define
  Linker and Libraries:
    ld='cc', ldflags =''
    libpth=/lib /usr/lib /usr/ccs/lib
    libs=-lsocket -lnsl -ldl -lm -lc
    perllibs=-lsocket -lnsl -ldl -lm -lc
    libc=/lib/libc.so, so=so, useshrplib=true, libperl=libperl.so
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-R
/usr/perl5/5.8.4/lib/sun4-solaris-64int/CORE'
    cccdlflags='-KPIC', lddlflags='-G'


Characteristics of this binary (from libperl): 
  Compile-time options: USE_64_BIT_INT USE_LARGE_FILES
  Locally applied patches:
        22667 The optree builder was looping when constructing the ops
...
        22715 Upgrade to FileCache 1.04
        22733 Missing copyright in the README.
        22746 fix a coredump caused by rv2gv not fully converting a PV
...
        22755 Fix 29149 - another UTF8 cache bug hit by substr.
        22774 [perl #28938] split could leave an array without ...
        22775 [perl #29127] scalar delete of empty slice returned
garbage
        22776 [perl #28986] perl -e "open m" crashes Perl
        22777 add test for change #22776 ("open m" crashes Perl)
        22778 add test for change #22746 ([perl #29102] Crash on assign
...
        22781 [perl #29340] Bizarre copy of ARRAY make sure a pad op's
...
        22796 [perl #29346] Double warning for int(undef) and
abs(undef) ...
        22818 BOM-marked and (BOMless) UTF-16 scripts not working
        22823 [perl #29581] glob() misses a lot of matches
        22827 Smoke [5.9.2] 22818 FAIL(F) MSWin32 WinXP/.Net SP1 (x86/1
cpu)
        22830 [perl #29637] Thread creation time is hypersensitive
        22831 improve hashing algorithm for ptr tables in perl_clone:
...
        22839 [perl #29790] Optimization busted: '@a = "b", sort @a'
...
        22850 [PATCH] 'perl -v' fails if local_patches contains code
snippets
        22852 TEST needs to ignore SCM files
        22886 Pod::Find should ignore SCM files and dirs
        22888 Remove redundant %SIG assignments from FileCache
        23006 [perl #30509] use encoding and "eq" cause memory leak
        23074 Segfault using HTML::Entities
        23106 Numeric comparison operators mustn't compare addresses of
...
        23320 [perl #30066] Memory leak in nested shared data
structures ...
        23321 [perl #31459] Bug in read()
        27722 perlio.c breaks on Solaris/gcc when > 256 FDs are
available
        SPRINTF0 - fixes for sprintf formatting issues - CVE-2005-3962
        6663288 Upgrade to CGI.pm 3.33
        REGEXP0 - fix for UTF-8 recoding in regexps - CVE-2007-5116
  Built under solaris
  Compiled at Jul 31 2008 12:07:52
  @INC:
    /usr/perl5/5.8.4/lib/sun4-solaris-64int
    /usr/perl5/5.8.4/lib
    /usr/perl5/site_perl/5.8.4/sun4-solaris-64int
    /usr/perl5/site_perl/5.8.4
    /usr/perl5/site_perl
    /usr/perl5/vendor_perl/5.8.4/sun4-solaris-64int
    /usr/perl5/vendor_perl/5.8.4
    /usr/perl5/vendor_perl


I am having to use a 'static' build and I getting the following when
running "make test":
 make test
make -f Makefile.aperl perl
`perl' is up to date.
PERL_DL_NONLAZY=1 ./perl "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/01base................# Test loading DBI, DBD::Oracle and version
t/01base................ok                                             
     
t/10general.............Can't locate object method "no_diag" via
package "Test::Builder" at t/nchar_test_lib.pl line 53.
Compilation failed in require at t/10general.t line 12.
# Looks like your test died before it could output anything.
t/10general.............dubious                                        
     
        Test returned status 255 (wstat 65280, 0xff00)
t/12impdata.............Can't locate object method "no_diag" via
package "Test::Builder" at t/nchar_test_lib.pl line 53.
Compilation failed in require at t/12impdata.t line 27.
# Looks like your test died before it could output anything.
t/12impdata.............dubious                                        
     
        Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-7
        Failed 7/7 tests, 0.00% okay
t/14threads.............skipped
        all skipped: this solaris perl 5.008004 not configured to
support iThreads
t/15nls.................Can't locate object method "no_diag" via
package "Test::Builder" at t/nchar_test_lib.pl line 53.
Compilation failed in require at t/15nls.t line 9.
# Looks like your test died before it could output anything.
t/15nls.................dubious                                        
     
        Test returned status 255 (wstat 65280, 0xff00)
t/20select..............Can't locate object method "no_diag" via
package "Test::Builder" at t/nchar_test_lib.pl line 53.
Compilation failed in require at t/20select.t line 10.
# Looks like your test died before it could output anything.
t/20select..............dubious                                        
     
        Test returned status 255 (wstat 65280, 0xff00)
t/21nchar...............Can't locate object method "no_diag" via
package "Test::Builder" at t/nchar_test_lib.pl line 53.
Compilation failed in require at t/21nchar.t line 9.
# Looks like your test died before it could output anything.
t/21nchar...............dubious                                        
     
        Test returned status 255 (wstat 65280, 0xff00)
t/22nchar_al32utf8......Can't locate object method "no_diag" via
package "Test::Builder" at t/nchar_test_lib.pl line 53.
Compilation failed in require at t/22nchar_al32utf8.t line 12.
# Looks like your test died before it could output anything.
t/22nchar_al32utf8......dubious                                        
     
        Test returned status 255 (wstat 65280, 0xff00)
t/22nchar_utf8..........Can't locate object method "no_diag" via
package "Test::Builder" at t/nchar_test_lib.pl line 53.
Compilation failed in require at t/22nchar_utf8.t line 12.
# Looks like your test died before it could output anything.
t/22nchar_utf8..........dubious                                        
     
        Test returned status 255 (wstat 65280, 0xff00)
t/23wide_db.............Can't locate object method "no_diag" via
package "Test::Builder" at t/nchar_test_lib.pl line 53.
Compilation failed in require at t/23wide_db.t line 12.
# Looks like your test died before it could output anything.
t/23wide_db.............dubious                                        
     
        Test returned status 255 (wstat 65280, 0xff00)
t/23wide_db_8bit........Can't locate object method "no_diag" via
package "Test::Builder" at t/nchar_test_lib.pl line 53.
Compilation failed in require at t/23wide_db_8bit.t line 12.
# Looks like your test died before it could output anything.
t/23wide_db_8bit........dubious                                        
     
        Test returned status 255 (wstat 65280, 0xff00)
t/23wide_db_al32utf8....Can't locate object method "no_diag" via
package "Test::Builder" at t/nchar_test_lib.pl line 53.
Compilation failed in require at t/23wide_db_al32utf8.t line 12.
# Looks like your test died before it could output anything.
t/23wide_db_al32utf8....dubious                                        
     
        Test returned status 255 (wstat 65280, 0xff00)
t/24implicit_utf8.......Can't locate object method "no_diag" via
package "Test::Builder" at t/nchar_test_lib.pl line 53.
Compilation failed in require at t/24implicit_utf8.t line 9.
# Looks like your test died before it could output anything.
t/24implicit_utf8.......dubious                                        
     
        Test returned status 255 (wstat 65280, 0xff00)
t/25plsql...............Can't locate object method "no_diag" via
package "Test::Builder" at t/nchar_test_lib.pl line 53.
Compilation failed in require at t/25plsql.t line 9.
# Looks like your test died before it could output anything.
t/25plsql...............dubious                                        
     
        Test returned status 255 (wstat 65280, 0xff00)
t/26exe_array...........ok 1/14Can't locate object method "no_diag" via
package "Test::Builder" at t/nchar_test_lib.pl line 53.
Compilation failed in require at t/26exe_array.t line 9.
# Looks like you planned 14 tests but only ran 1.
# Looks like your test died just after 1.
t/26exe_array...........dubious                                        
     
        Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 2-14
        Failed 13/14 tests, 7.14% okay
t/28array_bind..........Can't locate object method "no_diag" via
package "Test::Builder" at t/nchar_test_lib.pl line 53.
Compilation failed in require at t/28array_bind.t line 27.
# Looks like your test died before it could output anything.
t/28array_bind..........dubious                                        
     
        Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-15
        Failed 15/15 tests, 0.00% okay
t/30long................Can't locate object method "no_diag" via
package "Test::Builder" at t/nchar_test_lib.pl line 53.
Compilation failed in require at t/30long.t line 12.
# Looks like your test died before it could output anything.
t/30long................dubious                                        
     
        Test returned status 255 (wstat 65280, 0xff00)
t/31lob.................Can't locate object method "no_diag" via
package "Test::Builder" at t/nchar_test_lib.pl line 53.
Compilation failed in require at t/31lob.t line 9.
# Looks like your test died before it could output anything.
t/31lob.................dubious                                        
     
        Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-9
        Failed 9/9 tests, 0.00% okay
t/31lob_extended........Can't locate object method "no_diag" via
package "Test::Builder" at t/nchar_test_lib.pl line 53.
Compilation failed in require at t/31lob_extended.t line 22.
# Looks like your test died before it could output anything.
t/31lob_extended........dubious                                        
     
        Test returned status 255 (wstat 65280, 0xff00)
t/32xmltype.............ok 1/4Can't locate object method "no_diag" via
package "Test::Builder" at t/nchar_test_lib.pl line 53.
Compilation failed in require at t/32xmltype.t line 9.
# Looks like you planned 4 tests but only ran 1.
# Looks like your test died just after 1.
t/32xmltype.............dubious                                        
     
        Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 2-4
        Failed 3/4 tests, 25.00% okay
t/34pres_lobs...........Can't locate object method "no_diag" via
package "Test::Builder" at t/nchar_test_lib.pl line 53.
Compilation failed in require at t/34pres_lobs.t line 22.
# Looks like your test died before it could output anything.
t/34pres_lobs...........dubious                                        
     
        Test returned status 255 (wstat 65280, 0xff00)
t/40ph_type.............Can't locate object method "no_diag" via
package "Test::Builder" at t/nchar_test_lib.pl line 53.
Compilation failed in require at t/40ph_type.t line 10.
# Looks like your test died before it could output anything.
t/40ph_type.............dubious                                        
     
        Test returned status 255 (wstat 65280, 0xff00)
t/50cursor..............Can't locate object method "no_diag" via
package "Test::Builder" at t/nchar_test_lib.pl line 53.
Compilation failed in require at t/50cursor.t line 9.
# Looks like your test died before it could output anything.
t/50cursor..............dubious                                        
     
        Test returned status 255 (wstat 65280, 0xff00)
t/51scroll..............ok 1/33Can't locate object method "no_diag" via
package "Test::Builder" at t/nchar_test_lib.pl line 53.
Compilation failed in require at t/51scroll.t line 9.
# Looks like you planned 33 tests but only ran 1.
# Looks like your test died just after 1.
t/51scroll..............dubious                                        
     
        Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 2-33
        Failed 32/33 tests, 3.03% okay
t/55nested..............Can't locate object method "no_diag" via
package "Test::Builder" at t/nchar_test_lib.pl line 53.
Compilation failed in require at t/55nested.t line 9.
# Looks like your test died before it could output anything.
t/55nested..............dubious                                        
     
        Test returned status 255 (wstat 65280, 0xff00)
t/56embbeded............ok 1/5Can't locate object method "no_diag" via
package "Test::Builder" at t/nchar_test_lib.pl line 53.
Compilation failed in require at t/56embbeded.t line 9.
# Looks like you planned 5 tests but only ran 1.
# Looks like your test died just after 1.
t/56embbeded............dubious                                        
     
        Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 2-5
        Failed 4/5 tests, 20.00% okay
t/60reauth..............Can't locate object method "no_diag" via
package "Test::Builder" at t/nchar_test_lib.pl line 53.
Compilation failed in require at t/60reauth.t line 6.
# Looks like your test died before it could output anything.
t/60reauth..............dubious                                        
     
        Test returned status 255 (wstat 65280, 0xff00)
t/70meta................Can't locate object method "no_diag" via
package "Test::Builder" at t/nchar_test_lib.pl line 53.
Compilation failed in require at t/70meta.t line 9.
# Looks like your test died before it could output anything.
t/70meta................dubious                                        
     
        Test returned status 255 (wstat 65280, 0xff00)
t/80ora_charset.........Can't locate object method "no_diag" via
package "Test::Builder" at t/nchar_test_lib.pl line 53.
Compilation failed in require at t/80ora_charset.t line 13.
# Looks like your test died before it could output anything.
t/80ora_charset.........dubious                                        
     
        Test returned status 255 (wstat 65280, 0xff00)
Failed Test            Stat Wstat Total Fail  Failed  List of Failed
-------------------------------------------------------------------------------
t/10general.t           255 65280    ??   ??       %  ??
t/12impdata.t           255 65280     7   14 200.00%  1-7
t/15nls.t               255 65280    ??   ??       %  ??
t/20select.t            255 65280    ??   ??       %  ??
t/21nchar.t             255 65280    ??   ??       %  ??
t/22nchar_al32utf8.t    255 65280    ??   ??       %  ??
t/22nchar_utf8.t        255 65280    ??   ??       %  ??
t/23wide_db.t           255 65280    ??   ??       %  ??
t/23wide_db_8bit.t      255 65280    ??   ??       %  ??
t/23wide_db_al32utf8.t  255 65280    ??   ??       %  ??
t/24implicit_utf8.t     255 65280    ??   ??       %  ??
t/25plsql.t             255 65280    ??   ??       %  ??
t/26exe_array.t         255 65280    14   26 185.71%  2-14
t/28array_bind.t        255 65280    15   30 200.00%  1-15
t/30long.t              255 65280    ??   ??       %  ??
t/31lob.t               255 65280     9   18 200.00%  1-9
t/31lob_extended.t      255 65280    ??   ??       %  ??
t/32xmltype.t           255 65280     4    6 150.00%  2-4
t/34pres_lobs.t         255 65280    ??   ??       %  ??
t/40ph_type.t           255 65280    ??   ??       %  ??
t/50cursor.t            255 65280    ??   ??       %  ??
t/51scroll.t            255 65280    33   64 193.94%  2-33
t/55nested.t            255 65280    ??   ??       %  ??
t/56embbeded.t          255 65280     5    8 160.00%  2-5
t/60reauth.t            255 65280    ??   ??       %  ??
t/70meta.t              255 65280    ??   ??       %  ??
t/80ora_charset.t       255 65280    ??   ??       %  ??
1 test skipped.
Failed 27/29 test scripts, 6.90% okay. 83/93 subtests failed, 10.75%
okay.
*** Error code 2
make: Fatal error: Command failed for target `test_static'

Do you have ideas about how to get these tests passed?

Thanks.

Kelley


Kelley Clanton
IT Specialist III
College of Veterinary Medicine
Computer Group
844-3704

Reply via email to