-----Original Message-----
From: Dmitri A. Sergatskov [mailto:
dasergatskov@...]
Sent: Thursday, May 08, 2008 4:06 PM
To: Labitt, Bruce
Cc:
help-octave@...
Subject: Re: Octave 3.0.1 Scientific Linux 5.1 (RHAT) build failure
On Thu, May 8, 2008 at 2:13 PM, Labitt, Bruce
<
labittb1@...> wrote:
> On Thu, May 8, 2008 at 9:27 AM, Labitt, Bruce
> <
labittb1@...> 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.
--
[Labitt, Bruce]
Thanks. I found that fftw failed make check, so I recompiled. Probably
had some incompatible options. Now it passes make check. I also added
the file local.conf as indicated above. I now get libfft3 in the output
list. I am recompiling octave now. Hopefully everything will pass.
Bruce
_______________________________________________
Help-octave mailing list
Help-octave@...
https://www.cae.wisc.edu/mailman/listinfo/help-octave