What settings do I need to change in the Makefile etc so it compiles and installs on a normal shell account? I've already tried compiling it using a different prefix etc but I must have messed up somewhere. Since its a normal shell account i obviously can't install to /usr/local and so forth... I'm wanting to have it installed to /home/username/icecast/server (then /bin for binaries, /conf for config files and so on, i think you lot get the idea) <p>Thanks Mark <p>--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
First, set up your environment. If you follow my example and use ~/usr as the prefix, you want the following: export LD_LIBRARY_PATH="/path_to_your_homedir/usr/lib:$LD_LIBRARY_PATH" export LD_RUN_PATH="/path_to_your_homedir/usr/lib:$LD_RUN_PATH" export CFLAGS="-I/path_to_your_homedir/usr/include" You need to have LD_RUN_PATH set, too, so the compiled binaries can find the libs they're linking to lateron. Depending on the libs available on the shell computer, you might have to install a few libraries in your homedirectory prior being able to compile Icecast. I don't know what Icecast1 needs, but Icecast2 needs curl, libiconv, libogg, libvorbis, libxml2 and libxslt. The shell should also have a fairly current libc, libz and libpthread (e.g. I had no luck installing Icecast on a Linux 2.0 system, anything newer shouldn't cause problems, though). When compiling, always use --prefix=~/usr. Also check whether you can pass more locations to the configure scripts by using --help in advance. When compiling Icecast2, you might have to use --with-xml-config ... this is a bit misleading, because it actually wants xml2-config, so using --with-xml-config=/path_to_your_homedir/usr/bin/xml2-config would solve that. <p>Hope that helps, Moritz Mark Casey wrote:> What settings do I need to change in the Makefile etc so it compiles and > installs on a normal shell account? > > I've already tried compiling it using a different prefix etc but I must have > messed up somewhere. > Since its a normal shell account i obviously can't install to /usr/local and > so forth... > > I'm wanting to have it installed to /home/username/icecast/server (then /bin > for binaries, /conf for config files and so on, i think you lot get the > idea)--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
Mark Casey wrote:> What settings do I need to change in the Makefile etc so it compiles and > installs on a normal shell account? > > I've already tried compiling it using a different prefix etc but I must have > messed up somewhere. > Since its a normal shell account i obviously can't install to /usr/local and > so forth... > > I'm wanting to have it installed to /home/username/icecast/server (then /bin > for binaries, /conf for config files and so on, i think you lot get the > idea)try ./configure --prefix=/home/username/icecast/server make make install <p>Akos <p><p>--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
Octavian Rasnita
2004-Aug-06 14:22 UTC
[icecast] Does anyone know the email address of the mailing list admin?
Hi all, Do you know the email address of the administrator of icecast mailing list? I would like to contact them for unsubscribing. Thank you. Teddy's Center: http://teddy.fcc.ro/ Mail: orasnita@home.ro ----- Original Message ----- From: "Akos Maroy" <darkeye@tyrell.hu> To: <icecast@xiph.org> Sent: Monday, August 26, 2002 3:05 AM Subject: Re: [icecast] Setting up Icecast on a shell? <p>> Mark Casey wrote:> > What settings do I need to change in the Makefile etc so it compiles and > > installs on a normal shell account? > > > > I've already tried compiling it using a different prefix etc but I musthave> > messed up somewhere. > > Since its a normal shell account i obviously can't install to /usr/localand> > so forth... > > > > I'm wanting to have it installed to /home/username/icecast/server (then/bin> > for binaries, /conf for config files and so on, i think you lot get the > > idea) > > try > > ./configure --prefix=/home/username/icecast/server > make > make install > > > Akos > > > > --- >8 ---- > List archives: http://www.xiph.org/archives/ > icecast project homepage: http://www.icecast.org/ > To unsubscribe from this list, send a message to'icecast-request@xiph.org'> containing only the word 'unsubscribe' in the body. No subject is needed. > Unsubscribe messages sent to the list will be ignored/filtered. >--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.