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.
--
_______________________________________________
Help-octave mailing list
Help-octave@...
https://www.cae.wisc.edu/mailman/listinfo/help-octave