Operating System - HP-UX
1834662 Members
2458 Online
110069 Solutions
New Discussion

Perl 5.6.1 DBI 1.20 DBD 1.10 woes

 
MANOJ SRIVASTAVA
Honored Contributor

Perl 5.6.1 DBI 1.20 DBD 1.10 woes

Hi All
I am to get the above three working with oracle 8.1.7 , I could get the perl , DBI working easily but now when I try DBD part I get

"cc: "oci8.c", line 118: error 1588: "OCI_DTYPE_DATETIME" undefined.
cc: "oci8.c", line 118: error 1569: Case label expressions must be integral constants.
cc: "oci8.c", line 119: error 1588: "OCI_DTYPE_INTERVAL" undefined.
cc: "oci8.c", line 119: error 1569: Case label expressions must be integral constants.
cc: "oci8.c", line 278: warning 604: Pointers are not assignment-compatible.
*** Error exit code 1
"

after running make test .

I am not able to get beyond this , I ahve scanned the forums but no results so please help me.

Manoj Srivastava