Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
I am trying to insatll DBD 1.61 in my unix system whch have per 5.8.8 and oracle is 10g DBI version is 1.601
but im getting this errorPLzzzzzzzzzzz help meIn file included from Oracle.c:107: /opt/perl_64/lib/site_perl/5.8.8/PA-RISC2.0-thread-multi-LP64/auto/DBI +/Driver_xst.h: In function `dbixst_bounce_method': /opt/perl_64/lib/site_perl/5.8.8/PA-RISC2.0-thread-multi-LP64/auto/DBI +/Driver_xst.h:18: warning: unused variable `my_perl' /opt/perl_64/lib/site_perl/5.8.8/PA-RISC2.0-thread-multi-LP64/auto/DBI +/Driver_xst.h: In function `dbdxst_bind_params': /opt/perl_64/lib/site_perl/5.8.8/PA-RISC2.0-thread-multi-LP64/auto/DBI +/Driver_xst.h:56: warning: unused variable `my_perl' /opt/perl_64/lib/site_perl/5.8.8/PA-RISC2.0-thread-multi-LP64/auto/DBI +/Driver_xst.h: In function `dbdxst_fetchall_arrayref': /opt/perl_64/lib/site_perl/5.8.8/PA-RISC2.0-thread-multi-LP64/auto/DBI +/Driver_xst.h:86: warning: unused variable `my_perl' Oracle.c: In function `XS_DBD__Oracle__db_ora_lob_append': Oracle.xs:191: warning: unused variable `startp' gcc -c -I/opt/ora10.2.0.3/plsql/public -I/opt/ora10.2.0.3/rdb +ms/public -I/opt/perl_64/lib/site_perl/5.8.8/PA-RISC2.0-thread-multi- +LP64/auto/DBI -D_POSIX_C_SOURCE=199506L -D_REENTRANT -D_HPUX_SOURCE +-fPIC -DUSE_SITECUSTOMIZE -DNO_HASH_SEED -D_LARGEFILE_SOURCE -D_FILE_ +OFFSET_BITS=64 -fno-strict-aliasing -pipe -DVERSION=\"1.16\" -DX +S_VERSION=\"1.16\" -fPIC "-I/opt/perl_64/lib/5.8.8/PA-RISC2.0-thread- +multi-LP64/CORE" -Wall -Wno-comment -DUTF8_SUPPORT -DNEW_OCI_INIT -D +ORA_OCI_VERSION=\"10.2.0.3\" dbdimp.c dbdimp.c: In function `dbd_discon_all': dbdimp.c:121: warning: unused variable `Perl___notused' dbdimp.c: In function `ora_db_login6': dbdimp.c:282: warning: unused variable `o' dbdimp.c:283: warning: unused variable `l' dbdimp.c:239: warning: unused variable `Perl___notused' dbdimp.c: In function `ora_db_disconnect': dbdimp.c:689: warning: unused variable `Perl___notused' dbdimp.c: In function `ora_db_destroy': dbdimp.c:726: warning: unused variable `my_perl' dbdimp.c: In function `pp_exec_rset': dbdimp.c:1228: warning: unused variable `Perl___notused' dbdimp.c: In function `ora_st_execute': dbdimp.c:1600: warning: unused variable `Perl___notused' dbdimp.c: In function `ora_st_finish': dbdimp.c:1798: warning: unused variable `Perl___notused' dbdimp.c: In function `ora_st_destroy': dbdimp.c:1885: warning: unused variable `my_perl' gcc -c -I/opt/ora10.2.0.3/plsql/public -I/opt/ora10.2.0.3/rdb +ms/public -I/opt/perl_64/lib/site_perl/5.8.8/PA-RISC2.0-thread-multi- +LP64/auto/DBI -D_POSIX_C_SOURCE=199506L -D_REENTRANT -D_HPUX_SOURCE +-fPIC -DUSE_SITECUSTOMIZE -DNO_HASH_SEED -D_LARGEFILE_SOURCE -D_FILE_ +OFFSET_BITS=64 -fno-strict-aliasing -pipe -DVERSION=\"1.16\" -DX +S_VERSION=\"1.16\" -fPIC "-I/opt/perl_64/lib/5.8.8/PA-RISC2.0-thread- +multi-LP64/CORE" -Wall -Wno-comment -DUTF8_SUPPORT -DNEW_OCI_INIT -D +ORA_OCI_VERSION=\"10.2.0.3\" oci8.c oci8.c: In function `ora_st_fetch': oci8.c:1382: warning: unused variable `Perl___notused' oci8.c:1389: warning: unused variable `Perl___notused' oci8.c: At top level: oci8.c:566: warning: `fetch_func_nty' defined but not used oci8.c:1012: warning: `fbh_setup_getrefpv' defined but not used Running Mkbootstrap for DBD::Oracle () chmod 644 Oracle.bs rm -f blib/arch/auto/DBD/Oracle/Oracle.sl gcc +b "/opt/ora10.2.0.3/lib:/lib/pa20_64" -shared -static-li +bgcc -fPIC -L/lib/pa20_64 Oracle.o dbdimp.o oci8.o -o blib/arch/au +to/DBD/Oracle/Oracle.sl \ -L/opt/ora10.2.0.3/lib -lclntsh -lrt -lpthread -lnsl + \ gcc: +b: No such file or directory gcc: /opt/ora10.2.0.3/lib:/lib/pa20_64: No such file or directory *** Error exit code 1 Stop.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: DBD installation error
by marto (Cardinal) on Jun 24, 2009 at 08:13 UTC | |
|
Re: DBD installation error
by Anonymous Monk on Jun 24, 2009 at 08:13 UTC |