|
Message-ID: <20120922201046.GW254@brightrain.aerifal.cx> Date: Sat, 22 Sep 2012 16:10:46 -0400 From: Rich Felker <dalias@...ifal.cx> To: musl@...ts.openwall.com Subject: Re: apache working (sort of) On Sat, Sep 22, 2012 at 08:08:46PM +0200, Jens wrote: > > Just got a working apache musl build. > Well its minimally tested so far.. but it runs and displays "It > works". :-) > > The one problem was that apr looks up the service named "0". > So I had to add a service named "0" to /etc/services. This should not be necessary. I think the bug is that when "0" is parsed as a number and the result is 0, getaddrinfo is treating this as a parse error (since I expected "0" would never actually be used) and rejecting it instead of just using the value 0. I'll take a look and get it fixed properly. Rich
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.