Icecast Streaming Media Server Forum Index Icecast Streaming Media Server
Icecast is a Xiph Foundation Project
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

how to install icecast
Goto page 1, 2  Next
 
Post new topic   Reply to topic    Icecast Streaming Media Server Forum Index -> Icecast Server
View previous topic :: View next topic  
Author Message
Anonymous
Guest





PostPosted: Sat Oct 21, 2006 8:52 am    Post subject: how to install icecast Reply with quote

how to install icecast on Fedora i686. with ssh can anyone help me out plz
Back to top
jcr
Modérateur français
Modérateur français


Joined: 14 Apr 2006
Posts: 544
Location: France, Auvergne

PostPosted: Sat Oct 21, 2006 12:14 pm    Post subject: Re: how to install icecast Reply with quote

cws82us1 wrote:
how to install icecast on Fedora i686. with ssh can anyone help me out plz


yum install icecast
_________________
Epsilon Friends Radio Icecast Radio on CentovaCast admin panel. Icecast hosting
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
Anonymous
Guest





PostPosted: Sun Oct 22, 2006 9:18 am    Post subject: Reply with quote

Do you no how to do it on ssh
Back to top
jcr
Modérateur français
Modérateur français


Joined: 14 Apr 2006
Posts: 544
Location: France, Auvergne

PostPosted: Sun Oct 22, 2006 11:41 am    Post subject: Reply with quote

cws82us1 wrote:
Do you no how to do it on ssh


ssh yourlogin@your.host

When logged in:

su -
Your root password

then yum install icecast

Edit /etc/icecast.xml for your passwords, mounts...

Start icecast daemon with:
chkconfig --level 35 icecast on
/etc/init.d/icecast start
_________________
Epsilon Friends Radio Icecast Radio on CentovaCast admin panel. Icecast hosting
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
Anonymous
Guest





PostPosted: Mon Oct 30, 2006 7:32 am    Post subject: Reply with quote

[root@server /]# yum install icecast
Gathering header information file(s) from server(s)
Server: Fedora Core 2 - i386 - Base
Server: Fedora Core 2 - i386 - Released Updates
Finding updated packages
Downloading needed headers
Cannot find a package matching icecast
No actions to take

what happend?
what I do?
Back to top
jcr
Modérateur français
Modérateur français


Joined: 14 Apr 2006
Posts: 544
Location: France, Auvergne

PostPosted: Mon Oct 30, 2006 10:48 am    Post subject: Reply with quote

poshtiban wrote:
Server: Fedora Core 2 - i386 - Base
Server: Fedora Core 2 - i386 - Released Updates

Fedora Core 2 is a somewhat old distribution Wink Current stable and maintained release if Fedora Core 6.
As far as I remember, icecast package was added in Fedora Core 4 and is in the extra packages repository.

You should upgrade your distro to something more recent Wink

Or you could rebuild a package from the src RPM available on most mirrors.

Tu install from source RPM, you install src package, then cd /usr/src/redhat/SPECS and type:

rpmbuild -bb icecast.spec

You need the rpm-devel package Smile
_________________
Epsilon Friends Radio Icecast Radio on CentovaCast admin panel. Icecast hosting
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
Anonymous
Guest





PostPosted: Mon Oct 30, 2006 12:34 pm    Post subject: Reply with quote

I downloaded icecast-2.3.1-0.src.rpm in /home/arash
please send me describe of install full
thanks
Back to top
Anonymous
Guest





PostPosted: Mon Oct 30, 2006 12:59 pm    Post subject: Reply with quote

[root@server SPECS]# rpmbuild -bb icecast.spec
error: Failed build dependencies:
libxslt-devel is needed by icecast-2.3.1-0
libtheora-devel is needed by icecast-2.3.1-0
speex-devel is needed by icecast-2.3.1-0


-------------------------------------------------------------
[root@server SPECS]# yum install rpm-devel
Gathering header information file(s) from server(s)
Server: Fedora Core 2 - i386 - Base
Server: Fedora Core 2 - i386 - Released Updates
Finding updated packages
Downloading needed headers
rpm-devel is installed and is the latest version.
No actions to take

-------------------------------------------------------------
what I do?
Back to top
jcr
Modérateur français
Modérateur français


Joined: 14 Apr 2006
Posts: 544
Location: France, Auvergne

PostPosted: Mon Oct 30, 2006 3:45 pm    Post subject: Reply with quote

