You are not logged in.

#1 2010-08-13 03:41:11

mike55
Member
Registered: 2010-08-13
Posts: 16

[SOLVED] Install Ices2

Hi,

I installed an Icecast server and what I want to do is install Ices2 to go with it on the same box (so I can stream audio input that is coming into my sound card).

So, I got this... http://www.icecast.org/ices.php

I pacman'd libshout, make, libogg, libvorbis, libxml, then I downloaded that tar/gz and extracted it and in the directory I did...

./configure

and it said...

configure: error: must have libshout installed!

I tried to download libshout on it's own and did ./configure and make install, but I have no clue what I'm doing or how this works, so I FAIL.

I R Nub.

Thanks

Last edited by mike55 (2010-08-13 17:22:27)

Offline

#2 2010-08-13 03:44:52

nixpunk
Member
Registered: 2009-11-23
Posts: 271

Re: [SOLVED] Install Ices2

Why aren't you using the AUR?  There is an ices2 package there.

Offline

#3 2010-08-13 03:58:31

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [SOLVED] Install Ices2

And some AUR helper will take care of the dependencies.

Offline

#4 2010-08-13 04:01:20

cesura
Package Maintainer (PM)
From: Tallinn, Estonia
Registered: 2010-01-23
Posts: 1,867

Re: [SOLVED] Install Ices2

$ wget http://aur.archlinux.org/packages/ices2/ices2.tar.gz
$ tar xvf ices2.tar.gz
$ cd ices2
$ makepkg -s
# pacman -U ices2*pkg.tar.xz

Or an AUR helper... tongue

Offline

#5 2010-08-13 04:35:13

mike55
Member
Registered: 2010-08-13
Posts: 16

Re: [SOLVED] Install Ices2

lol I have no clue what I'm doing.  I tried running it as root and it freaked out on me, so I ran it as something else, and it gave me this...

ices2]$ makepkg -s
==> ERROR: Fakeroot must be installed if using the 'fakeroot' option
    in the BUILDENV array in /etc/makepkg.conf.

And I have no clue how to get an AUR helper or how to use one.

Last edited by mike55 (2010-08-13 04:36:09)

Offline

#6 2010-08-13 04:39:50

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [SOLVED] Install Ices2

Somebody might give a step by step guide, but Arch generally follows a simple rule: RTFM or GTFO.

If you search for AUR helpers in the wiki, I'm sure you'll find some info.

Offline

#7 2010-08-13 04:41:07

warenoso
Member
From: Brisbane
Registered: 2010-08-06
Posts: 76

Re: [SOLVED] Install Ices2

Stay calm Mike, there is always a good friend to help you

Makepkg wiki
AUR wiki

smile

Edit: 1) two basic things to do before a question in the forums are: take a look at the wiki, search the forums.

Last edited by warenoso (2010-08-13 04:44:20)

Offline

#8 2010-08-13 04:42:57

nixpunk
Member
Registered: 2009-11-23
Posts: 271

Re: [SOLVED] Install Ices2

mike55, you probably should do some more research (RTFM) before posting.  Read the wiki, which is is an excellent resource.

Offline

#9 2010-08-13 05:24:34

Acecero
Member
Registered: 2008-06-21
Posts: 1,373

Re: [SOLVED] Install Ices2

Also learn how a PKGBUILD works.  You don't need to build one, it just wouldn't hurt.  It would give you an idea of how things are built in Arch, instead of doing manual compiling.

Offline

#10 2010-08-13 05:55:09

mike55
Member
Registered: 2010-08-13
Posts: 16

Re: [SOLVED] Install Ices2

itsbrad212 wrote:
$ wget http://aur.archlinux.org/packages/ices2/ices2.tar.gz
$ tar xvf ices2.tar.gz
$ cd ices2
$ makepkg -s
# pacman -U ices2*pkg.tar.xz

Or an AUR helper... tongue

BTW Thanks for this man.

After installing fakeroot, I still have the same problem I listed in my first post.

configure: error: must have libshout installed!
    Aborting...

I've run pacman for libshout and I did a wget http://downloads.us.xiph.org/releases/l … 2.2.tar.gz, but I don't know how to set it up.  It seems like something is screwed with pacman -S libshout

Offline

#11 2010-08-13 05:57:56

fsckd
Forum Fellow
Registered: 2009-06-15
Posts: 4,173

Re: [SOLVED] Install Ices2

Many people above have suggested and provided links to the wiki. All of your problems and questions are answered there. Do not be afraid of the wiki. It does not bite.

Last edited by fsckd (2010-08-13 05:58:16)


aur S & M :: forum rules :: Community Ethos
Resources for Women, POC, LGBT*, and allies

Offline

#12 2010-08-13 06:03:55

mike55
Member
Registered: 2010-08-13
Posts: 16

Re: [SOLVED] Install Ices2

fsckd wrote:

Many people above have suggested and provided links to the wiki. All of your problems and questions are answered there. Do not be afraid of the wiki. It does not bite.


http://wiki.archlinux.org/index.php?tit … hout&go=Go

Offline

#13 2010-08-13 06:07:18

fsckd
Forum Fellow
Registered: 2009-06-15
Posts: 4,173

Re: [SOLVED] Install Ices2

Ok, hand holding? Enter the following commands in your terminal:

pacman -Syu
pacman --asdep -S libshout

Then search the wiki for AUR and for pacman.

Last edited by fsckd (2010-08-13 06:07:33)


aur S & M :: forum rules :: Community Ethos
Resources for Women, POC, LGBT*, and allies

Offline

#14 2010-08-13 16:47:05

mike55
Member
Registered: 2010-08-13
Posts: 16

Re: [SOLVED] Install Ices2

Yeah that didn't work, I got it figured out though, thanks all for your loving, hand holding, hugs, kisses and support.

Offline

#15 2010-08-13 17:06:03

cesura
Package Maintainer (PM)
From: Tallinn, Estonia
Registered: 2010-01-23
Posts: 1,867

Re: [SOLVED] Install Ices2

Could you please append [SOLVED] to the beginning of the thread title? smile

Offline

Board footer

Powered by FluxBB