Re: [LAD] zita-jacktools help needed

From: Frank Neumann <beachnase@email-addr-hidden>
Date: Sun Jun 14 2020 - 01:02:11 EEST

Hi Vince,

> Now I can import jacktools in Python without errors. But if I try to use
> it OR to run an example file (e.g. tobspect.py like in the ccc video), I
> get the following error:
>
> ImportError: libzita-jclient.so.0: cannot open shared object file: No
> such file or directory
>
> In the nabble thread, a user said that zita-jclient is installed to
> /usr/local/lib64, but zita-jacktools only included /usr/lib as the
> library path.
>
> So I copied libzita-convolver and libzita-jclient from /usr/local/lib64
> to /usr/lib, but I still get the same error message.

You likely forgot to update the shared loader's cache by running "ldconfig"
(as root). This is always necessary after installing new shared libraries.

Also, instead of copying the shared libraries from /usr/local/lib64 to /usr/lib64,
I suggest you add your /usr/local/lib64 path to the loader's search path
(perhaps by creating a new file in /etc/ld.so.conf.d/, this is slightly
dependant on your distribution).

Greetings,
Frank
_______________________________________________
Linux-audio-dev mailing list
Linux-audio-dev@lists.linuxaudio.org
https://lists.linuxaudio.org/listinfo/linux-audio-dev
Received on Mon Jun 15 04:15:02 2020

This archive was generated by hypermail 2.1.8 : Mon Jun 15 2020 - 04:15:02 EEST