stow creates links in /usr/local to everything in /opt/jack-version (given
the command quoted below).

  depending on how nicely jack plays some other settings might be required
(or stow might be completely useless), PATH, LD_LIBRARY_PATH or ld config
(as you suggest) etc. might have to be changed/performed.

  sorry for top quote but web interface for exchange does not do '>' (as far
as I know).

        erik

-----Original Message-----
From: Frank Neumann
To: [EMAIL PROTECTED]
Sent: 6/27/02 12:29 AM
Subject: Re: [linux-audio-dev] problem w/ /dev/dsp


Hi,
[EMAIL PROTECTED] wrote:

[..]

>   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...

I don't know what stow does, but in case Jack installs a shared library
(I believe it does), you might have to add that /opt/... path to
/etc/ld.so.conf and, no matter where you install it, you will have to do
ldconfig (as root).

Just my 0,02 nitpicks,
Frank

Reply via email to