Page 1 of 1
problems starting zynjacku
Posted: Fri Apr 18, 2008 7:41 pm
by studio32
Hi,
Hi, I've install zynjacku succesfully but it doesn't start... can somebody try to help me please?
Code: Select all
~$ zynjacku
Traceback (most recent call last):
File "/usr/local/bin/zynjacku", line 31, in ?
import zynjacku_c as zynjacku
ImportError: liblv2dynparamhost1.so.0: cannot open shared object file: No such file or directory
It must be something in the configuration?
Re: problems starting zynjacku
Posted: Sat Apr 19, 2008 12:23 am
by raboof
studio32 wrote:Code: Select all
liblv2dynparamhost1.so.0: cannot open shared object file: No such file or directory
Have you installed
lv2dynparam? Does liblv2dynparamhost1.so.0 exist on your filesystem? If so, perhaps run ldconfig?
Re: problems starting zynjacku
Posted: Sat Apr 19, 2008 8:28 am
by studio32
raboof wrote:studio32 wrote:Code: Select all
liblv2dynparamhost1.so.0: cannot open shared object file: No such file or directory
Have you installed
lv2dynparam? Does liblv2dynparamhost1.so.0 exist on your filesystem? If so, perhaps run ldconfig?
thanks for your reply.
Yes, I've installed it, but ldconfig could not find it.
The package is in /usr/local/lib/liblv2dynparamhost1.so.0
Posted: Sat Apr 19, 2008 9:15 am
by thorgal
Code: Select all
~$ LD_LIBRARY_PATH=/usr/local/lib zynjacku
try this.
Posted: Sat Apr 19, 2008 9:19 am
by studio32
thanks...
Code: Select all
~$ LD_LIBRARY_PATH=/usr/local/lib zynjacku
Traceback (most recent call last):
File "/usr/local/bin/zynjacku", line 25, in <module>
import phat
ImportError: No module named phat
EDIT:
and now I am also not able to start jack_mixer
Code: Select all
jack_mixer
Traceback (most recent call last):
File "/usr/bin/jack_mixer", line 22, in <module>
import jack_mixer_c
ImportError: No module named jack_mixer_c
Re: problems starting zynjacku
Posted: Sat Apr 19, 2008 10:46 am
by raboof
studio32 wrote:Yes, I've installed [liblv2dynparam], but ldconfig could not find it.
running 'ldconfig' as root should refresh the ld.so.cache, which should make the loader be able to find the lib without setting an LD_LIBRARY_PATH. If not, check if /usr/local/lib is in /etc/ld.so.conf.
importerror: No module named jack_mixer_c
Perhaps upgrade? (see
this thread on LAU), or (I think) add the directory containing the jack_mixer_c to your PYTHONPATH.
Re: problems starting zynjacku
Posted: Sat Apr 19, 2008 10:56 am
by studio32
raboof wrote:running 'ldconfig' as root should refresh the ld.so.cache, which should make the loader be able to find the lib without setting an LD_LIBRARY_PATH. If not, check if /usr/local/lib is in /etc/ld.so.conf.
Ok, let's focus on the zynjacku first
this is my ld.so.conf
Code: Select all
include /etc/ld.so.conf.d/*.conf
/usr/lib/atlas
/usr/lib/linuxsampler
EDIT: mmh now I've a different output, look like the jack_mixer output:
Code: Select all
Traceback (most recent call last):
File "/usr/local/bin/zynjacku", line 31, in <module>
import zynjacku_c as zynjacku
ImportError: No module named zynjacku_c
edit: I solved it by setting pythonpath