You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Sascha Schumann <sa...@schumann.cx> on 1999/12/24 19:32:12 UTC

[PATCH] Happy Solaris 2

    Hi,

    this patch fixes numerous Solaris 2 issues.

    Changes:

    -   INADDR_NONE is not defined. Supply a replacement
    -   APACHE_MODULE() used a non-portable shell construct
    -   inet_addr() needs -lnsl -lsocket. Neccessary checks added
    -   For POSIX conformance, _POSIX_PTHREAD_SEMANTICS is
        required. This fixes i.e. sigwait() problems.

-- 

          Regards,

                            Sascha Schumann
                                 Consultant

Re: [PATCH] Happy Solaris 2

Posted by ra...@apache.org.
>     Thanks. Can you please commit the SunOS 4 quickie as well? We
>     have that one as well in PHP 4, so I know it works.

I missed that one.  Send it to me please.

-Rasmus


Re: [PATCH] Happy Solaris 2

Posted by Sascha Schumann <sa...@schumann.cx>.
On Fri, Dec 24, 1999 at 01:39:58PM -0500, rasmus@apache.org wrote:
> >     this patch fixes numerous Solaris 2 issues.
> 
> Tested this on a Solaris 2.6 box and committed.  Also committed your
> cvsignore patch.

    Thanks. Can you please commit the SunOS 4 quickie as well? We
    have that one as well in PHP 4, so I know it works.

-- 

          Regards,

                            Sascha Schumann
                                 Consultant

Re: [PATCH] Happy Solaris 2

Posted by ra...@apache.org.
>     this patch fixes numerous Solaris 2 issues.

Tested this on a Solaris 2.6 box and committed.  Also committed your
cvsignore patch.

-Rasmus