Hi everyone,
I'm trying to build DBD:Oracle 1.12 on a HP-UX 11.i on which Oracle 8.1.6 EE
server
has been installed.
I installed modules list.
----------------------------------------
gcc 3.0.2-11.00
Perl 5.6.1
DBI 1.20
----------------------------------------
Evereything works fine until the 'makel' step, during which ld reports that
nbeq8 cannot be found. This should be the library supporting the Oracle's
beq network protocol.
Does anyone have an idea on how to solve this?
'perl Makefile.PL LINKTYPE=static' is OK.
'make' is OK.
'make perl' is NG.
Error of 'make perl'
----------------------------------------
/usr/ccs/bin/ld: Can't find library: "nbeq8"
----------------------------------------
Thanks.