[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Problem running DDD
From: |
Thiago Radicchi Roque |
Subject: |
Re: Problem running DDD |
Date: |
Wed, 27 Mar 2002 10:49:12 -0300 (EST) |
On Wed, 27 Mar 2002, J.H.M. Dassen (Ray) wrote:
> On Tue, Mar 26, 2002 at 17:11:51 -0300, Thiago Radicchi Roque wrote:
> > ld.so.1: ddd: fatal: libstdc++.so.2.10.0: open failed: No such file or
> > directory
>
> On Wed, Mar 27, 2002 at 10:14:12 -0300, Thiago Radicchi Roque wrote:
> > I am using Solaris 8 on a Ultra5. Do you think my problem might be the
> > same?
>
> I doubt it. You'll need to tell your dynamic loader to look in
> /usr/local/lib for libraries as well. Try
> LD_LIBRARY_PATH=/usr/local/lib
> export LD_LIBRARY_PATH
> If Solaris is like GNU/Linux in this regard, you could make that setting
> permanent by adding "/usr/local/lib" to /etc/ld.so.conf and running
> "ldconfig".
Well, on Solaris8 I think it's a little bit different, because there's no
file called ld.so.conf and I also couldn't find ldconfig. Anyway, there
must be something similar and I will try to find it. Thanks for the tip
though, it might be useful for me since I have some machines running linux
as well.