Oracle make test failing on HP/UX
Oracle make test failing on HP/UX
am 03.07.2007 15:08:13 von sigzero
I am trying to install DBD::Oracle (yes I did read the README) on HP/UX
11.23 (itanium). I have DBI installed properly and I tested using
DBD::SQLite.
When I go to install the Oracle stuff I get this during a "make test":
../usr/lib/hpux32/dld.so: Cannot dlopen load module
'/usr/lib/hpux32/libpthread.so.1' because it contains thread specific data.
Failed to load Oracle extension and/or shared libraries:
install_driver(Oracle) failed: Can't load
'/users/rhicks/src/DBD-Oracle-1.17/blib/arch/auto/DBD/Oracle /Oracle.so'
for module DBD::Oracle: Exec format error at
/opt/perl5/lib/5.6.2/IA64.ARCHREV_0-LP64/DynaLoader.pm line 206.
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.
I did *not* build a threaded Perl because that gives a harsh warning
when installing Perl. We are moving from PA-RISC 11.11 to the Itanium
and the Perl configure mirrors that one (except we moved up to 5.6.2).
I have installed:
DBI 1.58
DBD::Oracle (trying with 1.17 and 1.19)
Perl 5.6.2
Here is my perl -V:
Summary of my perl5 (revision 5.0 version 6 subversion 2) configuration:
Platform:
osname=hpux, osvers=11.23, archname=IA64.ARCHREV_0-LP64
uname='hp-ux sarx1 b.11.23 u ia64 2819161144 unlimited-user license '
config_args=''
hint=recommended, useposix=true, d_sigaction=define
usethreads=undef use5005threads=undef useithreads=undef
usemultiplicity=undef
useperlio=undef d_sfio=undef uselargefiles=define usesocks=undef
use64bitint=define use64bitall=undef uselongdouble=undef
Compiler:
cc='cc', ccflags =' -Ae -D_HPUX_SOURCE -Wl,+vnocompatwarnings
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 ',
optimize='+O2 +Onolimit',
cppflags='-Ae -D_HPUX_SOURCE -Wl,+vnocompatwarnings'
ccversion='', 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, usemymalloc=n, prototype=define
Linker and Libraries:
ld='/usr/bin/ld', ldflags =' -L/usr/local/lib -L/usr/lib/hpux32'
libpth=/usr/local/lib /usr/lib/hpux32 /lib /usr/lib /usr/ccs/lib
libs=-lnsl -lnm -lndbm -ldl -ldld -lm -lc -lsec
perllibs=-lnsl -lnm -ldl -ldld -lm -lc -lsec
libc=/usr/lib/hpux32/libc.so, so=so, useshrplib=false,
libperl=libperl.a
Dynamic Linking:
dlsrc=dl_hpux.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E
-Wl,-B,deferred '
cccdlflags='+Z', lddlflags='-b +vnocompatwarnings -L/usr/local/lib
-L/usr/lib/hpux32'
Characteristics of this binary (from libperl):
Compile-time options: USE_64_BIT_INT USE_LARGE_FILES
Built under hpux
Compiled at Jul 3 2007 11:47:15
@INC:
/opt/perl5/lib/5.6.2/IA64.ARCHREV_0-LP64
/opt/perl5/lib/5.6.2
/opt/perl5/lib/site_perl/5.6.2/IA64.ARCHREV_0-LP64
/opt/perl5/lib/site_perl/5.6.2
/opt/perl5/lib/site_perl
.
RE: Oracle make test failing on HP/UX
am 03.07.2007 15:11:14 von pyers.symon
Note the libraries. perl is 64 bit whereas you are trying to load 32 bit
libraries.
I have built Oracle DBI on Itanium if you want further info
P
> -----Original Message-----
> From: Robert Hicks [mailto:sigzero@gmail.com]=20
> Sent: 03 July 2007 14:08
> To: dbi-users@perl.org
> Subject: Oracle make test failing on HP/UX
>=20
>=20
> I am trying to install DBD::Oracle (yes I did read the=20
> README) on HP/UX=20
> 11.23 (itanium). I have DBI installed properly and I tested using=20
> DBD::SQLite.
>=20
> When I go to install the Oracle stuff I get this during a "make test":
>=20
> ./usr/lib/hpux32/dld.so: Cannot dlopen load module=20
> '/usr/lib/hpux32/libpthread.so.1' because it contains thread=20
> specific data. Failed to load Oracle extension and/or shared=20
> libraries:
> install_driver(Oracle) failed: Can't load=20
> '/users/rhicks/src/DBD-Oracle-1.17/blib/arch/auto/DBD/Oracle /O
> racle.so'=20
> for module DBD::Oracle: Exec format error at=20
> /opt/perl5/lib/5.6.2/IA64.ARCHREV_0-LP64/DynaLoader.pm line 206.
> at (eval 1) line 3
> Compilation failed in require at (eval 1) line 3.
> Perhaps a required shared library or dll isn't installed=20
> where expected
> at t/01base.t line 19
> The remaining tests will probably also fail with the same error.
>=20
>=20
> I did *not* build a threaded Perl because that gives a harsh warning=20
> when installing Perl. We are moving from PA-RISC 11.11 to the Itanium=20
> and the Perl configure mirrors that one (except we moved up to 5.6.2).
>=20
> I have installed:
>=20
> DBI 1.58
> DBD::Oracle (trying with 1.17 and 1.19)
> Perl 5.6.2
>=20
> Here is my perl -V:
>=20
> Summary of my perl5 (revision 5.0 version 6 subversion 2)=20
> configuration:
> Platform:
> osname=3Dhpux, osvers=3D11.23, archname=3DIA64.ARCHREV_0-LP64
> uname=3D'hp-ux sarx1 b.11.23 u ia64 2819161144=20
> unlimited-user license '
> config_args=3D''
> hint=3Drecommended, useposix=3Dtrue, d_sigaction=3Ddefine
> usethreads=3Dundef use5005threads=3Dundef useithreads=3Dundef=20
> usemultiplicity=3Dundef
> useperlio=3Dundef d_sfio=3Dundef uselargefiles=3Ddefine =
usesocks=3Dundef
> use64bitint=3Ddefine use64bitall=3Dundef uselongdouble=3Dundef
> Compiler:
> cc=3D'cc', ccflags =3D' -Ae -D_HPUX_SOURCE -Wl,+vnocompatwarnings =
> -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=3D64 ',
> optimize=3D'+O2 +Onolimit',
> cppflags=3D'-Ae -D_HPUX_SOURCE -Wl,+vnocompatwarnings'
> ccversion=3D'', gccversion=3D'', gccosandvers=3D''
> intsize=3D4, longsize=3D4, ptrsize=3D4, doublesize=3D8,=20
> byteorder=3D87654321
> d_longlong=3Ddefine, longlongsize=3D8, d_longdbl=3Ddefine,=20
> longdblsize=3D16
> ivtype=3D'long long', ivsize=3D8, nvtype=3D'double', nvsize=3D8,=20
> Off_t=3D'off_t', lseeksize=3D8
> alignbytes=3D8, usemymalloc=3Dn, prototype=3Ddefine
> Linker and Libraries:
> ld=3D'/usr/bin/ld', ldflags =3D' -L/usr/local/lib =
-L/usr/lib/hpux32'
> libpth=3D/usr/local/lib /usr/lib/hpux32 /lib /usr/lib =
/usr/ccs/lib
> libs=3D-lnsl -lnm -lndbm -ldl -ldld -lm -lc -lsec
> perllibs=3D-lnsl -lnm -ldl -ldld -lm -lc -lsec
> libc=3D/usr/lib/hpux32/libc.so, so=3Dso, useshrplib=3Dfalse,=20
> libperl=3Dlibperl.a
> Dynamic Linking:
> dlsrc=3Ddl_hpux.xs, dlext=3Dso, d_dlsymun=3Dundef, =
ccdlflags=3D'-Wl,-E=20
> -Wl,-B,deferred '
> cccdlflags=3D'+Z', lddlflags=3D'-b +vnocompatwarnings=20
> -L/usr/local/lib=20
> -L/usr/lib/hpux32'
>=20
>=20
> Characteristics of this binary (from libperl):
> Compile-time options: USE_64_BIT_INT USE_LARGE_FILES
> Built under hpux
> Compiled at Jul 3 2007 11:47:15
> @INC:
> /opt/perl5/lib/5.6.2/IA64.ARCHREV_0-LP64
> /opt/perl5/lib/5.6.2
> /opt/perl5/lib/site_perl/5.6.2/IA64.ARCHREV_0-LP64
> /opt/perl5/lib/site_perl/5.6.2
> /opt/perl5/lib/site_perl
> .
>=20
Re: Oracle make test failing on HP/UX
am 03.07.2007 15:17:03 von scoles
Looks like you are pointing to the 64 bit binarys.
You will have to use a 32 bit oracle client.
You best bet is to use the 32 bit instantclient for HP.
Set your ORACLE_HOME to the dir you install the 32 bit instant cleint and
the LD_LIBRARY_PATH to LD_LIBRARY_PATH=$ORACLE_HOME:$ORACLE_HOME/lib
and see what happend
----- Original Message -----
From: "Robert Hicks"
To:
Sent: Tuesday, July 03, 2007 9:08 AM
Subject: Oracle make test failing on HP/UX
>I am trying to install DBD::Oracle (yes I did read the README) on HP/UX
>11.23 (itanium). I have DBI installed properly and I tested using
>DBD::SQLite.
>
> When I go to install the Oracle stuff I get this during a "make test":
>
> ./usr/lib/hpux32/dld.so: Cannot dlopen load module
> '/usr/lib/hpux32/libpthread.so.1' because it contains thread specific
> data.
> Failed to load Oracle extension and/or shared libraries:
> install_driver(Oracle) failed: Can't load
> '/users/rhicks/src/DBD-Oracle-1.17/blib/arch/auto/DBD/Oracle /Oracle.so'
> for module DBD::Oracle: Exec format error at
> /opt/perl5/lib/5.6.2/IA64.ARCHREV_0-LP64/DynaLoader.pm line 206.
> 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.
>
>
> I did *not* build a threaded Perl because that gives a harsh warning when
> installing Perl. We are moving from PA-RISC 11.11 to the Itanium and the
> Perl configure mirrors that one (except we moved up to 5.6.2).
>
> I have installed:
>
> DBI 1.58
> DBD::Oracle (trying with 1.17 and 1.19)
> Perl 5.6.2
>
> Here is my perl -V:
>
> Summary of my perl5 (revision 5.0 version 6 subversion 2) configuration:
> Platform:
> osname=hpux, osvers=11.23, archname=IA64.ARCHREV_0-LP64
> uname='hp-ux sarx1 b.11.23 u ia64 2819161144 unlimited-user license '
> config_args=''
> hint=recommended, useposix=true, d_sigaction=define
> usethreads=undef use5005threads=undef useithreads=undef
> usemultiplicity=undef
> useperlio=undef d_sfio=undef uselargefiles=define usesocks=undef
> use64bitint=define use64bitall=undef uselongdouble=undef
> Compiler:
> cc='cc', ccflags
> =' -Ae -D_HPUX_SOURCE -Wl,+vnocompatwarnings -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
> ',
> optimize='+O2 +Onolimit',
> cppflags='-Ae -D_HPUX_SOURCE -Wl,+vnocompatwarnings'
> ccversion='', 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, usemymalloc=n, prototype=define
> Linker and Libraries:
> ld='/usr/bin/ld', ldflags =' -L/usr/local/lib -L/usr/lib/hpux32'
> libpth=/usr/local/lib /usr/lib/hpux32 /lib /usr/lib /usr/ccs/lib
> libs=-lnsl -lnm -lndbm -ldl -ldld -lm -lc -lsec
> perllibs=-lnsl -lnm -ldl -ldld -lm -lc -lsec
> libc=/usr/lib/hpux32/libc.so, so=so, useshrplib=false,
> libperl=libperl.a
> Dynamic Linking:
> dlsrc=dl_hpux.xs, dlext=so, d_dlsymun=undef,
> ccdlflags='-Wl,-E -Wl,-B,deferred '
> cccdlflags='+Z', lddlflags='-b
> +vnocompatwarnings -L/usr/local/lib -L/usr/lib/hpux32'
>
>
> Characteristics of this binary (from libperl):
> Compile-time options: USE_64_BIT_INT USE_LARGE_FILES
> Built under hpux
> Compiled at Jul 3 2007 11:47:15
> @INC:
> /opt/perl5/lib/5.6.2/IA64.ARCHREV_0-LP64
> /opt/perl5/lib/5.6.2
> /opt/perl5/lib/site_perl/5.6.2/IA64.ARCHREV_0-LP64
> /opt/perl5/lib/site_perl/5.6.2
> /opt/perl5/lib/site_perl
> .
>
Re: Oracle make test failing on HP/UX
am 03.07.2007 15:37:36 von sigzero
pyers.symon@bt.com wrote:
> Note the libraries. perl is 64 bit whereas you are trying to load 32 bit
> libraries.
>
> I have built Oracle DBI on Itanium if you want further info
>
> P
>
I would be much ablidged if you could share. : )
Robert
Re: Oracle make test failing on HP/UX
am 03.07.2007 15:38:57 von sigzero
John Scoles wrote:
> Looks like you are pointing to the 64 bit binarys.
> You will have to use a 32 bit oracle client.
> You best bet is to use the 32 bit instantclient for HP.
> Set your ORACLE_HOME to the dir you install the 32 bit instant cleint
> and the LD_LIBRARY_PATH to LD_LIBRARY_PATH=$ORACLE_HOME:$ORACLE_HOME/lib
> and see what happend
I will try that as well. I have both the LD and SHLIB set in the env but
I think the LD one points to the 64 bit libs.
Robert
Oracle DBI for HP
am 03.07.2007 16:42:03 von pyers.symon
The basic rule about building perl, DBD & Oracle DBI on HP-UX (let alone
Itanium) using gcc is don't. Life is far far too short for it since you
will hit problem after problem. It is possible using HP's native C
compiler (in fact it is straight forwards) but if you are using a gcc
compiled perl then it is an absolute horror.
The trick is to get a version of perl that has had the hard work done
for you and prepared for Oracle:
H. Merijn Brand's download site has all the versions=20
http://mirrors.develooper.com/hpux
and=20
http://mirrors.develooper.com/hpux/downloads.html
I used the following version which has the DBI module already installed:
"11.23 / 64 and perl 5.8.8 + defined-or + DBI 1.53 + Tk 804.027 built
with gcc-4.1." (It is down at the bottom!)
Note that these are 64 bit versions of perl
These install into /opt/perl64 (following uncompressing [bunzip2] &
swinstall)
perl -v
This is perl, v5.8.8 built for IA64.ARCHREV_0-LP64
(with 1 registered patch, see perl -V for more detail) Copyright
1987-2006, Larry Wall
I used HP's gcc 4.2.0 build (as opposed to the one on the Porting and
Archiving Centre)=20
which you can get here:=20
http://h21007.www2.hp.com/portal/site/dspp/PAGE.template/pag e.document?c
iid=3D2a08725cc2f02110725cc2f02110275d6e10RCRD&jumpid=3Dreg_ R1002_USEN
(You will need to register)
This installs into /opt/hp-gcc
I built against Oracle's Instant Client Libraries (64 bit versions)
which I installed=20
into /opt/Instant_Client/instantclient_10_2
Set ORACLE_HOME to /opt/Instant_Client/instantclient_10_2 =20
Set LD_LIBRARY_PATH=3D$ORACLE_HOME
and off you go ....
Pyers
> -----Original Message-----
> From: Robert Hicks [mailto:sigzero@gmail.com]=20
> Sent: 03 July 2007 14:38
> To: dbi-users@perl.org
> Subject: Re: Oracle make test failing on HP/UX
>=20
>=20
> pyers.symon@bt.com wrote:
> > Note the libraries. perl is 64 bit whereas you are trying=20
> to load 32=20
> > bit libraries.
> >=20
> > I have built Oracle DBI on Itanium if you want further info
> >=20
> > P
> >=20
>=20
> I would be much ablidged if you could share. : )
>=20
> Robert
>=20
Re: Oracle DBI for HP
am 03.07.2007 17:19:25 von sigzero
pyers.symon@bt.com wrote:
>
> The basic rule about building perl, DBD & Oracle DBI on HP-UX (let alone
> Itanium) using gcc is don't. Life is far far too short for it since you
> will hit problem after problem. It is possible using HP's native C
> compiler (in fact it is straight forwards) but if you are using a gcc
> compiled perl then it is an absolute horror.
>
> The trick is to get a version of perl that has had the hard work done
> for you and prepared for Oracle:
>
> H. Merijn Brand's download site has all the versions
>
> http://mirrors.develooper.com/hpux
>
> and
>
> http://mirrors.develooper.com/hpux/downloads.html
>
> I used the following version which has the DBI module already installed:
>
> "11.23 / 64 and perl 5.8.8 + defined-or + DBI 1.53 + Tk 804.027 built
> with gcc-4.1." (It is down at the bottom!)
>
I have to use the 5.6 series... : (
Robert
RE: Oracle DBI for HP
am 03.07.2007 17:23:30 von pyers.symon
Can you get hold of an HP ANSI C compiler?
p
> -----Original Message-----
> From: Robert Hicks [mailto:sigzero@gmail.com]=20
> Sent: 03 July 2007 16:19
> To: dbi-users@perl.org
> Subject: Re: Oracle DBI for HP
>=20
>=20
> pyers.symon@bt.com wrote:
> >=20
> > The basic rule about building perl, DBD & Oracle DBI on HP-UX (let=20
> > alone
> > Itanium) using gcc is don't. Life is far far too short for=20
> it since you
> > will hit problem after problem. It is possible using HP's native C
> > compiler (in fact it is straight forwards) but if you are=20
> using a gcc
> > compiled perl then it is an absolute horror.
> >=20
> > The trick is to get a version of perl that has had the hard=20
> work done=20
> > for you and prepared for Oracle:
> >=20
> > H. Merijn Brand's download site has all the versions
> >=20
> > http://mirrors.develooper.com/hpux
> >=20
> > and
> >=20
> > http://mirrors.develooper.com/hpux/downloads.html
> >=20
> > I used the following version which has the DBI module already=20
> > installed:
> >=20
> > "11.23 / 64 and perl 5.8.8 + defined-or + DBI 1.53 + Tk=20
> 804.027 built=20
> > with gcc-4.1." (It is down at the bottom!)
> >=20
>=20
> I have to use the 5.6 series... : (
>=20
> Robert
>=20
Re: Oracle DBI for HP
am 03.07.2007 18:33:11 von sigzero
pyers.symon@bt.com wrote:
> Can you get hold of an HP ANSI C compiler?
>
> p
Yes I can.
R
RE: Oracle DBI for HP
am 03.07.2007 19:24:15 von pyers.symon
You should find that you wll have virtally no problems with that.You =
might need to build perl afresh though.
________________________________
From: Robert Hicks [mailto:sigzero@gmail.com]
Sent: Tue 03/07/2007 17:33
To: dbi-users@perl.org
Subject: Re: Oracle DBI for HP
pyers.symon@bt.com wrote:
> Can you get hold of an HP ANSI C compiler?
>
> p
Yes I can.
R
Re: Oracle make test failing on HP/UX
am 06.07.2007 16:23:11 von sigzero
/usr/lib/hpux32/dld.so: Cannot dlopen load module
'/usr/lib/hpux32/libpthread.so.1' because it contains thread specific data.
Failed to load Oracle extension and/or shared libraries:
install_driver(Oracle) failed: Can't load
'/users//DBD-Oracle-1.17/blib/arch/auto/DBD/Oracle/Oracle.so' for
module DBD::Oracle: Exec format error at
/opt/perl5/lib/5.6.2/IA64.ARCHREV_0/DynaLoader.pm line 206.
I built Perl according to the POD:
sh ./Configure -A prepend:libswanted='cl pthread ' -des
I build DBI according to the POD: No problem with the DBI
This is my perl -V output:
SARX1[rhicks]:perl -V
Summary of my perl5 (revision 5.0 version 6 subversion 2) configuration:
Platform:
osname=hpux, osvers=11.23, archname=IA64.ARCHREV_0
uname='hp-ux sarx1 b.11.23 u ia64 2819161144 unlimited-user license '
config_args='-A prepend::libswanted=cl pthread -des'
hint=recommended, 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
Re: Oracle make test failing on HP/UX
am 09.07.2007 19:28:01 von sigzero
Once again:
I compiled Perl 5.6.2 using HP aC++/ANSI C:
cd perl-5.6.2
sh ./Configure -A prepend:libswanted='cl pthread ' -des
: No problems there
Then I export some Oracle stuff:
export SHLIB_PATH=$ORACLE_HOME/lib32
export LD_LIBRARY_PATH=$ORACLE_HOME/lib
I run (as sudo):
perl Makefile.PL -l
make
make test
I get a failure(s) at this point:
SARX1[rhicks]:make test
PERL_DL_NONLAZY=1 /opt/perl5/bin/perl "-MExtUtils::Command::MM"
"-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/01base................/usr/lib/hpux32/dld.so: Cannot dlopen load
module '/usr/lib/hpux32/libpthread.so.1' because it contains thread
specific data.
Failed to load Oracle extension and/or shared libraries:
install_driver(Oracle) failed: Can't load
'/users/rhicks/src/DBD-Oracle-1.19/blib/arch/auto/DBD/Oracle /Oracle.so'
for module DBD::Oracle: Exec format error at
/opt/perl5/lib/5.6.2/IA64.ARCHREV_0/DynaLoader.pm line 206.
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.
....and the tests did fail with the same error.
***[ Perl Summary ]***
SARX1[rhicks]:perl -V
Summary of my perl5 (revision 5.0 version 6 subversion 2) configuration:
Platform:
osname=hpux, osvers=11.23, archname=IA64.ARCHREV_0
uname='hp-ux sarx1 b.11.23 u ia64 2819161144 unlimited-user license '
config_args='-A prepend::libswanted=cl pthread -des'
hint=recommended, 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='cc', ccflags =' -Ae -D_HPUX_SOURCE -Wl,+vnocompatwarnings
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 ',
optimize='+O2 +Onolimit',
cppflags='-Ae -D_HPUX_SOURCE -Wl,+vnocompatwarnings'
ccversion='', 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, usemymalloc=n, prototype=define
Linker and Libraries:
ld='/usr/bin/ld', ldflags =' -L/usr/local/lib -L/usr/lib/hpux32'
libpth=/usr/local/lib /usr/lib/hpux32 /lib /usr/lib /usr/ccs/lib
libs=-lnsl -lnm -lndbm -ldl -ldld -lm -lc -lsec
perllibs=-lnsl -lnm -ldl -ldld -lm -lc -lsec
libc=/usr/lib/hpux32/libc.so, so=so, useshrplib=false,
libperl=libperl.a
Dynamic Linking:
dlsrc=dl_hpux.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E
-Wl,-B,deferred '
cccdlflags='+Z', lddlflags='-b +vnocompatwarnings -L/usr/local/lib
-L/usr/lib/hpux32'
Characteristics of this binary (from libperl):
Compile-time options: USE_LARGE_FILES
Built under hpux
Compiled at Jul 6 2007 13:54:33
@INC:
/opt/perl5/lib/5.6.2/IA64.ARCHREV_0
/opt/perl5/lib/5.6.2
/opt/perl5/lib/site_perl/5.6.2/IA64.ARCHREV_0
/opt/perl5/lib/site_perl/5.6.2
/opt/perl5/lib/site_perl
.
Am I just not understanding the POD and suggestions? I am doing
everything according to the POD but nada.
Robert