Installing DBD::Oracle fails with a compiler error message in Oracle.h
because on line 36 there is a C++-style comment '//' used. This is not
valid C and rejected by the AIX xlc_r compiler.
Error message:
"Oracle.h", line 36.3: 1506-191 (E) The character # is not a valid C
source character.
Oracle.h, line 36: //#define ORI_ORACLE
Regards Markus