Page 1 of 1

Installing openvibe in a debian

Posted: Tue Dec 23, 2014 12:26 pm
by LUISMAN
Im trying to install in a debian the openvibe


I used this repositorie

wget -O- http://neuro.debian.net/lists/wheezy.de-m.full | sudo tee /etc/apt/sources.list.d/neurodebian.sources.list
sudo apt-key adv --recv-keys --keyserver hkp://pgp.mit.edu:80 2649A5A9



from

http://neuro.debian.net/install_pkg.html?p=openvibe-bin

and install me

root@ubilinux:~# OpenViBE-
OpenViBE-acquisition-server-dynamic OpenViBE-plugin-inspector-dynamic
OpenViBE-designer-dynamic OpenViBE-skeleton-generator-dynamic
OpenViBE-id-generator-dynamic


When i try the acquisition server give-me this error:

root@ubilinux:~# OpenViBE-acquisition-server-dynamic
[ INF ] Created kernel loader, trying to load kernel module
[ FAILED ] Error loading kernel (/usr/lib/libOpenViBE-kernel-dynamic.so: cannot open shared object file: No such file or directory)


What i´m doing wrong??


//////////////////////////////////////////////////

I solved with a simbolic link

ln -s /usr/lib/libOpenViBE-kernel-dynamic.so.0 /usr/lib/libOpenViBE-kernel-dynamic.so

Re: Installing openvibe in a debian

Posted: Mon Jan 05, 2015 8:57 am
by jtlindgren
Hi Luisman, if you're using the neurodebian version, I recommend contacting the package maintainer directly.

BTW, based on the names of the files, the OpenViBE version in NeuroDebian appears rather old.


Best,
Jussi