Home My Page Projects MPTK: The Matching Pursuit ToolKit
Summary Activity Forums Tracker Lists Docs News SCM Files

Forum: help

Monitor Forum | Start New Thread Start New Thread
RE: MPTK installation problem on Fedora 19 [ Reply ]
By: Adele Fusco on 2013-10-28 10:10
[forum:147933]
Hi Dan,

thank you for your prompt reply.

I tried the command you suggested, but unfortunately it does not work.

I tried to install using rpm with --nodepts optiona, and apparently it works.

But when I run GettingStarded.m code from matlab, it said

Undefined function or variable 'getmptkinfo'.

Error in GettingStarted (line 100)
mptkInfo = getmptkinfo;

I thank you for the time you give me.

Regards

Adele

RE: MPTK installation problem on Fedora 19 [ Reply ]
By: Dan Stowell on 2013-10-28 09:51
[forum:147929]
Is it possible that you need to run

sudo ldconfig

on your system before it will notice the new library?

MPTK installation problem on Fedora 19 [ Reply ]
By: Adele Fusco on 2013-10-28 06:16
[forum:147927]
Hi all,

I have problem installing mptk on Fedora 19 (OS 64 bit )

rpm -U MPTK-binary-0.7.0-x86_64-Linux.rpm
errore: Dipendenze fallite:
libmptk.so()(64bit) necessario a mptk-0.7.0-1.x86_64

Said that 'dependencies failed' because libmptk.so()(64bit) is necessary to mptk-0.7.0-1.x86_64.

libmptk.so is installed in /usr/lib/

I create also a symbolic link into /usr/lib64/ directory to this file, but it does not work.

libsndfile has been installed as well as fftw.

May someone give me an hint?

thank you

Adele