Perl DBD-oracle wont install complains about ld: Mismatched ABI --HP 11.00
- From: "LHradowy" <lhradowy@xxxxxxxxx>
- Date: 21 Nov 2006 11:08:10 -0800
I have installed:
http://mirrors.develooper.com/hpux/gcc-4.0.2-11.00.sd.bz
&
http://mirrors.develooper.com/hpux/perl-5.8.8-dor-11.00.sd.bz
# find / -name gcc
/tmp/pa20_64/bin/gcc
/usr/local/pa20_32/bin/gcc
/usr/local/pa20_32/lib/gcc
/usr/local/pa20_32/libexec/gcc
/usr/local/pa20_64/bin/gcc
/usr/local/pa20_64/lib/gcc
/usr/local/pa20_64/libexec/gcc
/var/adm/sw/products/gcc
PERL:
-rwxr-xr-x 2 root sys 4371232 Feb 1 2006
/opt/perl/bin/perl
-rwxr-xr-x 2 root sys 3365299 Feb 1 2006
/opt/perl64/bin/perl
lrwxr-xr-x 1 root sys 18 Nov 21 10:47 /usr/bin/perl
-> /opt/perl/bin/perl
-r-xr-xr-x 1 bin bin 544768 Nov 7 1997
/usr/contrib/bin/perl
I can not load the DBD-Oracle-1.19 module
When I run:
perl Makefile.PL
Every things seem ok, no complaints.
I added the gcc to my $PATH before I began.
# echo $PATH
/usr/local/pa20_64/bin:/usr/bin:/usr/sbin:/sbin
When I run make:
Running Mkbootstrap for DBD::Oracle ()
chmod 644 Oracle.bs
rm -f blib/arch/auto/DBD/Oracle/Oracle.sl
/usr/bin/ld +b "/opt/app/oracle/product/8.1.7/lib" -b
-L/pro/local/lib Oracle.o dbdimp.o oci8.o -o
blib/arch/auto/DBD/Oracle/Oracle.sl \
-L/opt/app/oracle/product/8.1.7/lib -lclntsh -lrt -lpthread
\
ld: Mismatched ABI (not an ELF file) for -lclntsh
Fatal error.
*** Error exit code 1
Stop.
I even tried with the:
perl Makefile.PL -l
.
- Follow-Ups:
- Prev by Date: Re: How to deprecate a module ?
- Next by Date: Class::Singleton 1.03 bug fixed but can't contact author. What to do?
- Previous by thread: How to deprecate a module ?
- Next by thread: Re: Perl DBD-oracle wont install complains about ld: Mismatched ABI --HP 11.00
- Index(es):
Relevant Pages
|
|