Code compilation fails with error "cannot find -l:liborasdk.so.11.1"
Hi Experts,
We are upgrading our system from oracle version 11.2.4 to version 19.3.0. The compilation of our vendor programs (old ones) is failing with error "cannot find -l:liborasdk.so.11.1". We tried to generate the library with script $ORACLE_HOME/bin/genorasdksh . But this shell script complains for missing files.
rep: /oravl01/oracle/19.3.0_32/rdbms/admin/orasdkbase_shrept.lst: No such file or directory
Creating /oravl01/oracle/19.3.0_32/lib/liborasdkbase.so.19.1
/bin/ld: cannot open linker script file /oravl01/oracle/19.3.0_32/rdbms/admin/liborasdkbase.def: No such file or directory
collect2: error: ld returned 1 exit status
Could you please share your solution for this problem