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

Home -> Community -> Usenet -> c.d.o.server -> Re: Problem by running a successfully precomplied program with Pro*C/C++

Re: Problem by running a successfully precomplied program with Pro*C/C++

From: Jeffery Cann <jcann_at_fairway.com>
Date: 1998/03/18
Message-ID: <350FE76A.DA2B5AE5@fairway.com>#1/1

Hugo Aparicio Navas wrote:
>
> Hello !
> I precompiled a C++ program with embedded SQL with the Pro*C/C++
> Precomplier from Oracle without any kind of errors (Sun platform,
> Unix). The problem is that when I run the programm the following
> message appears :
>
> ld.so.1: datenbank: fatal: libclntsh.so.1.0: can't open file: errno=2

The file may be missing, or more likely, you don't have permissions to read it.

Hope this helps.

> Killed
>
> I have set all these paths in my bashrc_local file : (conforming the
> handbook)
>
> export
> LD_LIBRARY_PATH=/home/epsilon/oracle/u01/app/oracle/product/8.0.3/lib:/usr/ucblib:/usr/openwin/lib:/usr/dt/lib;
>
> I would be very thankful for every help or hints you can give me.
>
> Hugo Navas-Aparicio
> navas_at_ant.uni-hannover.de
 

-- 
Jeffery C. Cann
Senior Software Engineer
Fairway Systems, Inc.
Received on Wed Mar 18 1998 - 00:00:00 CST

Original text of this message

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