[ardour-users] Problem with qjackctl
Jack O'Quin
joq at io.com
Thu Dec 2 15:42:53 PST 2004
Ben Edwards <funkytwig at gmail.com> writes:
> I was having problems cos I had two versions of jack installed. The
> reason this hapened in the first place was because I used debian
> apt-get to install libjack and this brought in an old version of
> jackd. I have removed the old version of jackd but it also takes
> libjack with it.
>
> anyway I have tried rebuilding jack and qjackctl. Everything builds
> OK but when I rey to start qjackctl I get:
>
> "qjackctl: error while loading shared libraries: libjack.so.0: cannot
> open shared object file: No such file or directory"
>
> locate libjack.so.0 gives
>
> "/usr/local/lib/libjack.so.0.0.23
> /usr/local/lib/libjack.so.0
> /home/ben/jack/jack/libjack/.libs/libjack.so.0.0.23
> /home/ben/jack/jack/libjack/.libs/libjack.so.0"
>
> Any idea how to sort this?
Try...
$ ldd `which qjackctl` | grep libjack
See what it was linked with.
--
joq
More information about the Ardour-Users
mailing list