report (problems compiling DBD::Oracle on Solaris 10)

report (problems compiling DBD::Oracle on Solaris 10)

am 05.09.2007 16:56:11 von tonign

As stated in the README file i'm reporting issues compiling DBD::Oracle
on Solaris 10

i apologize if this is not the correct place to do it :)


Platform is Solaris 10 on Sun Fire T2000


Compiling DBD::Oracle, 'make' stage fails with output:

LD_RUN_PATH="/oracle/o102_client/lib32:/oracle/o102_client/r dbms/lib32"
cc -G Oracle.o dbdimp.o oci8.o -xarch=v9 -L/oracle/o102_client/lib/
-L/oracle/o102_client/rdbms/lib/ -lclntsh
`cat /oracle/o102_client/lib/sysliblist` -R/oracle/o102_client/lib
-laio -lposix4 -lkstat -lm -lthread -lpthread -o
blib/arch/auto/DBD/Oracle/Oracle.so cc: Warning: -xarch=v9 is
deprecated, use -m64 to create 64-bit programs ld: fatal: file
Oracle.o: wrong ELF class: ELFCLASS32 ld: fatal: File processing
errors. No output written to blib/arch/auto/DBD/Oracle/Oracle.so ***
Error code 1 make: Fatal error: Command failed for target
`blib/arch/auto/DBD/Oracle/Oracle.so'


After following README file, i've achieved to compile with:

make realclean
perl Makefile.PL -nob
make
make test
make install

(using 'perl Makeperl.PL -p' also fails)


# uname -a
SunOS hostname 5.10 Generic_118833-33 sun4v sparc SUNW,Sun-Fire-T200


# 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()
SPRINTF0 - fixes for sprintf formatting issues - CVE-2005-3962
Built under solaris
Compiled at Feb 13 2006 05:12:02
@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
.

Re: report (problems compiling DBD::Oracle on Solaris 10)

am 05.09.2007 20:34:57 von scoles

Looks like you are trying to compile the 32 bit oracle client with 64 bit
system. I think you have to use the 64 bit oracle client.
----- Original Message -----
From: "toni garcia"
To:
Sent: Wednesday, September 05, 2007 10:56 AM
Subject: report (problems compiling DBD::Oracle on Solaris 10)


> As stated in the README file i'm reporting issues compiling DBD::Oracle
> on Solaris 10
>
> i apologize if this is not the correct place to do it :)
>
>
> Platform is Solaris 10 on Sun Fire T2000
>
>
> Compiling DBD::Oracle, 'make' stage fails with output:
>
> LD_RUN_PATH="/oracle/o102_client/lib32:/oracle/o102_client/r dbms/lib32"
> cc -G Oracle.o dbdimp.o oci8.o -xarch=v9 -L/oracle/o102_client/lib/
> -L/oracle/o102_client/rdbms/lib/ -lclntsh
> `cat /oracle/o102_client/lib/sysliblist` -R/oracle/o102_client/lib
> -laio -lposix4 -lkstat -lm -lthread -lpthread -o
> blib/arch/auto/DBD/Oracle/Oracle.so cc: Warning: -xarch=v9 is
> deprecated, use -m64 to create 64-bit programs ld: fatal: file
> Oracle.o: wrong ELF class: ELFCLASS32 ld: fatal: File processing
> errors. No output written to blib/arch/auto/DBD/Oracle/Oracle.so ***
> Error code 1 make: Fatal error: Command failed for target
> `blib/arch/auto/DBD/Oracle/Oracle.so'
>
>
> After following README file, i've achieved to compile with:
>
> make realclean
> perl Makefile.PL -nob
> make
> make test
> make install
>
> (using 'perl Makeperl.PL -p' also fails)
>
>
> # uname -a
> SunOS hostname 5.10 Generic_118833-33 sun4v sparc SUNW,Sun-Fire-T200
>
>
> # 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()
> SPRINTF0 - fixes for sprintf formatting issues - CVE-2005-3962
> Built under solaris
> Compiled at Feb 13 2006 05:12:02
> @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
> .
>

