Subject: Re: [linux-audio-user] Sono binary?
From: jordan muscott (jordan_AT_no-future.com)
Date: Tue Jul 16 2002 - 12:06:59 EEST
On Tue, 16 Jul 2002 07:36:27 +0000
"Frank Ekeberg H." <frank_AT_plingplong.com> wrote:
>I need to install Sono on my account on the university computer system.
>I don't have permission to do anything with the lib directories there,
you could create a /lib directory in your home directory, and then add
this directory to you LD_LIBRARY_PATH via your ~/.bashrc (presuming you
use bash of course)
eg
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/frank/lib
you would then have to create a ~/bin directory and add this to your
PATH in the same way.
persumably the configure script will allow you to change the install
prefix from /usr/local or /usr to /home/frank or whatever....usually
something like:
$configure --prefix=/home/frank
hope this helps...jordan.
This archive was generated by hypermail 2b28 : Tue Jul 16 2002 - 12:10:43 EEST