Hi all,
thank you guys for your amazing work and support.
We have upgraded Oracle to 12.1 and OCILIB 4.4.1 but when we try to compile the sample code we have these errors. It seems to be a mismatch in the versions but which version of OCILIB should we use ?
Here is the error message:
user@hxxx1 > gcc -I$HELIOS_EPM/ocilib/include -L$HELIOS_EPM/ocilib/lib -locilib ocilib_demo.c
/helios/poc/esb1/ora/u01/oracle/v121/client1_x64/lib/libclntsh.so.12.1: undefined reference to ons_subscriber_create_wtimeout_ctx'
/helios/poc/esb1/ora/u01/oracle/v121/client1_x64/lib/libclntsh.so.12.1: undefined reference to
ons_init_wconfig_ctx'
/helios/poc/esb1/ora/u01/oracle/v121/client1_x64/lib/libclntsh.so.12.1: undefined reference to ons_shutdown_wtimeout_ctx'
/helios/poc/esb1/ora/u01/oracle/v121/client1_x64/lib/libclntsh.so.12.1: undefined reference to
ons_error_set'
/helios/poc/esb1/ora/u01/oracle/v121/client1_x64/lib/libclntsh.so.12.1: undefined reference to `ons_thread_stacksize'
collect2: ld returned 1 exit status
Thank you very much for your reply
A
Anonymous