Hi all,
I try to make perl for DBD::Oracle1.06 installation on HP-UX(11.00),
Oracle(8.0.5), DBI(1.14)
but ld complains about not finding the lib file.
The error message says ;
> perl Makefile.PL LINKTYPE=static
> make
> make perl
/usr/ccs/bin/make -f Makefile.aperl perl
cc -Wl,+vnocompatwarnings -L/usr/local/lib -Wl,-E
-Wl,-B,deferred -o perl -O ./perlmain.o Oracle.o dbdimp.o oci7.o
oci8.o blib/arch/auto/DBD/Oracle/Oracle.a
/opt/perl5/lib/5.6.1/PA-RISC2.0/auto/DynaLoader/DynaLoader.a
/opt/perl5/lib/5.6.1/PA-RISC2.0/CORE/libperl.a
`cat blib/arch/auto/DBD/Oracle/extralibs.all` -lnsl -lnm -ldld -lm -lc
-lndir -lcrypt -lsec
ld: Can't find library for -lnm
Fatal error.
*** Error exit code 1
What am I missing ?
Many thanks in advance if anyone can help with these errors.
Best regards
- skyan