Tuesday, 30 May 2017

12c client application load - /bin/ld: cannot find -lcurses collect2: error: ld returned 1 exit status

Error:
While loading application software using oracle client getting below error

Entry points defined in module: /u01/app/oracle/product/12.1.0/client_1/precomp/lib/cobsqlintf.o
Entry points defined in module: /u01/app/oracle/product/12.1.0/client_1/lib/scorept.o
Entry points defined in module: /u01/app/oracle/product/12.1.0/client_1/lib/sscoreed.o
/bin/ld: cannot find -lcurses
collect2: error: ld returned 1 exit status


Solution:

Install below rpm's
glibc-devel and 
glibc-statics

No comments: