[icecast] also error compiling ices

Karl Heyes karl at pts.tele2.co.uk
Fri Jan 31 16:08:02 UTC 2003



On Fri, 2003-01-31 at 11:37, Daniel Knoll wrote:
> Hey developer Freaks,
> 
> can anyone explain, what is wrong ? is a libary missing ?
> I don't understand this "make" output
> 
> thanx for your help ..

known bug with ices on solaris, it is missing the inet_aton function
you need to change it to inet_pton

omething like in sock.h
add 

#define inet_aton(x,y)    inet_pton(AF_INET, x, y)

karl.

<p>--- >8 ----
List archives:  http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the Icecast mailing list