Anfänger braucht Hilfe

Burningwave said:
würd mich auch mal interessieren, wie stoppe ich das verdammte ding?! hab nun schon 2 server laufen, 2 verschiedene ports... schnelle hilfe bitte!
ps: linux!

da gehste So vor

ps -A - Prozzese anzeigen
kill -KILL pid <-- da muss die Pid hin von Sc_Serv


Beispiel = Pid = 1234

dann killste die beiden prozesse bzw einfach denn du killen willst und denn du laufen lassen willst läste laufen =)

@biLo

Wieso mp3 freigeben ? du braucht nur ein programm zb Sam3 das nutze ich da fügste deine mp3s ein und dann stelleste deine daten ein vom stream dann Verbindeste auf denn und dann kannste musik spielen

Obs on oda offline ist kannste www.deineURL.de:8000 je nach dem welchen du eingestellt hast sehen

Da siehste ob du on air bist oda nicht

Es gibs auch ein Plugin *shoutcast* für winamp
 
Last edited by a moderator:
Hi freaks and coder,
nun hab auch ich mich mal an den icecast-2.3.2 server gewagt
./configure
lief alles bis auf einiges yes oder no
aber beim
make bekomme ich diesen "fehler"

make: *** Keine Targets angegeben und keine »make«-Steuerdatei gefunden. Schluss.

bei make install diesen...sicher normal da ja make schon nich angesprochen hat

make: *** Keine Regel, um »install« zu erstellen. Schluss.

Habe ein suse 11 mit lamp auf dem root 64bit kiste

wäre für eine ausführliche hilfe "howto" dankbar
 
Last edited by a moderator:
Ich wage zu bezweifeln, dass das configure wirklich ganz fehlerfrei durchgelaufen ist -- denn dann wäre auch die Datei "Makefile" erzeugt worden. Oder hast Du das make etwa in einem anderen Verzeichnis aufgerufen als das configure?
Starte das configure am besten nochmal mit
Code:
./configure |tee ausgabe.txt
und poste den Inhalt der Datei 'ausgabe.txt' hier in [noparse]
Code:
...
[/noparse]-Tags (im Editor auch mit '#' erreichbar) oder hänge sie hier als Attachment (die Büroklammer im Editor) an.
 
Danke für die schnelle hilfestellung,so sieht es nun aus

Code:
dj-eddi@openSUSE-110-64-LAMP:~/icecast-1.3.12> ./configure |tee ausgabe.txt
loading cache ./config.cache
Building icecast-1.3.12...
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... missing
checking whether to enable maintainer-specific portions of Makefiles... no
checking for ranlib... (cached) ranlib
checking for gcc... (cached) gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for uname... (cached) uname
checking for a BSD compatible install... /usr/bin/install -c
checking how to run the C preprocessor... (cached) gcc -E
checking for AIX... no
checking for POSIXized ISC... no
checking for minix/config.h... (cached) no
checking your OS... Linux
checking for socket... (cached) yes
checking for connect... (cached) yes
checking for log... (cached) no
checking for log in -lm... (cached) yes
checking for gethostbyname... (cached) yes
checking for nanosleep... (cached) yes
checking whether to use libwrap... no
checking whether to use crypted passwords... no
checking for pthread functions in standard libraries... no
checking for pthread_create in -lpthread... (cached) yes
checking for ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... (cached) yes
checking for dirent.h that defines DIR... (cached) yes
checking for opendir in -ldir... (cached) no
checking for fcntl.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/soundcard.h... (cached) yes
checking for machine/soundcard.h... (cached) no
checking for pthread.h... (cached) yes
checking for assert.h... (cached) yes
checking for sys/resource.h... (cached) yes
checking for math.h... (cached) yes
checking for signal.h... (cached) yes
checking for sys/signal.h... (cached) yes
checking for mcheck.h... (cached) yes
checking for malloc.h... (cached) yes
checking for history.h... (cached) no
checking for Python.h... (cached) no
checking for working const... (cached) yes
checking for pid_t... (cached) yes
checking for size_t... (cached) yes
checking return type of signal handlers... (cached) void
checking whether time.h and sys/time.h may both be included... (cached) yes
checking whether struct tm is in sys/time.h or time.h... (cached) time.h
checking return type of signal handlers... (cached) void
checking for unix98 socklen_t... nah
checking for strftime... (cached) yes
checking for vprintf... (cached) yes
checking for gettimeofday... (cached) yes
checking for strstr... (cached) yes
checking for snprintf... (cached) yes
checking for vsnprintf... (cached) yes
checking for rename... (cached) yes
checking for setpgid... (cached) yes
checking for basename... (cached) yes
checking for setsockopt... (cached) yes
checking for gethostbyname_r... (cached) yes
checking for gethostbyaddr_r... (cached) yes
checking for getrlimit... (cached) yes
checking for setrlimit... (cached) yes
checking for umask... (cached) yes
checking for inet_addr... (cached) yes
checking for inet_aton... (cached) yes
checking for localtime_r... (cached) yes
checking for select... (cached) yes
checking for pthread_attr_setstacksize... (cached) yes
checking for inet_ntoa... (cached) yes
checking for mcheck... (cached) yes
checking for mallinfo... (cached) yes
checking for mtrace... (cached) yes
checking for sigaction... (cached) yes
checking for pthread_sigmask... (cached) yes
checking for lseek... (cached) yes
checking if libm is bundled with some lib we're already linking... yes
creating ./config.status
creating Makefile
creating src/Makefile
creating src/authenticate/Makefile
creating conf/Makefile
creating templates/Makefile
creating conf/icecast.conf.dist
creating doc/Makefile
creating config.h
config.h is unchanged
Ok, everything seems ok. Now do 'make'.
You can then run make install to install as you specified
dj-eddi@openSUSE-110-64-LAMP:~/icecast-1.3.12>
 
