DBI 1.50 install error in Solaris 10
am 12.07.2007 16:21:01 von aboopathy------_=_NextPart_001_01C7C48F.DFCF4018
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
Hi,
=20
Iam sending the output of Makefile.PL,make and perl -V
=20
==================== =====3D=
==================== =====3D=
===============3D
=20
perl Makefile.PL:
=20
*** Note:
The optional PlRPC-modules (RPC::PlServer etc) are not installed.
If you want to use the DBD::Proxy driver and DBI::ProxyServer
modules, then you'll need to install the RPC::PlServer,
RPC::PlClient,
Storable and Net::Daemon modules. The CPAN Bundle::DBI may help you.
You can install them any time after installing the DBI.
You do *not* need these modules for typical DBI usage.
=20
Optional modules are available from any CPAN mirror, in particular
http://search.cpan.org/
http://www.perl.com/CPAN/modules/by-module
http://www.perl.org/CPAN/modules/by-module
ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module
=20
Creating DBI::PurePerl test variant: t/zvpp_01basics.t=20
Creating DBI::PurePerl test variant: t/zvpp_02dbidrv.t=20
Creating DBI::PurePerl test variant: t/zvpp_03handle.t=20
Creating DBI::PurePerl test variant: t/zvpp_04mods.t=20
Creating DBI::PurePerl test variant: t/zvpp_05thrclone.t=20
Creating DBI::PurePerl test variant: t/zvpp_06attrs.t=20
Creating DBI::PurePerl test variant: t/zvpp_07kids.t=20
Creating DBI::PurePerl test variant: t/zvpp_08keeperr.t=20
Creating DBI::PurePerl test variant: t/zvpp_09trace.t=20
Creating DBI::PurePerl test variant: t/zvpp_10examp.t=20
Creating DBI::PurePerl test variant: t/zvpp_11fetch.t=20
Creating DBI::PurePerl test variant: t/zvpp_14utf8.t=20
Creating DBI::PurePerl test variant: t/zvpp_15array.t=20
Creating DBI::PurePerl test variant: t/zvpp_20meta.t=20
Creating DBI::PurePerl test variant: t/zvpp_30subclass.t=20
Creating DBI::PurePerl test variant: t/zvpp_40profile.t=20
Creating DBI::PurePerl test variant: t/zvpp_41prof_dump.t=20
Creating DBI::PurePerl test variant: t/zvpp_42prof_data.t=20
Creating DBI::PurePerl test variant: t/zvpp_43profenv.t=20
Creating DBI::PurePerl test variant: t/zvpp_50dbm.t=20
Creating DBI::PurePerl test variant: t/zvpp_60preparse.t=20
Creating DBI::PurePerl test variant: t/zvpp_70callbacks.t=20
Creating DBI::PurePerl test variant: t/zvpp_72childhandles.t=20
Creating DBI::PurePerl test variant: t/zvpp_80proxy.t=20
=20
I see you're using perl 5.008004 on sun4-solaris-64int, okay.
Remember to actually *read* the README file!
Use 'make' to build the software (dmake or nmake on Windows).
Then 'make test' to execute self tests.
Then 'make install' to install the DBI and then delete this working
directory before unpacking and building any DBD::* drivers.
=20
Writing Makefile for DBI
=20
==================== =====3D=
==================== =====3D=
====
make:
=20
bash-3.00# make
cc -c -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=3D64 -xarch=3Dv8 =
-D_TS_ERRNO
-xO3 -xspace -xildoff -DVERSION=3D\"1.50\" -DXS_VERSION=3D\"1.50\" =
-KPIC
"-I/usr/perl5/5.8.4/lib/sun4-solaris-64int/CORE" -DDBI_NO_THREADS
Perl.c
cc: unrecognized option `-KPIC'
cc: language ildoff not recognized
cc: Perl.c: linker input file unused because linking not done
/usr/perl5/5.8.4/bin/perl /usr/perl5/5.8.4/lib/ExtUtils/xsubpp -typemap
/usr/perl5/5.8.4/lib/ExtUtils/typemap -typemap typemap DBI.xs > DBI.xsc
&& mv DBI.xsc DBI.c
cc -c -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=3D64 -xarch=3Dv8 =
-D_TS_ERRNO
-xO3 -xspace -xildoff -DVERSION=3D\"1.50\" -DXS_VERSION=3D\"1.50\" =
-KPIC
"-I/usr/perl5/5.8.4/lib/sun4-solaris-64int/CORE" -DDBI_NO_THREADS DBI.c
cc: unrecognized option `-KPIC'
cc: language ildoff not recognized
cc: DBI.c: linker input file unused because linking not done
Running Mkbootstrap for DBI ()
chmod 644 DBI.bs
rm -f blib/arch/auto/DBI/DBI.so
LD_RUN_PATH=3D"" cc -G DBI.o -o blib/arch/auto/DBI/DBI.so =20
cc: DBI.o: No such file or directory
cc: no input files
make: *** [blib/arch/auto/DBI/DBI.so] Error 1
=20
==================== =====3D=
==================== =====3D=
====
perl -V
=20
bash-3.00# 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'
=20
=20
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 =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
.
==================== =====3D=
==================== =====3D=
===========3D
=20
Regards,
Arun Kumar=20
=20
------_=_NextPart_001_01C7C48F.DFCF4018--