<DIV>Hello,</DIV>
<DIV> </DIV>
<DIV>I´m trying install "icecast-1.3.12" on my Linux Red Hat 7.2. </DIV>
<DIV> </DIV>
<DIV>When I introduce:</DIV>
<DIV><FONT style="BACKGROUND-COLOR: #ff0000">  ./configure</FONT></DIV>
<DIV>it give me back:</DIV>
<DIV>          
<P class=MsoPlainText style="MARGIN: 0cm 0cm 0pt"><SPAN style="mso-fareast-font-family: 'MS Mincho'"><FONT style="BACKGROUND-COLOR: #ffff40"><FONT face="Courier New">creating cache ./config.cache<BR>Building icecast-1.3.12...<BR>checking for a BSD compatible install... /usr/bin/install -c<BR>checking whether build environment is sane... yes<BR>checking whether make sets ${MAKE}... yes<BR>checking for working aclocal... found<BR>checking for working autoconf... found<BR>checking for working automake... found<BR>checking for working autoheader... found<BR>checking for working makeinfo... found<BR>checking whether to enable maintainer-specific portions of Makefiles... no<BR>checking for ranlib... ranlib<BR>checking for gcc... gcc<BR>checking whether the C compiler (gcc<SPAN style="mso-spacerun: yes">  </SPAN>) works... yes<BR>checking whether the C compiler (gcc<SPAN style="mso-spacerun: yes">  </SPAN>) is a cross-compiler... no<BR>checking whether we are using GNU C...
 yes<BR>checking whether gcc accepts -g... yes<BR>checking for uname... uname<BR>checking for a BSD compatible install... /usr/bin/install -c<BR>checking how to run the C preprocessor... gcc -E<BR>checking for AIX... no<BR>checking for POSIXized ISC... no<BR>checking for minix/config.h... no<BR>checking your OS... Linux<BR>checking for socket... yes<BR>checking for connect... yes<BR>checking for log... no<BR>checking for log in -lm... yes<BR>checking for gethostbyname... yes<BR>checking for nanosleep... yes<BR>checking whether to use libwrap... no<BR>checking whether to use crypted passwords... no<BR>checking for pthread functions in standard libraries... no<BR>checking for pthread_create in -lpthread... yes<BR>checking for ANSI C header files... yes<BR>checking for sys/wait.h that is POSIX.1 compatible... yes<BR>checking for dirent.h that defines DIR... yes<BR>checking for opendir in -ldir... no<BR>checking for fcntl.h... yes<BR>checking for sys/time.h... yes<BR>checking for
 unistd.h... yes<BR>checking for sys/soundcard.h... yes<BR>checking for machine/soundcard.h... no<BR>checking for pthread.h... yes<BR>checking for assert.h... yes<BR>checking for sys/resource.h... yes<BR>checking for math.h... yes<BR>checking for signal.h... yes<BR>checking for sys/signal.h... yes<BR>checking for mcheck.h... yes<BR>checking for malloc.h... yes<BR>checking for history.h... no<BR>checking for Python.h... no<BR>checking for working const... yes<BR>checking for pid_t... yes<BR>checking for size_t... yes<BR>checking return type of signal handlers... void<BR>checking whether time.h and sys/time.h may both be included... yes<BR>checking whether struct tm is in sys/time.h or time.h... time.h<BR>checking return type of signal handlers... (cached) void<BR>checking for unix98 socklen_t... yeah<BR>checking for strftime... yes<BR>checking for vprintf... yes<BR>checking for gettimeofday... yes<BR>checking for strstr... yes<BR>checking for snprintf... yes<BR>checking for
 vsnprintf... yes<BR>checking for rename... yes<BR>checking for setpgid... yes<BR>checking for basename... yes<BR>checking for setsockopt... yes<BR>checking for gethostbyname_r... yes<BR>checking for gethostbyaddr_r... yes<BR>checking for getrlimit... yes<BR>checking for setrlimit... yes<BR>checking for umask... yes<BR>checking for inet_addr... yes<BR>checking for inet_aton... yes<BR>checking for localtime_r... yes<BR>checking for select... yes<BR>checking for pthread_attr_setstacksize... yes<BR>checking for inet_ntoa... yes<BR>checking for mcheck... yes<BR>checking for mallinfo... yes<BR>checking for mtrace... yes<BR>checking for sigaction... yes<BR>checking for pthread_sigmask... yes<BR>checking for lseek... yes<BR>checking if libm is bundled with some lib we're already linking... yes<BR>updating cache ./config.cache<BR>creating ./config.status<BR>creating Makefile<BR>creating src/Makefile<BR>creating src/authenticate/Makefile<BR>creating conf/Makefile<BR>creating
 templates/Makefile<BR>creating conf/icecast.conf.dist<BR>creating doc/Makefile<BR>creating config.h<BR>Ok, everything seems ok. Now do 'make'.<BR>You can then run make install to install as you specified</FONT><BR></FONT></SPAN></P></DIV>
