in reply to Re^5: /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

Hello Marto,

As I have mentioned I have installed Oracle 19c (19.3). The path to ORACLE_HOME is for the client installation only

The client that I have installed was downloaded from https://www.oracle.com/uk/database/technologies/oracle19c-linux-downloads.html under the header Oracle Database 19c Client (19.3) for Linux x86-64

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

Replies are listed 'Best First'.
Re^7: /app/chart/oracle/product/19c/sdk/include/oci.h:745:20: fatal error: ociver.h: No such file or directory
by marto (Cardinal) on Oct 05, 2021 at 12:21 UTC

    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.