[omniORB] Problem with finding shared libraries

Basma Driss Elkaleh driss@enst.fr
Wed, 11 Aug 1999 11:28:09 +0200


--------------20B6A858DE478EE603BDE4E1
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

James Riden wrote:

> At 04:37 PM 8/10/99 +0200, Basma Driss Elkaleh wrote:
> >Hi
> >
> >I use:
> >
> >omniORB2.7.1
> >Linux 2.2.3
> >platform = i586_linux_2.0_glibc
> >gcc version egcs-2.91.57 19980901
> >
> >I have compiled successfully. But when I try to run an application or
> >omniNames, I become the following error:
> >
> > error in loading shared libraries
> >libomniORB2.so.7: cannot open shared object file: No such file or
> >directory
>
> add :
>
> export LD_LIBRARY_PATH="../lib/i586_linux_2.0_glibc"
>
> to your .bashrc - in fact it's better to use the absolute name of
> this directory. (make appropriate changes for shells other than
> bash).

Thanks, that's it ! It's working great now! :-))



--------------20B6A858DE478EE603BDE4E1
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit

<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
James Riden wrote:
<blockquote TYPE=CITE>At 04:37 PM 8/10/99 +0200, Basma Driss Elkaleh wrote:
<br>>Hi
<br>>
<br>>I use:
<br>>
<br>>omniORB2.7.1
<br>>Linux 2.2.3
<br>>platform = i586_linux_2.0_glibc
<br>>gcc version egcs-2.91.57 19980901
<br>>
<br>>I have compiled successfully. But when I try to run an application
or
<br>>omniNames, I become the following error:
<br>>
<br>> error in loading shared libraries
<br>>libomniORB2.so.7: cannot open shared object file: No such file or
<br>>directory
<p>add :
<p>export LD_LIBRARY_PATH="../lib/i586_linux_2.0_glibc"
<p>to your .bashrc - in fact it's better to use the absolute name of
<br>this directory. (make appropriate changes for shells other than
<br>bash).</blockquote>

<p><br>Thanks, that's it ! It's working great now! :-))
<pre></pre>
&nbsp;</html>

--------------20B6A858DE478EE603BDE4E1--