On Sat, Jul 14, 2018 at 12:52:49PM -0400, Tim wrote:
On 07/14/2018 04:15 AM, John Rigg wrote:
On Sat, Jul 14, 2018 at 12:41:28AM -0700, oleg68
wrote:
You are right. The problem was the conflict with
the old jack libraries
But .waf install with ldconfig did not help.
You need to tell "./waf configure" to install jack over
the existing jack package files. On Debian systems I use
--prefix=/usr --libdir=/usr/lib/x86_64-linux-gnu
I would not recommended that. Always a bad idea.
It will interfere with packaging.
I disagree that it's a bad idea. The whole point is that
other packages that depend on the distro's jack packages
still think those are installed. The only thing to watch for
is if you update the distro jack packages it will overwrite
the compiled version, so you'll have to re-install that.
I've been using this method for many years without problems.
John