Operating System - HP-UX
1748211 Members
4632 Online
108759 Solutions
New Discussion юеВ

Re: Oracle DBD compiler error

 
Fregin, Lars
Established Member

Oracle DBD compiler error

I have:
perl 5.6.1 32 bit
gcc 3.0.2 32 bit
Oracle DBI-1.21
Oracle DBD-1.12

The compiling of Oracle DBI was ok.

The compiling of Oracle DBD had to be carried out statically on reason of faults. The compiling of static part was but also faulty see file.

Thanks
LF
7 REPLIES 7
Steve Steel
Honored Contributor

Re: Oracle DBD compiler error

Hi

try

http://archive.develooper.com/dbi-users@perl.org/msg05904.html

It may get you started


Steve Steel
If you want truly to understand something, try to change it. (Kurt Lewin)
Fregin, Lars
Established Member

Re: Oracle DBD compiler error

Hi,

i have no problem with OCI-Variables. I have problem by compiling static perl (make perl) with "Unsatisfied symbols:..." - see attachment!

LF
Steve Steel
Honored Contributor

Re: Oracle DBD compiler error

Hi

Look at

http://www.bitmechanic.com/mail-archives/dbi-users/Mar1998/0804.html


steve Steel
If you want truly to understand something, try to change it. (Kurt Lewin)
H.Merijn Brand (procura
Honored Contributor

Re: Oracle DBD compiler error

I see no attachments, and I see no Oracle version. I've just successfully installed DBI-1.23 and DBD-Oracle-1.12 for Oracle 8.1.7 (32 bit) on perl-5.6.1 (32 bit) HP-UX 11.00
Enjoy, Have FUN! H.Merijn
Markus Bonet
Advisor

Re: Oracle DBD compiler error

Hi!

For me it helped to replace

'PERL_DL_NONLAZY=1'

with

'PERL_DL_NONLAZY=0'

in the Makefile of DBD::Oracle 1.12 to solve the problem with unresolved symbols.


Markus
Fregin, Lars
Established Member

Re: Oracle DBD compiler error

All notes weren't leading bing aimed. I have received a solution.

Installation:

make

cp $ORACLE_HOME/lib/sscored.o .../DBD-oracle-1.12

2x make perl with error

input on File:
.../DBD-oracle-1.12/blib/arch/auto/DBD/Oracle/extralibs.all

...
-L
/opt/oracle/OraHome1/lib/naect.o
.../naedhs.o
.../naeet.o
.../nautab.o
.../nigcon.o
.../nigtab.o
.../nufgt.o
.../ntcontab.o
.../scorepl.o
.../sscoreed.o
...
-L
/opt/oracle/OraHome1/rdbms/lib/kpudfo.o
.../kpundf.o
.../kpuadef.o

make perl

export ORACLE_USERID="system/..."

make test
DBD error ORA-01453 ignored

The access with PERL on ORACLE is ok.

_____________________
Occasional Advisor

Re: Oracle DBD compiler error

Hi,

I have the same problem , whats the final solution?

thanks
Michael
hello