<DIV> </DIV>
<DIV>
<DIV>But when I introduce:</DIV>
<DIV>  <FONT style="BACKGROUND-COLOR: #ff0000">./make</FONT></DIV>
<DIV>it give me back:</DIV>
<DIV> </DIV>
<DIV>
<P class=MsoPlainText style="MARGIN: 0cm 0cm 0pt"><SPAN style="mso-fareast-font-family: 'MS Mincho'"><FONT style="BACKGROUND-COLOR: #ffff40" face="Courier New">make<SPAN style="mso-spacerun: yes">  </SPAN>all-recursive<BR>make[1]: Cambiando a directorio `/usr/local/icecast-1.3.12'<BR>Making all in src<BR>make[2]: Cambiando a directorio `/usr/local/icecast-1.3.12/src'<BR>Making all in authenticate<BR>make[3]: Cambiando a directorio `/usr/local/icecast-1.3.12/src/authenticate'<BR>gcc -DHAVE_CONFIG_H -I. -I. -I../.. -D_REENTRANT -I../../src<SPAN style="mso-spacerun: yes">      </SPAN>-g -O2 -Wall -c basic.c<BR>gcc -DHAVE_CONFIG_H -I. -I. -I../.. -D_REENTRANT -I../../src<SPAN style="mso-spacerun: yes">      </SPAN>-g -O2 -Wall -c user.c<BR>gcc -DHAVE_CONFIG_H -I. -I. -I../.. -D_REENTRANT -I../../src<SPAN style="mso-spacerun: yes">      </SPAN>-g -O2 -Wall -c group.c<BR>gcc -DHAVE_CONFIG_H -I. -I. -I../..
 -D_REENTRANT -I../../src<SPAN style="mso-spacerun: yes">      </SPAN>-g -O2 -Wall -c mount.c<BR>rm -f libauthenticate.a<BR>ar cru libauthenticate.a basic.o user.o group.o mount.o<BR>ranlib libauthenticate.a<BR>make[3]: Saliendo directorio `/usr/local/icecast-1.3.12/src/authenticate'<BR>make[3]: Cambiando a directorio `/usr/local/icecast-1.3.12/src'<BR>gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT<SPAN style="mso-spacerun: yes">      </SPAN>-g -O2 -Wall -c main.c<BR>main.c: In function 'clean_shutdown':<BR>main.c:547: warning:type defaults to 'int' in declaration of 'main_shutting_down'<BR>gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT<SPAN style="mso-spacerun: yes">      </SPAN>-g -O2 -Wall -c client.c<BR>client.c:93: warning: 'client_send_fake_file' declared 'static' but never defined<BR>gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT<SPAN style="mso-spacerun: yes">      </SPAN>-g -O2
 -Wall -c admin.c<BR>gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT<SPAN style="mso-spacerun: yes">      </SPAN>-g -O2 -Wall -c source.c<BR>gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT<SPAN style="mso-spacerun: yes">      </SPAN>-g -O2 -Wall -c connection.c<BR>gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT<SPAN style="mso-spacerun: yes">      </SPAN>-g -O2 -Wall -c log.c<BR>gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT<SPAN style="mso-spacerun: yes">      </SPAN>-g -O2 -Wall -c directory.c<BR>gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT<SPAN style="mso-spacerun: yes">      </SPAN>-g -O2 -Wall -c commands.c<BR>gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT<SPAN style="mso-spacerun: yes">      </SPAN>-g -O2 -Wall -c sock.c<BR>gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT<SPAN style="mso-spacerun: yes">     
 </SPAN>-g -O2 -Wall -c threads.c<BR>gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT<SPAN style="mso-spacerun: yes">      </SPAN>-g -O2 -Wall -c logtime.c<BR>gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT<SPAN style="mso-spacerun: yes">      </SPAN>-g -O2 -Wall -c commandline.c<BR>gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT<SPAN style="mso-spacerun: yes">      </SPAN>-g -O2 -Wall -c utility.c<BR>gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT<SPAN style="mso-spacerun: yes">      </SPAN>-g -O2 -Wall -c avl.c<BR>gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT<SPAN style="mso-spacerun: yes">      </SPAN>-g -O2 -Wall -c avl_functions.c<BR>avl_functions.c: In function 'compare_directories':<BR>avl_functions.c:310: warning: passing arg 2 of 'snprintf' makes integer from pointer without a cast<BR>gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT<SPAN style="mso-spacerun:
 yes">      </SPAN>-g -O2 -Wall -c match.c<BR>gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT<SPAN style="mso-spacerun: yes">      </SPAN>-g -O2 -Wall -c relay.c<BR>gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT<SPAN style="mso-spacerun: yes">      </SPAN>-g -O2 -Wall -c timer.c<BR>gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT<SPAN style="mso-spacerun: yes">      </SPAN>-g -O2 -Wall -c alias.c<BR>gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT<SPAN style="mso-spacerun: yes">      </SPAN>-g -O2 -Wall -c restrict.c<BR>gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT<SPAN style="mso-spacerun: yes">      </SPAN>-g -O2 -Wall -c static.c<BR>static.c: In function 'send_file_to_socket':<BR>static.c:237: warning: unused variable 'suffix'<BR>static.c:235: warning: unused variable 'buf'<BR>gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT<SPAN
 style="mso-spacerun: yes">      </SPAN>-g -O2 -Wall -c http.c<BR>gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT<SPAN style="mso-spacerun: yes">      </SPAN>-g -O2 -Wall -c ice_string.c<BR>ice_string.c: In function 'safe_strcat':<BR>ice_string.c:337: warning: unused variable 'size'<BR>gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT<SPAN style="mso-spacerun: yes">      </SPAN>-g -O2 -Wall -c dir.c<BR>gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT<SPAN style="mso-spacerun: yes">      </SPAN>-g -O2 -Wall -c vars.c<BR>gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT<SPAN style="mso-spacerun: yes">      </SPAN>-g -O2 -Wall -c memory.c<BR>gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT<SPAN style="mso-spacerun: yes">      </SPAN>-g -O2 -Wall -c ice_resolv.c<BR>gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT<SPAN style="mso-spacerun:
 yes">      </SPAN>-g -O2 -Wall -c item.c<BR>gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT<SPAN style="mso-spacerun: yes">      </SPAN>-g -O2 -Wall -c pool.c<BR>gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT<SPAN style="mso-spacerun: yes">      </SPAN>-g -O2 -Wall -c interpreter.c<BR>gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT<SPAN style="mso-spacerun: yes">      </SPAN>-g -O2 -Wall -c vsnprintf.c<BR>gcc<SPAN style="mso-spacerun: yes">  </SPAN>-g -O2 -Wall<SPAN style="mso-spacerun: yes">  </SPAN>-o icecast<SPAN style="mso-spacerun: yes">  </SPAN>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<SPAN
 style="mso-spacerun: yes">   </SPAN>-lm<SPAN style="mso-spacerun: yes">  </SPAN>-lpthread<BR>make[3]: Saliendo directorio `/usr/local/icecast-1.3.12/src'<BR>make[2]: Saliendo directorio `/usr/local/icecast-1.3.12/src'<BR>Making all in conf<BR>make[2]: Cambiando a directorio `/usr/local/icecast-1.3.12/conf'<BR>make[2]: No se hace nada para `all'.<BR>make[2]: Saliendo directorio `/usr/local/icecast-1.3.12/conf'<BR>Making all in templates<BR>make[2]: Cambiando a directorio `/usr/local/icecast-1.3.12/templates'<BR>make[2]: No se hace nada para `all'.<BR>make[2]: Saliendo directorio `/usr/local/icecast-1.3.12/templates'<BR>Making all in doc<BR>make[2]: Cambiando a directorio `/usr/local/icecast-1.3.12/doc'<BR>make[2]: No se hace nada para `all'.<BR>make[2]: Saliendo directorio `/usr/local/icecast-1.3.12/doc'<BR>make[2]: Cambiando a directorio `/usr/local/icecast-1.3.12'<BR>make[2]: No se hace nada para `all-am'.<BR>make[2]: Saliendo directorio
 `/usr/local/icecast-1.3.12'<BR>make[1]: Saliendo directorio `/usr/local/icecast-1.3.12'</FONT><BR></SPAN></P></DIV>
