Oracle 19c client installation fails on OL9
I have faced an issue while installing oracle client 19c on OEL9 OL9. Installation is looking for /usr/lib64/libpthread_nonshared.a
I have gerated it using below command then installation went through. However not very sure if I get any issue by doing this trick. Any one faced this issue.
echo '!<arch>' | sudo tee /usr/lib64/libpthread_nonshared.a > /dev/null
I have followed oracle article "https://support.oracle.com/epmos/faces/DocumentDisplay?_afrLoop=95898060719057&id=2969734.1&_afrWindowMode=0&_adf.ctrl-state=1acba6vfoa_4" however no luck.