Hi, > Hmm. Looks like the Debian binaries are stripped. Drat!
It should be possible to obtain a non-stripped library package with Download the source: apt-get source jack-audio-connection-kit Satisfy the build-dependency: apt-get build-dep jack-audio-connection-kit enter the directory and build a non-stripped libjack: debuild -e DEB_BUILD_OPTIONS=nostrip,noopt (maybe you need to install devscripts) Could you try with installing the resulting binary? regards, junichi