Ices-0.2.3 unter Suse 8.1

FreeBSD, Gentoo, openSUSE, CentOS, Ubuntu, Debian
Post Reply
kitekat
Posts: 19
Joined: 2003-04-10 13:27
Location: Achtelsbach
Contact:
 

Ices-0.2.3 unter Suse 8.1

Post by kitekat »

Hallo,

ich habe einen RootServer gemietet um ein Webradio zu bereiben mit Icecast als Streaming Server.
Nun möchte ich noch den Ices installieren den die Daten an den Icecast weiterleitet. Bei meinem Linux Suse 8.1 hier lokal hat das einwandfrei funktioniert. Nur auf dem Root Server funktioniert das nicht.
Habe sogar alle Packete von Puretec über Yast installiert. aber ohne Erfolg.
Die Fehlermeldung die beim 'gmake' kommt heist ../depcomp' not found. STOP.

Kann mir jemand eventuell sagen mit was das zusammen hängen könnte. Hänge da zur Zeit etwas in der Luft.
captaincrunch
Userprojekt
Userprojekt
Posts: 7066
Joined: 2002-10-09 14:30
Location: Dorsten
Contact:
 

Re: Ices-0.2.3 unter Suse 8.1

Post by captaincrunch »

Ich weiß zwar nicht, was Ices ist, die Fehlermeldung hat aber wahrscheinlich (ausnahmsweise mal) nichts mit fehlenden Paketen zu tun, sondern eher damit, wie du das Teil gebaut hast.

Wahrscheinlich fehlt ein Aufruf von "make dep" ...
DebianHowTo
echo "[q]sa[ln0=aln256%Pln256/snlbx]sb729901041524823122snlbxq"|dc
kitekat
Posts: 19
Joined: 2003-04-10 13:27
Location: Achtelsbach
Contact:
 

Re: Ices-0.2.3 unter Suse 8.1

Post by kitekat »

Hallo CaptainCrunch,

gebaut habe ich es wie folgt:

Datei entpackt und per FTP auf den Server. Chmod 777 auf Verzeichnis und Dateien.

./configure
Danach stand da man soll 'gmake ' eingeben.

auf meinem lokalen Linux Server geht das ohne Probleme. Nur auf dem RootServer nicht.

hier noch der bildschirmausdruck.