>

RE: report (problems compiling DBD::Oracle on Solaris 10)

am 05.09.2007 20:58:10 von HLiu

I've met this problem before. You need to make sure the Perl you use is
compatible with the Oracle you have. And from the articles I read on the
internet, you'd better to use same version of Perl to compile your DBI
and other database modules. Looks like you got Oracle 10g so it should
be 64 bit, but if you are using the Perl (version 5.8.4) that came with
your Solaris 10, I suggest you to download the newest stable release of
Perl for 64 bit and use this one to compile your modules, make sure this
Perl's path is set ahead of the Solaris Perl in your environment. At
least it worked for me, I actually recompiled my DBI first then
DBD::Oracle.

Good luck!

Alan

-----Original Message-----
From: toni garcia [mailto:tonign@xtec.cat]=20
Sent: Wednesday, September 05, 2007 9:56 AM
To: dbi-users@perl.org
Subject: report (problems compiling DBD::Oracle on Solaris 10)

As stated in the README file i'm reporting issues compiling DBD::Oracle
on Solaris 10

i apologize if this is not the correct place to do it :)


Platform is Solaris 10 on Sun Fire T2000


Compiling DBD::Oracle, 'make' stage fails with output:

LD_RUN_PATH=3D"/oracle/o102_client/lib32:/oracle/o102_client /rdbms/lib32"=

