help-octave
[Top][All Lists]
Advanced

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

Re: octave forge


From: Glenn Golden
Subject: Re: octave forge
Date: Mon, 01 Mar 2004 16:19:50 -0700

Robert Leach writes:
> > plague: /home/local/octave-2.1.55>plague: 
> > /usr/local/octave-2.1.55>octave
> > ld.so.1: octave: fatal: liboctinterp.so: open failed: No such file or 
> > directory
>

This just sounds like the octave libs didn't get installed where ld.so
expects to find them. For the purposes of seeing if this is the problem,
try appending the path to your octave libraries to LD_LIBRARY_PATH:


    export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:"/usr/foo/bar/lib"

and running octave again.  If this works, then you need to understand
why your config/install was such that the libs were not being placed 
into a directory where the loader expects to find it (which is determined
in part by /etc/ld.so.conf.) See ldconfig(8).


(Also... ld.so.1 is ancient... but that may be what was up to date in
that older version of SunOS...)

Glenn



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

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