<DIV> </DIV>
<DIV><BR>And when I introduce:</DIV>
<DIV>
<DIV><FONT style="BACKGROUND-COLOR: #ff0000">  ./make install</FONT></DIV>
<DIV>it give me back:</DIV>
<DIV>     
<P class=MsoPlainText style="MARGIN: 0cm 0cm 0pt"><SPAN style="mso-fareast-font-family: 'MS Mincho'"><FONT face="Courier New"><FONT style="BACKGROUND-COLOR: #ffff40">Making install in src<BR>make[1]: Cambiando a directorio `/usr/local/icecast-1.3.12/src'<BR>Making install in authenticate<BR>make[2]: Cambiando a directorio `/usr/local/icecast-1.3.12/src/authenticate'<BR>make[3]: Cambiando a directorio `/usr/local/icecast-1.3.12/src/authenticate'<BR>make[3]: No se hace nada para `install-exec-am'.<BR>make[3]: No se hace nada para `install-data-am'.<BR>make[3]: Saliendo directorio `/usr/local/icecast-1.3.12/src/authenticate'<BR>make[2]: Saliendo directorio `/usr/local/icecast-1.3.12/src/authenticate'<BR>make[2]: Cambiando a directorio `/usr/local/icecast-1.3.12/src'<BR>make[3]: Cambiando a directorio `/usr/local/icecast-1.3.12/src'<BR>/bin/sh ../mkinstalldirs /usr/local/icecast/bin<BR>mkdir /usr/local/icecast/bin<BR><SPAN style="mso-spacerun: yes">  </SPAN>/usr/bin/install -c<SPAN
 style="mso-spacerun: yes">  </SPAN>icecast /usr/local/icecast/bin/icecast<BR>make[3]: No se hace nada para `install-data-am'.<BR>make[3]: Saliendo directorio `/usr/local/icecast-1.3.12/src'<BR>make[2]: Saliendo directorio `/usr/local/icecast-1.3.12/src'<BR>make[1]: Saliendo directorio `/usr/local/icecast-1.3.12/src'<BR>Making install in conf<BR>make[1]: Cambiando a directorio `/usr/local/icecast-1.3.12/conf'<BR>make[2]: Cambiando a directorio `/usr/local/icecast-1.3.12/conf'<BR>make[2]: No se hace nada para `install-exec-am'.<BR>/bin/sh ../mkinstalldirs /usr/local/icecast/conf<BR><SPAN style="mso-spacerun: yes"> </SPAN>/usr/bin/install -c -m 644 ./groups.aut.dist /usr/local/icecast/conf/groups.aut.dist<BR><SPAN style="mso-spacerun: yes"> </SPAN>/usr/bin/install: './groups.aut.dist' and '/usr/local/icecast/conf/groups.aut.dist' are the same file<BR><SPAN style="mso-spacerun: yes"> </SPAN>/usr/bin/install -c -m 644 ./icecast.conf.dist
 /usr/local/icecast/conf/icecast.conf.dist<BR><SPAN style="mso-spacerun: yes"> </SPAN>/usr/bin/install: './icecast.conf.dist' and '/usr/local/icecast/conf/icecast.conf.dist' are the same file<BR><SPAN style="mso-spacerun: yes"> </SPAN>/usr/bin/install -c -m 644 ./mounts.aut.dist /usr/local/icecast/conf/mounts.aut.dist<BR><SPAN style="mso-spacerun: yes"> </SPAN>/usr/bin/install: './mounts.aut.dist' and '/usr/local/icecast/conf/mounts.aut.dist' are the same file<BR><SPAN style="mso-spacerun: yes"> </SPAN>/usr/bin/install -c -m 644 ./users.aut.dist /usr/local/icecast/conf/users.aut.dist<BR><SPAN style="mso-spacerun: yes"> </SPAN>/usr/bin/install: './users.aut.dist' and '/usr/local/icecast/conf/users.aut.dist' are the same file<BR>make[2]: *** [install-etcDATA] Error 1<BR>make[2]: Saliendo directorio `/usr/local/icecast-1.3.12/conf'<BR>make[1]: *** [install-am] Error 2<BR>make[1]: Saliendo directorio `/usr/local/icecast-1.3.12/conf'<BR>make: ***
 [install-recursive] Error 1<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p></FONT></FONT></SPAN></P></DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV>Please, I need help.</DIV>
<DIV> </DIV>
<DIV>Thanks in advance.</DIV>
<DIV> </DIV></DIV></DIV>
<DIV>   </DIV>
<DIV>    </DIV>
<DIV> </DIV><p>
                <hr size=1><br><table><tr><td><a href="http://es.rd.yahoo.com/mail_es/tagline/mail/image/*http://es.mail.yahoo.com"><img src="http://eur.i1.yimg.com/eur.yimg.com/i/es/mail/emb25.gif" height=80 width=230 alt="Nuevo Correo Yahoo!" border=0 align="left"></a></td></tr></table>