Problem on make DBD-Oracle 1.14 at Solaris

macheung_at_asl.com.hk
Date: 12/29/03


To: dbi-users@perl.org
Date: Mon, 29 Dec 2003 18:33:05 +0800


Hi All,

I am failed to make the DBD-Oracle 1.14 on Oracle 8.1.6 client Solaris
8 machine.

At the beginning, I fail to "perl Makefile.PL", it said it cannot find
the oracle.mk or demo_rdbms.mk, so I copy demo_rdbms.mk from my oracle
server. Then the "perl Makefile.PL" succussfully without error.

After that, I run "make" but got fatal error.

Enclosed text file contains detail information.

Could anybody tell me how can I complete the "make"?

Thank you very much.

Matthew






Relevant Pages

  • DBD Make problem
    ... Solaris version = 5.10 ... Oracle DB version = 10g ... I built the makefile by using command "perl Makefile.PL". ... make: Fatal error: Command failed for target ...
    (comp.lang.perl.misc)
  • RE: DBI make fatal error: Command failed for target `Perl.o
    ... I can't compile the test program. ... The make command returns fatal error "make: Fatal error: Command ... You can install them any time after installing the DBI. ... I see you're using perl 5.008004 on sun4-solaris-64int, ...
    (perl.dbi.users)
  • Re: ANNOUNCE: DBD:Oracle 1.18
    ... Well a warning in one compiler is better than and error in an other so I ... This might be a problem more with the older oracle OCI in your client. ... perl -Mblib t/26exe_array.t ...
    (perl.dbi.users)
  • Re: DBD Oracle 1.20 ORA-24334 Error
    ... On the premise instant client and also tried to run perl Makefile.PL -V ... the status after having connected to Oracle ... Failed 2/33 tests, 93.94% okay ...
    (perl.dbi.users)
  • Re: float bug? perl 5.8, DBI and oracle 10.2.0
    ... If you want to store high precision numbers in oracle, you've got 38 decimal digits to play with, and with minimal coaxing perl will handle them as strings at the appropriate points so that the exact values go in and come out. ... I haven't done any numerical work in 10 years or so, but I seem to recall that one can reasonably expect 6 or so decimal significant digits from a 32 bit floating point number - I'll go out on a limb and hazard that one can expect 12 or so digits from a 64 bit floating point number - at any rate I'd be very surprised to get 18 significant digits. ...
    (perl.dbi.users)