[Icecast] Probles installing Icecast-1.3.12

Manuela manuela_vicentiz at yahoo.es
Wed Apr 6 16:00:18 UTC 2005


Hello,
 
I´m trying install "icecast-1.3.12" on my Linux Red Hat 7.2. 
 
When I introduce:
  ./configure
it give me back:
          
creating cache ./config.cache
Building icecast-1.3.12...
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... found
checking whether to enable maintainer-specific portions of Makefiles... no
checking for ranlib... ranlib
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 uname... uname
checking for a BSD compatible install... /usr/bin/install -c
checking how to run the C preprocessor... gcc -E
checking for AIX... no
checking for POSIXized ISC... no
checking for minix/config.h... no
checking your OS... Linux
checking for socket... yes
checking for connect... yes
checking for log... no
checking for log in -lm... yes
checking for gethostbyname... yes
checking for nanosleep... 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... yes
checking for ANSI C header files... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for dirent.h that defines DIR... yes
checking for opendir in -ldir... no
checking for fcntl.h... yes
checking for sys/time.h... yes
checking for unistd.h... yes
checking for sys/soundcard.h... yes
checking for machine/soundcard.h... no
checking for pthread.h... yes
checking for assert.h... yes
checking for sys/resource.h... yes
checking for math.h... yes
checking for signal.h... yes
checking for sys/signal.h... yes
checking for mcheck.h... yes
checking for malloc.h... yes
checking for history.h... no
checking for Python.h... no
checking for working const... yes
checking for pid_t... yes
checking for size_t... yes
checking return type of signal handlers... void
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking return type of signal handlers... (cached) void
checking for unix98 socklen_t... yeah
checking for strftime... yes
checking for vprintf... yes
checking for gettimeofday... yes
checking for strstr... yes
checking for snprintf... yes
checking for vsnprintf... yes
checking for rename... yes
checking for setpgid... yes
checking for basename... yes
checking for setsockopt... yes
checking for gethostbyname_r... yes
checking for gethostbyaddr_r... yes
checking for getrlimit... yes
checking for setrlimit... yes
checking for umask... yes
checking for inet_addr... yes
checking for inet_aton... yes
checking for localtime_r... yes
checking for select... yes
checking for pthread_attr_setstacksize... yes
checking for inet_ntoa... yes
checking for mcheck... yes
checking for mallinfo... yes
checking for mtrace... yes
checking for sigaction... yes
checking for pthread_sigmask... yes
checking for lseek... yes
checking if libm is bundled with some lib we're already linking... yes
updating cache ./config.cache
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
Ok, everything seems ok. Now do 'make'.
You can then run make install to install as you specified


 
But when I introduce:
  ./make
it give me back:
 

make  all-recursive
make[1]: Cambiando a directorio `/usr/local/icecast-1.3.12'
Making all in src
make[2]: Cambiando a directorio `/usr/local/icecast-1.3.12/src'
Making all in authenticate
make[3]: Cambiando a directorio `/usr/local/icecast-1.3.12/src/authenticate'
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -D_REENTRANT -I../../src      -g -O2 -Wall -c basic.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -D_REENTRANT -I../../src      -g -O2 -Wall -c user.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -D_REENTRANT -I../../src      -g -O2 -Wall -c group.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -D_REENTRANT -I../../src      -g -O2 -Wall -c mount.c
rm -f libauthenticate.a
ar cru libauthenticate.a basic.o user.o group.o mount.o
ranlib libauthenticate.a
make[3]: Saliendo directorio `/usr/local/icecast-1.3.12/src/authenticate'
make[3]: Cambiando a directorio `/usr/local/icecast-1.3.12/src'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT      -g -O2 -Wall -c main.c
main.c: In function 'clean_shutdown':
main.c:547: warning:type defaults to 'int' in declaration of 'main_shutting_down'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT      -g -O2 -Wall -c client.c
client.c:93: warning: 'client_send_fake_file' declared 'static' but never defined
gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT      -g -O2 -Wall -c admin.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT      -g -O2 -Wall -c source.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT      -g -O2 -Wall -c connection.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT      -g -O2 -Wall -c log.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT      -g -O2 -Wall -c directory.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT      -g -O2 -Wall -c commands.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT      -g -O2 -Wall -c sock.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT      -g -O2 -Wall -c threads.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT      -g -O2 -Wall -c logtime.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT      -g -O2 -Wall -c commandline.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT      -g -O2 -Wall -c utility.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT      -g -O2 -Wall -c avl.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT      -g -O2 -Wall -c avl_functions.c
avl_functions.c: In function 'compare_directories':
avl_functions.c:310: warning: passing arg 2 of 'snprintf' makes integer from pointer without a cast
gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT      -g -O2 -Wall -c match.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT      -g -O2 -Wall -c relay.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT      -g -O2 -Wall -c timer.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT      -g -O2 -Wall -c alias.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT      -g -O2 -Wall -c restrict.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT      -g -O2 -Wall -c static.c
static.c: In function 'send_file_to_socket':
static.c:237: warning: unused variable 'suffix'
static.c:235: warning: unused variable 'buf'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT      -g -O2 -Wall -c http.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT      -g -O2 -Wall -c ice_string.c
ice_string.c: In function 'safe_strcat':
ice_string.c:337: warning: unused variable 'size'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT      -g -O2 -Wall -c dir.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT      -g -O2 -Wall -c vars.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT      -g -O2 -Wall -c memory.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT      -g -O2 -Wall -c ice_resolv.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT      -g -O2 -Wall -c item.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT      -g -O2 -Wall -c pool.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT      -g -O2 -Wall -c interpreter.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT      -g -O2 -Wall -c vsnprintf.c
gcc  -g -O2 -Wall  -o icecast  main.o client.o admin.o source.o connection.o log.o directory.o commands.o sock.o threads.o logtime.o commandline.o utility.o avl.o avl_functions.o match.o relay.o timer.o alias.o restrict.o static.o http.o ice_string.o dir.o vars.o memory.o ice_resolv.o item.o pool.o interpreter.o vsnprintf.o authenticate/libauthenticate.a   -lm  -lpthread
make[3]: Saliendo directorio `/usr/local/icecast-1.3.12/src'
make[2]: Saliendo directorio `/usr/local/icecast-1.3.12/src'
Making all in conf
make[2]: Cambiando a directorio `/usr/local/icecast-1.3.12/conf'
make[2]: No se hace nada para `all'.
make[2]: Saliendo directorio `/usr/local/icecast-1.3.12/conf'
Making all in templates
make[2]: Cambiando a directorio `/usr/local/icecast-1.3.12/templates'
make[2]: No se hace nada para `all'.
make[2]: Saliendo directorio `/usr/local/icecast-1.3.12/templates'
Making all in doc
make[2]: Cambiando a directorio `/usr/local/icecast-1.3.12/doc'
make[2]: No se hace nada para `all'.
make[2]: Saliendo directorio `/usr/local/icecast-1.3.12/doc'
make[2]: Cambiando a directorio `/usr/local/icecast-1.3.12'
make[2]: No se hace nada para `all-am'.
make[2]: Saliendo directorio `/usr/local/icecast-1.3.12'
make[1]: Saliendo directorio `/usr/local/icecast-1.3.12'


 