und so mit der anderen version

Code:
dj-eddi@openSUSE-110-64-LAMP:~/icecast-2.3.2> ./configure |tee ausgabe.txt
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ld used by gcc... /usr/x86_64-suse-linux/bin/ld
checking if the linker (/usr/x86_64-suse-linux/bin/ld) is GNU ld... yes
checking for /usr/x86_64-suse-linux/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognize dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... no
checking for g95... no
checking for xlf95... no
checking for f95... no
checking for fort... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for ftn... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether  accepts -g... no
checking the maximum length of command line arguments... 1572864
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/x86_64-suse-linux/bin/ld -m elf_x86_64
checking if the linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for ANSI C header files... (cached) yes
checking whether time.h and sys/time.h may both be included... yes
checking alloca.h usability... yes
checking alloca.h presence... yes
checking for alloca.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking for unistd.h... (cached) yes
checking for __func__... yes
checking for localtime_r... yes
checking for poll... yes
checking for library containing nanosleep... none required
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking for socklen_t... yes
checking for va_copy... va_copy
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking winsock2.h usability... no
checking winsock2.h presence... no
checking for winsock2.h... no
checking for library containing sethostent... none required
checking for library containing getnameinfo... none required
checking for endhostent... yes
checking for getaddrinfo... yes
checking for inet_aton... yes
checking for writev... yes
checking for struct sockaddr_storage.ss_family... yes
checking for inet_pton... yes
checking for xslt-config... /usr/bin/xslt-config
checking for xsltSaveResultToString... yes
checking for fgrep... /usr/bin/grep -F
checking for libogg... not found
checking for libvorbis... configure: error: must have Ogg Vorbis v1.0 or above installed
dj-eddi@openSUSE-110-64-LAMP:~/icecast-2.3.2>
 
das ist nun erledit und der fehler ist behoben,wie gehe ich jetzt weiter vor ?

make habe ich ausgeführt

dann make install,bekam aber wieder einige fehler:

