• This forum has a zero tolerance policy regarding spam. If you register here to publish advertising, your user account will be deleted without further questions.

Icecast 2.3.x RPMS fuer Suse 9.3

society

Registered User
Suse 9.3 (32BIT)
Verfügbare Pakete

Icecast: 2.3.1 | 2.3-kh32

Manuelle Installation:
Code:
Index of /suse93/icecast-2.3-kh32

Installation Suse 9.3:

Code:
cd /root
mkdir icecast
cd icecast

#Alles Downloaden

wget -r -np -nH -1 http://rpms.serversupportforum.de/suse93/icecast-2.3-kh32/

#Div Pakete Löschen
rm icecast-*.src.rpm
rm icecast-debuginfo-*.i586.rpm

#Installieren bzw. Updaten
rpm -Uvh *.rpm
/etc/icecast.xml anpassen

Und starten via
Code:
/etc/init.d/icecast start
 
Last edited by a moderator:
Back
Top