http://qs1969.pair.com?node_id=11137238


in reply to Re^6: /app/chart/oracle/product/19c/sdk/include/oci.h:745:20: fatal error: ociver.h: No such file or directory
in thread /app/chart/oracle/product/19c/sdk/include/oci.h:745:20: fatal error: ociver.h: No such file or directory

That path looks like it's for the 19c database, not the instantclient. Depending on how Oracle is installed (often out of our hands, by DBAs etc), you may not have everything you need to build DBD::Oracle, hence why I suggested getting the components listed in the modules README, setting ORACLE_HOME (and LD_LIBRARY_PATH) as required then building the module. From experience this is more likely to be successful, less likely to run into some Oracle related shenanigans.

  • Comment on Re^7: /app/chart/oracle/product/19c/sdk/include/oci.h:745:20: fatal error: ociver.h: No such file or directory
  • Select or Download Code