help-octave
[Top][All Lists]
Advanced

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

failed to load: liboctinterp.so.1


From: Joerg Buescher
Subject: failed to load: liboctinterp.so.1
Date: Wed, 08 Jan 2014 14:31:17 +0100
User-agent: Mozilla/5.0 (Windows NT 6.1; rv:17.0) Gecko/20131118 Thunderbird/17.0.11

Dear all,

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"


octave:> which TranslateSBML
error: __which__:
/usr/local/lib/octave/site/oct/x86_64-unknown-linux-gnu/TranslateSBML.mex:
failed to load: liboctinterp.so.1: cannot open shared object file: No such file or directory
error: called from:
error:   /usr/local/share/octave/3.8.0/m/help/which.m at line 29, column 7


However, when looking for a .m file there is no problem. Interestingly,
looking for "TranslateSBML.mex" also works fine


octave:1> which doc
'doc' is a function from the file /usr/local/share/octave/3.8.0/m/help/doc.m

octave:2> which TranslateSBML.mex
'TranslateSBML.mex' is the file
/usr/local/lib/octave/site/oct/x86_64-unknown-linux-gnu/TranslateSBML.mex


I then tried to create a copy of liboctinterp.so.2 and name it
liboctinterp.so.1. Unfortunately, this did not solve the problem.


octave:1> which TranslateSBML
error: 'nargin' undefined near line 35 column 7
error: called from:
error: /usr/local/share/octave/3.8.0/m/help/__unimplemented__.m at line 35, column 3
error: scope not found!
error:   /usr/local/share/octave/3.8.0/m/help/which.m at line -1, column -1
error: scope not found!


Thanks for your help!
joerg


--
Dr. Jörg Büscher
Projektleiter Systems Biology

B.R.A.I.N Aktiengesellschaft
Darmstaedter Str. 34-36, D-64673 Zwingenberg
e-mail address@hidden, homepage www.brain-biotech.de
fon +49-6251-9331-64 / fax +49-6251-9331-11

Sitz der Gesellschaft: Zwingenberg/Bergstrasse
Registergericht AG Darmstadt, HRB 24758
Vorstand: Dr. Holger Zinke (Vorsitz), Dr. Jürgen Eck
Vorsitzender des Aufsichtsrats: Dr. Ludger Müller


reply via email to

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