cant run my code [message #167475] |
Thu, 13 April 2006 04:29 |
surbhigarg
Messages: 11 Registered: January 2006
|
Junior Member |
|
|
hello
i m compiling a c++ and a pro*c program by following command
gcc -o cntrl controller.cpp switch_file.c -L/home/oracle/ora9i/lib/ -lpthread -lclntsh -lstdc++ -DDEBUG
it compiles fine.
but when executed ./cntrl it gives the following error
./cntrl: error while loading shared libraries: libclntsh.so.9.0: cannot open shared object file: No such file or directory
can anyone help me.
thanks
Surbhi
|
|
|
|