p15120030:/home/www/web1/files/install/icecast-inst/ices-0.2.3 # ./configure
creating cache ./config.cache
Building ices 0.2.3...
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... 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 Cygwin environment... no
checking for mingw32 environment... no
checking how to run the C preprocessor... cc -E
checking host system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking for gcc... 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... yes
checking whether gcc accepts -g... yes
checking for ld used by GCC... /usr/i486-suse-linux/bin/ld
checking if the linker (/usr/i486-suse-linux/bin/ld) is GNU ld... yes
checking for /usr/i486-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 recognise dependant libraries... pass_all
checking for object suffix... o
checking for executable suffix... no
checking command to parse /usr/bin/nm -B output... ok
checking for dlfcn.h... yes
checking for ranlib... ranlib
checking for strip... strip
checking for objdir... .libs
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 if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/i486-suse-linux/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether -lc should be explicitly linked in... no
creating libtool
checking for ranlib... (cached) ranlib
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -g -O2 ) works... yes
checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for uname... Linux
checking for gmake... gmake
checking for a BSD compatible install... /usr/bin/install -c
checking whether make sets ${MAKE}... (cached) yes
checking host system type... i686-pc-linux-gnu
checking for AIX... no
checking for POSIXized ISC... no
checking for minix/config.h... no
checking for working const... yes
checking for library containing gethostbyname... none required
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for errno.h... yes
checking for fcntl.h... yes
checking for signal.h... yes
checking for sys/signal.h... yes
checking for sys/socket.h... yes
checking for sys/stat.h... yes
checking for sys/time.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking whether time.h and sys/time.h may both be included... yes
checking for ANSI C header files... yes
checking for pid_t... yes
checking for size_t... yes
checking return type of signal handlers... void
checking for strftime... yes
checking for vsnprintf... yes
checking for setsid... yes
checking for inet_addr... yes
checking for inet_aton... yes
checking for setlinebuf... yes
checking for shout/shout.h... yes
checking for shout_strerror in -lshout... no
Installed libshout not found, using builtin
updating cache ./config.cache
checking for lame/lame.h... yes
checking for lame_init_old in -lmp3lame... yes
checking for lame_encode_flush_nogap in -lmp3lame... yes
updating cache ./config.cache
checking for vorbis/vorbisfile.h... yes
checking for ov_open in -lvorbisfile... yes
updating cache ./config.cache
checking for perl_construct... yes
updating cache ./config.cache
checking for Python.h... no
Could not find the python library, python scripting disabled
checking for xml2-config... xml2-config
updating cache ./config.cache
creating ./config.status
creating Makefile
creating src/Makefile
creating src/playlist/Makefile
creating conf/Makefile
creating conf/ices.conf.dist
creating doc/Makefile
creating doc/ices.1
creating config.h
configuring in libshout
running /bin/sh ./configure --cache-file=.././config.cache --srcdir=.
loading cache .././config.cache
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 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 Cygwin environment... (cached) no
checking for mingw32 environment... (cached) no
checking how to run the C preprocessor... (cached) cc -E
checking host system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking for ld used by GCC... (cached) /usr/i486-suse-linux/bin/ld
checking if the linker (/usr/i486-suse-linux/bin/ld) is GNU ld... (cached) yes
checking for /usr/i486-suse-linux/bin/ld option to reload object files... (cached) -r
checking for BSD-compatible nm... (cached) /usr/bin/nm -B
checking whether ln -s works... (cached) yes
checking how to recognise dependant libraries... (cached) pass_all
checking for object suffix... (cached) o
checking for executable suffix... (cached) no
checking command to parse /usr/bin/nm -B output... (cached) ok
checking for dlfcn.h... (cached) yes
checking for ranlib... (cached) ranlib
checking for strip... (cached) strip
checking for objdir... .libs
checking for gcc option to produce PIC... (cached) -fPIC
checking if gcc PIC flag -fPIC works... (cached) yes
checking if gcc static flag -static works... (cached) yes
checking if gcc supports -c -o file.o... (cached) yes
checking if gcc supports -c -o file.lo... (cached) yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/i486-suse-linux/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether -lc should be explicitly linked in... (cached) no
creating libtool
checking for ANSI C header files... (cached) yes
checking for fcntl.h... (cached) yes
checking for sys/file.h... yes
checking for sys/poll.h... yes
checking for sys/time.h... (cached) yes
checking for unistd.h... (cached) yes
checking for working const... (cached) yes
checking for size_t... (cached) yes
checking whether time.h and sys/time.h may both be included... (cached) yes
checking for unix98 socklen_t... yes
checking size of long long... 8
checking for vprintf... yes
checking for gettimeofday... yes
checking for select... yes
checking for socket... yes
checking for strdup... yes
checking for nanosleep... yes
updating cache .././config.cache
creating ./config.status
creating Makefile
creating doc/Makefile
creating config.h
Compiling with CPPFLAGS= -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/5.8.0/i586-linux-thread-multi/CORE -I/usr/include/libxml2 -I/usr/include/libxml2/libxml
Linking with LDFLAGS= -lmp3lame -lvorbisfile -lvorbis -logg -rdynamic -Wl,-rpath,/usr/lib/perl5/5.8.0/i586-linux-thread-multi/CORE /usr/lib/perl5/5.8.0/i586-linux-thread-multi/auto/DynaLoader/DynaLoader.a -L/usr/lib/perl5/5.8.0/i586-linux-thread-multi/CORE -lperl -lnsl -ldl -lm -lpthread -lc -lcrypt -lutil -L/usr/lib -lxml2 -lz -lm -L/usr/X11R6/lib -lm
Features:
libshout: builtin
LAME : yes
Vorbis : yes
Perl : yes
Python : no
XML : yes
Configuration complete. Now run 'gmake'.
You can then run 'gmake install' to install ices
p15120030:/home/www/web1/files/install/icecast-inst/ices-0.2.3 # gmake
gmake all-recursive
gmake[1]: Entering directory `/home/www/web1/files/install/icecast-inst/ices-0.2.3'
Making all in libshout
gmake[2]: Entering directory `/home/www/web1/files/install/icecast-inst/ices-0.2.3/libshout'
cd . && aclocal
cd . && automake --foreign --include-deps Makefile
Makefile.am: required file `../depcomp' not found
gmake[2]: *** [Makefile.in] Error 1
gmake[2]: Leaving directory `/home/www/web1/files/install/icecast-inst/ices-0.2.3/libshout'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/home/www/web1/files/install/icecast-inst/ices-0.2.3'
gmake: *** [all-recursive-am] Error 2
p15120030:/home/www/web1/files/install/icecast-inst/ices-0.2.3 #

und wenn ich nochmal gmake eingebe kommt folgendes am Ende raus..

Features:
libshout: builtin
LAME : yes
Vorbis : yes
Perl : yes
Python : no
XML : yes
Configuration complete. Now run 'gmake'.
You can then run 'gmake install' to install ices
p15120030:/home/www/web1/files/install/icecast-inst/ices-0.2.3 # gmake
gmake all-recursive
gmake[1]: Entering directory `/home/www/web1/files/install/icecast-inst/ices-0.2
.3'
Making all in libshout
gmake[2]: Entering directory `/home/www/web1/files/install/icecast-inst/ices-0.2
.3/libshout'
Makefile:242: *** missing separator. Stop.
gmake[2]: Leaving directory `/home/www/web1/files/install/icecast-inst/ices-0.2.
3/libshout'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/home/www/web1/files/install/icecast-inst/ices-0.2.
3'
gmake: *** [all-recursive-am] Error 2
p15120030:/home/www/web1/files/install/icecast-inst/ices-0.2.3 #


Gruß
Michael
torsten
Posts: 18
Joined: 2002-07-24 09:17
 

Re: Ices-0.2.3 unter Suse 8.1

Post by torsten »

Also ich hatte sowohl auf Suse 7.2 als auch auf Debian keine Chance die neueste Version zu kompilieren. Versuch' es mit der 0.2.2, die sollte problemlos durchlaufen

torsten
kitekat
Posts: 19
Joined: 2003-04-10 13:27
Location: Achtelsbach
Contact:
 

Re: Ices-0.2.3 unter Suse 8.1

Post by kitekat »

Danke werde ich mal machen. Na wenigstens geht Shout. Das ist schon mal ein kleiner Trost.
kitekat
Posts: 19
Joined: 2003-04-10 13:27
Location: Achtelsbach
Contact:
 

Re: Ices-0.2.3 unter Suse 8.1

Post by kitekat »

Hallo,

leider finde ich Ices-0.2.2 nirgends. Ã?berall kann man nur die neu 0.2.3 runterladen.

Hat jemand noch die alter Version ? Wenn ja einfach an michael@michaeltholey.de schicken. Danke schon im voraus.

Habe das ganze aber mit shout erstmal zum laufen gebracht.
Post Reply