ddd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problem running DDD


From: J.H.M. Dassen (Ray)
Subject: Re: Problem running DDD
Date: Wed, 27 Mar 2002 14:33:45 +0100
User-agent: Mutt/1.3.28i

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".

HTH,
Ray
-- 
I love articles that remind you that one of the ingredients it recommends
playing with is a nasty mutagen.
        Timothy introducing "Recombinant DNA For The Home Hobbyist"
        http://slashdot.org/article.pl?sid=00/06/18/1316258



reply via email to

[Prev in Thread] Current Thread [Next in Thread]