Code:
dj-eddi@openSUSE-110-64-LAMP:~/icecast-2.3.2> make install
Making install in src
make[1]: Entering directory `/home/dj-eddi/icecast-2.3.2/src'
Making install in avl
make[2]: Entering directory `/home/dj-eddi/icecast-2.3.2/src/avl'
make[3]: Entering directory `/home/dj-eddi/icecast-2.3.2/src/avl'
make[3]: Für das Ziel »install-exec-am« ist nichts zu tun.
make[3]: Für das Ziel »install-data-am« ist nichts zu tun.
make[3]: Leaving directory `/home/dj-eddi/icecast-2.3.2/src/avl'
make[2]: Leaving directory `/home/dj-eddi/icecast-2.3.2/src/avl'
Making install in thread
make[2]: Entering directory `/home/dj-eddi/icecast-2.3.2/src/thread'
make[3]: Entering directory `/home/dj-eddi/icecast-2.3.2/src/thread'
make[3]: Für das Ziel »install-exec-am« ist nichts zu tun.
make[3]: Für das Ziel »install-data-am« ist nichts zu tun.
make[3]: Leaving directory `/home/dj-eddi/icecast-2.3.2/src/thread'
make[2]: Leaving directory `/home/dj-eddi/icecast-2.3.2/src/thread'
Making install in httpp
make[2]: Entering directory `/home/dj-eddi/icecast-2.3.2/src/httpp'
make[3]: Entering directory `/home/dj-eddi/icecast-2.3.2/src/httpp'
make[3]: Für das Ziel »install-exec-am« ist nichts zu tun.
make[3]: Für das Ziel »install-data-am« ist nichts zu tun.
make[3]: Leaving directory `/home/dj-eddi/icecast-2.3.2/src/httpp'
make[2]: Leaving directory `/home/dj-eddi/icecast-2.3.2/src/httpp'
Making install in net
make[2]: Entering directory `/home/dj-eddi/icecast-2.3.2/src/net'
make[3]: Entering directory `/home/dj-eddi/icecast-2.3.2/src/net'
make[3]: Für das Ziel »install-exec-am« ist nichts zu tun.
make[3]: Für das Ziel »install-data-am« ist nichts zu tun.
make[3]: Leaving directory `/home/dj-eddi/icecast-2.3.2/src/net'
make[2]: Leaving directory `/home/dj-eddi/icecast-2.3.2/src/net'
Making install in log
make[2]: Entering directory `/home/dj-eddi/icecast-2.3.2/src/log'
make[3]: Entering directory `/home/dj-eddi/icecast-2.3.2/src/log'
make[3]: Für das Ziel »install-exec-am« ist nichts zu tun.
make[3]: Für das Ziel »install-data-am« ist nichts zu tun.
make[3]: Leaving directory `/home/dj-eddi/icecast-2.3.2/src/log'
make[2]: Leaving directory `/home/dj-eddi/icecast-2.3.2/src/log'
Making install in timing
make[2]: Entering directory `/home/dj-eddi/icecast-2.3.2/src/timing'
make[3]: Entering directory `/home/dj-eddi/icecast-2.3.2/src/timing'
make[3]: Für das Ziel »install-exec-am« ist nichts zu tun.
make[3]: Für das Ziel »install-data-am« ist nichts zu tun.
make[3]: Leaving directory `/home/dj-eddi/icecast-2.3.2/src/timing'
make[2]: Leaving directory `/home/dj-eddi/icecast-2.3.2/src/timing'
make[2]: Entering directory `/home/dj-eddi/icecast-2.3.2/src'
make[3]: Entering directory `/home/dj-eddi/icecast-2.3.2/src'
test -z "/usr/local/bin" || /bin/mkdir -p "/usr/local/bin"
  /bin/sh ../libtool --mode=install /usr/bin/install -c 'icecast' '/usr/local/bin/icecast'
/usr/bin/install -c icecast /usr/local/bin/icecast
/usr/bin/install: cannot remove `/usr/local/bin/icecast': Permission denied
make[3]: *** [install-binPROGRAMS] Fehler 1
make[3]: Leaving directory `/home/dj-eddi/icecast-2.3.2/src'
make[2]: *** [install-am] Fehler 2
make[2]: Leaving directory `/home/dj-eddi/icecast-2.3.2/src'
make[1]: *** [install-recursive] Fehler 1
make[1]: Leaving directory `/home/dj-eddi/icecast-2.3.2/src'
make: *** [install-recursive] Fehler 1
dj-eddi@openSUSE-110-64-LAMP:~/icecast-2.3.2>


oops ,habe vergessen make install als root auszuführen
 
Last edited by a moderator:
Habe nun die Icecast.xml im Verzeichnis /usr/local/etc/ editiert

aber wie wird der Icecast Server nun gestartet ?

Login als User dj

icecast -c ??????
 
Last edited by a moderator:
Back
Top