in reply to Re^4: /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
DBD::Oracle object version 1.80 does not match bootstrap parameter 1. +24
This means that Perl finds a Oracle.so for DBD::Oracle 1.80, but the Oracle.pm it loads is version 1.24.
This problem usually comes from different module search paths in PERL5LIB and/or using a different version of Perl between installing the module and then running your test program.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: /app/chart/oracle/product/19c/sdk/include/oci.h:745:20: fatal error: ociver.h: No such file or directory
by silversurfer2in (Initiate) on Oct 05, 2021 at 11:28 UTC |