[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Problem running DDD
From: |
Philippe GIACINTI |
Subject: |
Re: Problem running DDD |
Date: |
Wed, 27 Mar 2002 14:29:19 +0100 |
on March 26 2002 Thiago Radicchi Roque <address@hidden> wrote:
> I installed DDD 3.3.1 in my system, but when I try to execute it, I get
> the following message:
>
> ld.so.1: ddd: fatal: libstdc++.so.2.10.0: open failed: No such file or
> directory
> Killed
>
> I checked /usr/local/lib, and there is a file called libstdc++.so.2.10.0
> there. How can i fix this problem? I also installed Lesstif 0.93.18.
>
> Thanks
>
>
You probably have to set /usr/local/lib in your LD_LIBRARY_PATH before
starting ddd in order to let him find the dynamic library...
Just try the following:
env LD_LIBRARY_PATH=/usr/local/lib:${LD_LIBRARY_PATH} ddd
If it works, you can then definitely add the path by setting the
variable in your .login (or .profile), with something like:
setenv LD_LIBRARY_PATH /usr/local/lib:${LD_LIBRARY_PATH} (for csh, tcsh)
or
LD_LIBRARY_PATH=/usr/local/lib:${LD_LIBRARY_PATH}
export LD_LIBRARY_PATH (for sh & Co)
Best regards.
--
Philippe Giacinti
mailto:address@hidden