Error in invoking target 'libasmclntsh19.ohso libasmperl19.ohso client_sharedlib' of makefile
Hi,
I got this error and gone through Doc ID 2760289.1
SOLUTION
1) On Linux:
The files crti.o and libpthread_nonshared.a missing and it is due to glibc-devel rpm.
$ rpm -q --whatprovides /usr/lib64/crti.o
glibc-devel-2.17-157.el7.x86_64
$ rpm -q --whatprovides /usr/lib64/libpthread_nonshared.a
glibc-devel-2.17-157.el7.x86_64
Package does not exist
zypper install glibc-devel-2.17-157.el7.x86_64
...
Package 'glibc-devel-2.17-157.el7.x86_64' not found.
Resolving package dependencies...
Nothing to do.
Instad found this packe
and installed this package instead, but still same error
Btw:
with libpthread_nonshared.a I can't find any package
~ # rpm -q --whatprovides /usr/lib64/libpthread_nonshared.a