No such file or directory during start

jholczer

Member
Hey Guys!
I've installed the Ora Client, and then the Plyxon, and set the Ora dir and network at the first start, but during the next start get this message, although the "libnnz21.so" is in the right place within instant client.

Could not load "/PATH/Oracle/instantclient_21_12/libclntsh.so"

libnnz21.so: cannot open shared object file: No such file or directory

Make sure that you have followed the Oracle Client installation
instructions regarding required software packages and search paths.

Please help me with suggestion, thanks in advance!
 
You may need to follow this step of the Oracle Client installation instructions:
Update the runtime link path, for example (if the Oracle Client is installed in /opt/oracle/instantclient):

sudo sh -c "echo /opt/oracle/instantclient > /etc/ld.so.conf.d/oracle-ic.conf"
sudo ldconfig
 
Last edited:
Back
Top