search for: ice_resolv

Displaying 4 results from an estimated 4 matches for "ice_resolv".

2004 Aug 06
1
error in ice_resolve on libc5 system
HI, I got an Error while compiling the icecast Server on SuSE 5.3. ice_resolv.c: In function inux_gethostbyname_r': ice_resolv.c:170: warning: passing arg 5 of ethostbyname_r' from incompatible pointer type ice_resolv.c:170: too many arguments to function ethostbyname_r' ice_resolv.c: In function inux_gethostbyaddr_r': ice_resolv.c:181: warning: passing arg 7...
2004 Aug 06
1
IceCast 1.3.11: Segmentation Violation in Linux
...ut I downloaded 1.3.11 to see if you all fixed it first. My current work around is to "strace -o /dev/null ./icecast" Linux poseidon 2.2.15 #1 SMP Wed Mar 21 16:48:40 CST 2001 i686 unknown libc version is 5.4.46 Also, in order for icecast to even compile on my system, I had to modify ice_resolv.c. Apparently, youre expecting an extra parameter in gethostbyname_r and gethostbyaddr_r. Diffs follow: 170c170 < if (gethostbyname_r (hostname, res, buffer, buflen, error) >= 0) --- > if (gethostbyname_r (hostname, res, buffer, buflen, &res, error) >= 0) 181c181 &lt...
2005 Apr 06
1
Probles installing Icecast-1.3.12
...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 v...
2004 Nov 02
1
Problems with 1.3
...-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 commands.o(.text+0x406e): In function `com_dump': /home/pulverradio/icecast/icecast-1.3.12/src/commands.c:2149: undefined reference to `errno' collect2: ld returned 1 exit status gmake[3]: *** [iceca...