Installing openvibe in a debian

Post Reply
LUISMAN
Posts: 12
Joined: Tue Nov 04, 2014 9:48 am

Installing openvibe in a debian

Post 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

jtlindgren
Posts: 775
Joined: Tue Dec 04, 2012 3:53 pm
Location: INRIA Rennes, FRANCE

Re: Installing openvibe in a debian

Post 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

Post Reply