<br><br><div class="gmail_quote">On Sat, Mar 19, 2011 at 7:48 PM, Fábio Magnoni <span dir="ltr"><<a href="mailto:fabiohmagnoni@gmail.com">fabiohmagnoni@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
I've downloaded the .tar.gz file and installed<br><br>But to install this, I've to remove all the other versions of Jack.<br>In /usr/bin -> I have jack and jackd<br>In /usr/local/bin/ > Just have jackd<div><div>
</div><div class="h5"><br></div></div></blockquote><div><br></div><div>Yep. You've messed up. You have two versions of jack in your system. </div><div><br></div><div>You need to clean the version in /usr/local. It was installed by the source version you compiled and installed. To remove it do "sudo make uninstall" in the source directory.</div>
<div><br></div><div>To install a version of jack from source, you need to make sure it's not installed into /usr/local. To do this: ./configure --prefix=/usr . Then compile & install. It should also be said that it would be a good idea to remove any jack related packages you've installed using a package manager. This should be done before installing a new version of jack.</div>
<div><br></div><div><br></div><div> Sampo</div></div>