in reply to Re: Need 64-bit DBD
in thread Need 64-bit DBD

This node falls below the community's minimum standard of quality and will not be displayed.

Replies are listed 'Best First'.
Re: Re: Re: Need 64-bit DBD
by scain (Curate) on Jan 09, 2003 at 20:54 UTC
Re: Re: Re: Need 64-bit DBD
by rdfield (Priest) on Jan 10, 2003 at 16:44 UTC
    Warnings like:
    Unable to interpret Oracle oci build commands. Using fallback approach
    would worry me. Have you tried to use the various other build options detailed in the DBD::Oracle README?

    rdfield

Re: Re: Re: Need 64-bit DBD
by ljbailey (Initiate) on Jan 09, 2003 at 21:45 UTC
    Here is a trimmed down error message with < text > around the errors.
    oci8.c: In function `post_execute_lobs': oci8.c:1591: warning: passing arg 1 of `fprintf' from incompatible poi +nter type oci8.c:1596: warning: passing arg 1 of `fprintf' from incompatible poi +nter type oci8.c:1610: warning: passing arg 1 of `fprintf' from incompatible poi +nter type oci8.c:1613: warning: passing arg 1 of `fprintf' from incompatible poi +nter type oci8.c:1619: warning: passing arg 1 of `fprintf' from incompatible poi +nter type oci8.c: In function `ora_free_lob_refetch': oci8.c:1637: warning: passing arg 1 of `fprintf' from incompatible poi +nter type Running Mkbootstrap for DBD::Oracle () chmod 644 Oracle.bs rm -f blib/arch/auto/DBD/Oracle/Oracle.so LD_RUN_PATH="/u01/app/oracle/product/9.2.0/lib" gcc -B/usr/ccs/bin/ - +G -L/usr/local/lib Oracle.o dbdimp.o oci7.o oci8.o /u01/app/oracle/pr +oduct/9.2.0/rdbms/lib/defopt.o -o blib/arch/auto/DBD/Oracle/Oracle.s +o -L/u01/app/oracle/product/9.2.0/lib/ -lclntsh -lnsl -lsocket -lge +n -ldl -R/u01/app/oracle/product/9.2.0/lib -laio -lposix4 -lkstat -lm + -lthread < ld: fatal: file /u01/app/oracle/product/9.2.0/rdbms/lib/defopt.o: wr +ong ELF class: ELFCLASS64 > < ld: fatal: File processing errors. No output written to blib/arch/au +to/DBD/Oracle/Oracle.so > < collect2: ld returned 1 exit status > < make: *** [blib/arch/auto/DBD/Oracle/Oracle.so] Error 1 >