Re: [linux-audio-user] FC2->Fc3->Fc4->Fc5->FC6->FC*: it's crazy!

From: Jack O'Quin <jack.oquin@email-addr-hidden>
Date: Thu Nov 16 2006 - 18:07:48 EET

On 11/16/06, Brad Fuller <brad@email-addr-hidden> wrote:
> anyone use Ubuntu?

I run Dapper Drake on my laptop. I like it a lot. Most things
work right out of the box.

Haven't done any fancy customizations. There is a good selection
of audio packages in Ubuntu Studio.

The only problem I've seen is the difficulty (shared with Debian)
of installing a new JACK from sources. For me, that is easy to fix
with a small script[1], but it causes trouble for many users.

There is a long-running thread on jackit-devel about this right now.

[1] Here's the script I run after installing JACK from source...

#!/bin/sh
LIBJACK_0=/usr/lib/libjack-0.100.0.so.0
LIBJACK_SO=/usr/lib/libjack-0.100.0.so.0.0.23
cd /usr/lib
sudo ln -sf ${LIBJACK_SO} ${LIBJACK_0}

-- 
 joq
Received on Fri Nov 17 04:15:06 2006

This archive was generated by hypermail 2.1.8 : Fri Nov 17 2006 - 04:15:06 EET