RE: [linux-audio-dev] problem w/ /dev/dsp

New Message Reply About this list Date view Thread view Subject view Author view Other groups

Subject: RE: [linux-audio-dev] problem w/ /dev/dsp
From: STEFFL, ERIK (SBCSI) ("STEFFL,)
Date: Thu Jun 27 2002 - 07:41:30 EEST


From: rm
>On Wed, Jun 26, 2002 at 01:52:21PM -0400, Paul Davis wrote:
>> >any advice about order of operations that might help?
>>
>> % {netscape,mozilla} http://jackit.sf.net/ &
>> % ftp ...
>> % tar -zxvf jack-audio-connection-kit.tar.gz
>> % cd jack
>> % ./configure
>> % make
>> % make install
>>
>> :)
>
>you'll probably need a 'sudo make install', or 'su' and then 'make
>install'. but otherwise i agree. :D

  or the other way around - make the installation directory owned by user
that is doing the install, that way you can make sure that it does install
files only where you want, not anyplace in the system. e.g.:

...
%./configure --prefix=/opt/jack-version
% su
# mkdir /opt/jack-version
# chown erik:erik /opt/jack-version
# exit
% make install

 optionally followed by (doesn't work well with all programs):

% su
# stow -d /opt -t /usr/local jack-version

  after install is done you can chown /opt/jack-version to root:root or
something...

        erik


New Message Reply About this list Date view Thread view Subject view Author view Other groups

This archive was generated by hypermail 2b28 : Thu Jun 27 2002 - 07:53:01 EEST