On Mon, 19 Feb 2001, James A. Sutherland wrote:
> On Mon, 19 Feb 2001, Dale Ghent wrote:
> > On Mon, 19 Feb 2001, James A. Sutherland wrote:
> > | On Mon, 19 Feb 2001, Jim Jagielski wrote:
> > |
> > | > at the usual place: dev.apache.org/dist
> > |
> > | Built & running fine on Linux - two warnings about using "tmpnam()",
> > | though. htpasswd.c and htdigest.c, IIRC. Any reason not to use mkstemp()
> > | instead where possible??
> >
> > Built and running fine on Solaris 7, with DSO, --enable-module=most, and
> > USE_PTHREAD_SERIALIZED_ACCEPT
> >
> > I did not see the tmpnam() warnings mentioned on the Linux build.
>
> I was using --enable-module=all --enable-shared=max on Linux/x86, FWIW.
> I'm running a build on Solaris 8 ATM, but won't be able to test on that
> machine.
OK, Solaris 8 (on Sparc) just built OK.
There's a single warning I saw on Linux/x86 as well:
http_vhost.c:712: warning: passing arg 1 of `ap_unescape_url' discards
qualifier from pointer target type
Apart from that, the build was fine.
If I'm lucky, I might be able to get my hands on a copy of OS/2 tomorrow
and try building on that...
James.