help-octave
[Top][All Lists]
Advanced

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

Re: failed to load: liboctinterp.so.1


From: Mike Miller
Subject: Re: failed to load: liboctinterp.so.1
Date: Wed, 08 Jan 2014 08:48:50 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20131103 Icedove/17.0.10

On Wed, 8 Jan 2014 14:31:17 +0100, Joerg Buescher wrote:
> Somehow Octave seems to be looking for liboctinterp.so.1, however this
> file is not present in my installation of Octave 3.8.0. ( I compiled
> Octave from source on Ubuntu 12.04 and there were no errors)
> I encountered the problem when locating the mex function "TranslateSBML"

Have you recompiled your mex function since installing 3.8.0? The
libraries did indeed change version number and so any old local code you
have that was compiled and linked with an older version of Octave will
need to be rebuilt. So try

  mex TranslateSBML
  which TranslateSBML

HTH,

-- 
mike


reply via email to

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