Johannes Mario Ringheim
2005-Feb-15 15:18 UTC
[Icecast] Install icecast as user on remote server
Hi Im trying to install icecast 2.2.0 on a remote server where I only have a user account (no sudo) Is there a way to make and install Icecast i my home directory.? My ISP is only willing to install 1.3, (which is already installed) and he says that I have to build my own librarys and compile Icecast in my home directory if I want to run the latest version. The server is running Debian so we have the possebility to use apt-get, but I dont have the privileges to use it in the "regular" way.. When I try to compile it everything is ok untill: checking for libogg... ok checking for libvorbis... ok checking for struct ovectl_ratemanage_arg... no configure: error: must have Ogg Vorbis v1.0 or above installed best regard, Sverre Helge Bolstad -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/icecast/attachments/20050215/3c6c7d57/attachment.html
On Tue, 2005-02-15 at 18:16, Johannes Mario Ringheim wrote:> When I try to compile it everything is ok untill: > > checking for libogg... ok > checking for libvorbis... ok > checking for struct ovectl_ratemanage_arg... no > configure: error: must have Ogg Vorbis v1.0 or above installedmake sure that PATH and LD_LIBRARY_PATH refer to directories in your home directory (if they are not already), eg export PATH=$PATH:~/bin export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:~/lib then build each package (not already installed or old version) with ./configure --prefix=/home/username (use your home dir) make; make install you may need to install libs that are newer than the ones already installed, for instance I guess the libogg and libvorbis installed are pre 1.0. The website mentions places where you can download packages from. karl.