Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: can not exec program made of pro c

Re: can not exec program made of pro c

From: Kenneth C Stahl <BluesSax_at_Unforgettable.com>
Date: Tue, 03 Aug 1999 08:06:20 -0400
Message-ID: <37A6DB3B.19600D53@Unforgettable.com>


You need to set LD_LIBRARY_PATH in your environment most likely. How, exactly, are you trying to run the programs? From the unix command line? From within a shell script? From within another C program via fork()/exec()? The way that you worded your question suggests the latter.

local000_at_my-deja.com wrote:

> Hi,
> I installed ORACLE 7.3.3 on Solaris 2.6,and
> the server startup ok,and I can exec sql
> using sqlplus. I compiled the PRO C examples
> there is no error ,but when I exec the examples,
> there is a error :
>
> ld.so.1 :example1 fatal:libclntsh.so.1.0 open failed:
> No such file or directory
>
> and I can find this file in .../lib and the PATH is set
>
> Sent via Deja.com http://www.deja.com/
> Share what you know. Learn what you don't.
Received on Tue Aug 03 1999 - 07:06:20 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US