cc -G Oracle.o dbdimp.o oci8.o -xarch=3Dv9 -L/oracle/o102_client/lib/
-L/oracle/o102_client/rdbms/lib/ -lclntsh
`cat /oracle/o102_client/lib/sysliblist` -R/oracle/o102_client/lib -laio
-lposix4 -lkstat -lm -lthread -lpthread -o
blib/arch/auto/DBD/Oracle/Oracle.so cc: Warning: -xarch=3Dv9 is
deprecated, use -m64 to create 64-bit programs ld: fatal: file
Oracle.o: wrong ELF class: ELFCLASS32 ld: fatal: File processing errors.
No output written to blib/arch/auto/DBD/Oracle/Oracle.so *** Error code
1 make: Fatal error: Command failed for target
`blib/arch/auto/DBD/Oracle/Oracle.so'


After following README file, i've achieved to compile with:

make realclean
perl Makefile.PL -nob
make
make test
make install

(using 'perl Makeperl.PL -p' also fails)


# uname -a
SunOS hostname 5.10 Generic_118833-33 sun4v sparc SUNW,Sun-Fire-T200


# perl -V
Summary of my perl5 (revision 5 version 8 subversion 4) configuration:
Platform:
osname=3Dsolaris, osvers=3D2.10, archname=3Dsun4-solaris-64int
uname=3D'sunos localhost 5.10 sun4u sparc SUNW,Ultra-2'
config_args=3D''
hint=3Drecommended, useposix=3Dtrue, d_sigaction=3Ddefine
usethreads=3Dundef use5005threads=3Dundef useithreads=3Dundef
usemultiplicity=3Dundef useperlio=3Ddefine d_sfio=3Dundef =
uselargefiles=3Ddefine
usesocks=3Dundef use64bitint=3Ddefine use64bitall=3Dundef =
uselongdouble=3Dundef
usemymalloc=3Dn, bincompat5005=3Dundef
Compiler:
cc=3D'cc', ccflags =3D'-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=3D64
-xarch=3Dv8 -D_TS_ERRNO', optimize=3D'-xO3 -xspace -xildoff',
cppflags=3D''
ccversion=3D'Sun WorkShop', gccversion=3D'', gccosandvers=3D''
intsize=3D4, longsize=3D4, ptrsize=3D4, doublesize=3D8, =
byteorder=3D87654321
d_longlong=3Ddefine, longlongsize=3D8, d_longdbl=3Ddefine, =
longdblsize=3D16
ivtype=3D'long long', ivsize=3D8, nvtype=3D'double', nvsize=3D8,
Off_t=3D'off_t', lseeksize=3D8 alignbytes=3D8, prototype=3Ddefine
Linker and Libraries:
ld=3D'cc', ldflags =3D''
libpth=3D/lib /usr/lib /usr/ccs/lib
libs=3D-lsocket -lnsl -ldl -lm -lc
perllibs=3D-lsocket -lnsl -ldl -lm -lc
libc=3D/lib/libc.so, so=3Dso, useshrplib=3Dtrue, =
libperl=3Dlibperl.so
gnulibc_version=3D''
Dynamic Linking:
dlsrc=3Ddl_dlopen.xs, dlext=3Dso, d_dlsymun=3Dundef, ccdlflags=3D'-R
/usr/perl5/5.8.4/lib/sun4-solaris-64int/CORE'
cccdlflags=3D'-KPIC', lddlflags=3D'-G'


Characteristics of this binary (from libperl):=20
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 =3D "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()
SPRINTF0 - fixes for sprintf formatting issues - CVE-2005-3962
Built under solaris
Compiled at Feb 13 2006 05:12:02
@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
.

Re: report (problems compiling DBD::Oracle on Solaris 10)

am 05.09.2007 22:32:48 von jonathan.leffler

On 9/5/07, John Scoles wrote:
> Looks like you are trying to compile the 32 bit oracle client with 64 bit
> system. I think you have to use the 64 bit oracle client.

My interpretation is that it is a 32-bit Perl (see longsize=4 and
-xarch=v8 in the compiler options). The link phase is trying to
confuse things with a -xarch=v9 (64-bit) link, but the basic problem
is that the 32-bit Perl won't work with the 64-bit Oracle libraries.

Same net effect - it won't work. Slightly more work to do - you need
a 64-bit Perl.

> ----- Original Message -----
> From: "toni garcia"
> To:
> Sent: Wednesday, September 05, 2007 10:56 AM
> Subject: report (problems compiling DBD::Oracle on Solaris 10)
>
>
> > As stated in the README file i'm reporting issues compiling DBD::Oracle
> > on Solaris 10
> >
> > i apologize if this is not the correct place to do it :)
> >
> >
> > Platform is Solaris 10 on Sun Fire T2000
> >
> >
> > Compiling DBD::Oracle, 'make' stage fails with output:
> >
> > LD_RUN_PATH="/oracle/o102_client/lib32:/oracle/o102_client/r dbms/lib32"
> > cc -G Oracle.o dbdimp.o oci8.o -xarch=v9 -L/oracle/o102_client/lib/
> > -L/oracle/o102_client/rdbms/lib/ -lclntsh
> > `cat /oracle/o102_client/lib/sysliblist` -R/oracle/o102_client/lib
> > -laio -lposix4 -lkstat -lm -lthread -lpthread -o
> > blib/arch/auto/DBD/Oracle/Oracle.so cc: Warning: -xarch=v9 is
> > deprecated, use -m64 to create 64-bit programs ld: fatal: file
> > Oracle.o: wrong ELF class: ELFCLASS32 ld: fatal: File processing
> > errors. No output written to blib/arch/auto/DBD/Oracle/Oracle.so ***
> > Error code 1 make: Fatal error: Command failed for target
> > `blib/arch/auto/DBD/Oracle/Oracle.so'
> >
> >
> > After following README file, i've achieved to compile with:
> >
> > make realclean
> > perl Makefile.PL -nob
> > make
> > make test
> > make install
> >
> > (using 'perl Makeperl.PL -p' also fails)
> >
> >
> > # uname -a
> > SunOS hostname 5.10 Generic_118833-33 sun4v sparc SUNW,Sun-Fire-T200
> >
> >
> > # 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()
> > SPRINTF0 - fixes for sprintf formatting issues - CVE-2005-3962
> > Built under solaris
> > Compiled at Feb 13 2006 05:12:02
> > @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
> > .
> >

> >
>
>


--
Jonathan Leffler #include
Guardian of DBD::Informix - v2007.0904 - http://dbi.perl.org
"Blessed are we who can laugh at ourselves, for we shall never cease
to be amused."