You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Rob Hartill <ha...@hyperreal.com> on 1995/08/03 18:09:44 UTC

Two small bugs in Apache 0.8.4 (fwd)

In the bug mail...

I remember David saying something similar about (2), so I hope it's already
fixed or cleared up.

Forwarded message:
> From nate@tripod.tripod.com  Sat Jul 29 12:58:51 1995
> From: Nathan J Kurz <na...@tripod.tripod.com>
> Message-Id: <19...@tripod.tripod.com>
> Subject: Two small bugs in Apache 0.8.4
> To: apache-bugs@mail.apache.org
> Date: Sat, 29 Jul 1995 15:58:52 -0400 (EDT)
> X-Mailer: ELM [version 2.4 PL24]
> MIME-Version: 1.0
> Content-Type: text/plain; charset=US-ASCII
> Content-Transfer-Encoding: 7bit
> Content-Length: 1561      
> 
> Well, I got a little impatient waiting for the official release of the
> new version, so I started playing with the pre-release.  I got it up
> and running with only a couple of rough areas.
> 
> System:  SunOS 4.1.4; Sparc 10/51; Apache 0.8.4
> 
> 1)  conf.h: 
> > #if defined(SUNOS4) && !defined(__SUNPRO_C)
> > /* Prototypes needed to get a clean compile with gcc -Wall.
> >  * Believe it or not, these do have to be declared, at least on SunOS,
> >  * because they aren't mentioned in the relevant system headers.
> >  * Sun Quality Software.  Gotta love it.
> 
> I have the GNU libraries installed, and get a bunch of:
> > conf.h:361: conflicting types for `strcasecmp'
> > /usr/GNU/lib/gcc-lib/sparc-sun-sunos4.1.3/2.6.0/include/string.h:32:
> > previous declaration of `strcasecmp'
> > conf.h:362: conflicting types for `strncasecmp'
> > /usr/GNU/lib/gcc-lib/sparc-sun-sunos4.1.3/2.6.0/include/string.h:34:
> > previous declaration of `strncasecmp'
> etc.
> > make: *** [alloc.o] Error 1
> 
> I had to comment out that part of conf.h to get things to compile.
> Perhaps a check to see if the GNU includes are there before declaring
> in conf.h?
> 
> 2) httpd -f "alternate conf file"
> This wasn't working for me.  It was always defaulting to using
> /usr/local/etc/httpd/conf/httpd.conf no matter what I told it to use,
> whether I tried "httpd", "httpd -f conf/httpd.conf", or "httpd -f
> /home/sun/nkurz/apache_0.8.4/conf/httpd.conf".  
> Using "httpd -d ." worked, but this hasn't been necessary with NCSA.
> 
> All for now.  Otherwise it seems to be working nicely!  Thanks for all
> the good work...
> 
> nate@tripod.com
> 
>