Startup program and libocci.so.11.1: cannot open shared object file: No such file or directory
问题 please any one save my time .my application is written in c++ I was try to startup on boot in ubuntu linux,but when the program try to start it log error like:- error while loading shared libraries: libocci.so.11.1: cannot open shared object file: No such file or directory my program use oracle api:- my start service script which is written in /etc/init.d/sistartup:- #!/bin/sh # chkconfig: 345 99 10 OWNER=aki case "$1" in 'start') su $OWNER -c "/home/aki/sis_script/startsis.sh >> /home/aki