help-octave
[Top][All Lists]
Advanced

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

Octave 5.0 Install


From: Thomas D. Dean
Subject: Octave 5.0 Install
Date: Tue, 29 May 2018 21:29:49 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0

I built octave 5.0 from hg sources.  Everything works.

However, the path to liboctave.so.5 is not available to ldconfig and thus the runtime library is not available to things like standalone.cc.

To make this work, I had to

> sudo ldconfig /usr/local/lib/octave/5.0.0

Should the installation do something like link
  /usr/local/lib/liboctave.so ==> \
     /usr/local/lib/octave/5.0.0/liboctave.so.5

Tom Dean



reply via email to

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