And when I introduce:
  ./make install
it give me back:
     
Making install in src
make[1]: Cambiando a directorio `/usr/local/icecast-1.3.12/src'
Making install in authenticate
make[2]: Cambiando a directorio `/usr/local/icecast-1.3.12/src/authenticate'
make[3]: Cambiando a directorio `/usr/local/icecast-1.3.12/src/authenticate'
make[3]: No se hace nada para `install-exec-am'.
make[3]: No se hace nada para `install-data-am'.
make[3]: Saliendo directorio `/usr/local/icecast-1.3.12/src/authenticate'
make[2]: Saliendo directorio `/usr/local/icecast-1.3.12/src/authenticate'
make[2]: Cambiando a directorio `/usr/local/icecast-1.3.12/src'
make[3]: Cambiando a directorio `/usr/local/icecast-1.3.12/src'
/bin/sh ../mkinstalldirs /usr/local/icecast/bin
mkdir /usr/local/icecast/bin
  /usr/bin/install -c  icecast /usr/local/icecast/bin/icecast
make[3]: No se hace nada para `install-data-am'.
make[3]: Saliendo directorio `/usr/local/icecast-1.3.12/src'
make[2]: Saliendo directorio `/usr/local/icecast-1.3.12/src'
make[1]: Saliendo directorio `/usr/local/icecast-1.3.12/src'
Making install in conf
make[1]: Cambiando a directorio `/usr/local/icecast-1.3.12/conf'
make[2]: Cambiando a directorio `/usr/local/icecast-1.3.12/conf'
make[2]: No se hace nada para `install-exec-am'.
/bin/sh ../mkinstalldirs /usr/local/icecast/conf
 /usr/bin/install -c -m 644 ./groups.aut.dist /usr/local/icecast/conf/groups.aut.dist
 /usr/bin/install: './groups.aut.dist' and '/usr/local/icecast/conf/groups.aut.dist' are the same file
 /usr/bin/install -c -m 644 ./icecast.conf.dist /usr/local/icecast/conf/icecast.conf.dist
 /usr/bin/install: './icecast.conf.dist' and '/usr/local/icecast/conf/icecast.conf.dist' are the same file
 /usr/bin/install -c -m 644 ./mounts.aut.dist /usr/local/icecast/conf/mounts.aut.dist
 /usr/bin/install: './mounts.aut.dist' and '/usr/local/icecast/conf/mounts.aut.dist' are the same file
 /usr/bin/install -c -m 644 ./users.aut.dist /usr/local/icecast/conf/users.aut.dist
 /usr/bin/install: './users.aut.dist' and '/usr/local/icecast/conf/users.aut.dist' are the same file
make[2]: *** [install-etcDATA] Error 1
make[2]: Saliendo directorio `/usr/local/icecast-1.3.12/conf'
make[1]: *** [install-am] Error 2
make[1]: Saliendo directorio `/usr/local/icecast-1.3.12/conf'
make: *** [install-recursive] Error 1

 
 
Please, I need help.
 
Thanks in advance.
 


   
    
 

		
---------------------------------

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.xiph.org/pipermail/icecast/attachments/20050406/e16bb8eb/attachment.htm>


More information about the Icecast mailing list