poshtiban wrote:
[root@server SPECS]# rpmbuild -bb icecast.spec
error: Failed build dependencies:
libxslt-devel is needed by icecast-2.3.1-0
libtheora-devel is needed by icecast-2.3.1-0
speex-devel is needed by icecast-2.3.1-0
{Stuff deleted}
what I do?


Well, rpmbuild clearly says what's missing, some devel-packages Smile

When it tells something like that, it's very simple:

yum install libxslt-devel libtheora-devel speex-devel

Devel packages are NOT installed by default, you must install them when you need compiling something which needs header files for libraries.
_________________
Epsilon Friends Radio Icecast Radio on CentovaCast admin panel. Icecast hosting
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
Anonymous
Guest





PostPosted: Mon Oct 30, 2006 4:03 pm    Post subject: Reply with quote

I install libxslt-devel and speex-devel succesfully but when I want install libtheora-devel :

[root@server SPECS]# yum install libtheora-devel
Gathering header information file(s) from server(s)
Server: Fedora Core 2 - i386 - Base
Server: Fedora Core 2 - i386 - Released Updates
Finding updated packages
Downloading needed headers
Cannot find a package matching libtheora-devel
No actions to take
Back to top
jcr
Modérateur français
Modérateur français


Joined: 14 Apr 2006
Posts: 544
Location: France, Auvergne

PostPosted: Mon Oct 30, 2006 4:25 pm    Post subject: Reply with quote

poshtiban wrote:
I install libxslt-devel and speex-devel succesfully but when I want install libtheora-devel :

[root@server SPECS]# yum install libtheora-devel
Gathering header information file(s) from server(s)
Server: Fedora Core 2 - i386 - Base
Server: Fedora Core 2 - i386 - Released Updates
Finding updated packages
Downloading needed headers
Cannot find a package matching libtheora-devel
No actions to take

Sounds antiquted old distro does not have it Smile
No way to upgrade to a more recnet Fedora Release ?
Else you can build all packages from source, but might take ages Razz
_________________
Epsilon Friends Radio Icecast Radio on CentovaCast admin panel. Icecast hosting
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
Anonymous
Guest





PostPosted: Sat Dec 16, 2006 7:08 am    Post subject: Reply with quote

root@hspc [~]# /etc/init.d/icecast start
Starting icecast streaming daemon: Starting icecast2
Detaching from the console
ERROR: You should not run icecast2 as root
Use the changeowner directive in the config file
[ OK ]
root@hspc [~]#
can you help me out plz
Back to top
jcr
Modérateur français
Modérateur français


Joined: 14 Apr 2006
Posts: 544
Location: France, Auvergne

PostPosted: Sat Dec 16, 2006 8:18 am    Post subject: Reply with quote

Quote:
ERROR: You should not run icecast2 as root
Use the changeowner directive in the config file

This means you cannot, for security reasons, have icecast running as root.
In /etc/icecast.xml, look at the section:
[code]
<security>
<chroot>0</chroot>
<changeowner>
<user>icecast</user>
<group>icecast</group>
</changeowner>
</security>
[code]
But you shoud create, with useradd, an account for icecast daemon.
_________________
Epsilon Friends Radio Icecast Radio on CentovaCast admin panel. Icecast hosting
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
Anonymous
Guest





PostPosted: Sat Dec 16, 2006 10:27 am    Post subject: Reply with quote

i tryed that and it says this

root@hspc [~]# /etc/init.d/icecast start
Starting icecast streaming daemon: Starting icecast2
Detaching from the console
[ OK ]
root@hspc [~]# ERROR: You should not run icecast2 as root
Use the changeowner directive in the config file


and this is on my config file
<security>
<chroot>0</chroot>
<!--
<changeowner>
<user>icecast</user>
<group>icecast</group>
</changeowner>
-->
</security>
</icecast>
Back to top
Anonymous
Guest





PostPosted: Sat Dec 16, 2006 10:31 am    Post subject: Reply with quote

ok i fixed it up and now its says this
root@hspc [~]# /etc/init.d/icecast start
Starting icecast streaming daemon: Starting icecast2
Detaching from the console
[ OK ]
Changed groupid to 102.
Changed userid to 101.
root@hspc [~]# FATAL: could not open error logging (./logs/error.log): No such file or directory
FATAL: could not open access logging (./logs/access.log): No such file or directory
FATAL: Could not start logging
Back to top
Display posts from previous:   
Post new topic   Reply to topic    Icecast Streaming Media Server Forum Index -> Icecast Server All times are GMT
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2002 phpBB Group
subRebel style by ktauber