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: Labitt, Bruce
Subject: RE: Octave 3.0.1 Scientific Linux 5.1 (RHAT) build failure
Date: Thu, 8 May 2008 16:44:58 -0400

-----Original Message-----
From: Dmitri A. Sergatskov [mailto:address@hidden 
Sent: Thursday, May 08, 2008 4:06 PM
To: Labitt, Bruce
Cc: address@hidden
Subject: Re: Octave 3.0.1 Scientific Linux 5.1 (RHAT) build failure

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



reply via email to

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