help-octave
[Top][All Lists]
Advanced

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

Re: Octave 3.0.1 Scientific Linux 5.1 (RHAT) build failure


From: Dmitri A. Sergatskov
Subject: Re: Octave 3.0.1 Scientific Linux 5.1 (RHAT) build failure
Date: Thu, 8 May 2008 15:06:29 -0500

On Thu, May 8, 2008 at 2:13 PM, Labitt, Bruce
<address@hidden> wrote:
> On Thu, May 8, 2008 at 9:27 AM, Labitt, Bruce
> <address@hidden> wrote:
>>
>
>>  I executed ./run-octave.  I got ... : eror while loading shared
>>  libraries: libfftw3.so.3: cannot open shared object file:  No such
> file
>>  or directory.
>>
>
> Most likely you did not install libfft correctly. The dynamic loader ld
> cannot
> find it; /usr/local/lib is not in its search path.
>
> Dmitri.
> --
> [Labitt, Bruce]
>
> Is there a way to add it to the search path?

Create a file in /etc/ld.so.conf.d/

with name say "local.conf"
in this file type in:

/usr/local/lib

Save and exit.
Run (as root) "ldconfig -v"
Make sure you get libfft3 in the output of this command.

>
> Bruce
>

Regards,

Dmitri.
--


reply via email to

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