The following reply was made to PR config/928; it has been noted by GNATS. From: Jesper Holck <[EMAIL PROTECTED]> (by way of Brian Behlendorf <[EMAIL PROTECTED]>) To: [EMAIL PROTECTED] Subject: Re: config/928: httpd cannot start, apparently because it is unable to open the scoreboard file Date: Wed, 30 Jul 1997 14:51:48 -0700
[EMAIL PROTECTED] wrote: > Synopsis: httpd cannot start, apparently because it is unable to open > the scoreboard file > > State-Changed-From-To: open-feedback > State-Changed-By: brian > State-Changed-When: Mon Jul 28 19:58:09 PDT 1997 > State-Changed-Why: > What are the permissions on the directory > /usr/local/etc/apache/logs/? > drwxrwxr-x 2 httpd 1024 Jul 28 22:09 logs The httpd-daemon is running as user httpd, member of group www, of which root also is a member. > Also, could you show us the compile-time flags to GCC, both > for 1.3a1 and 1.2? I'll list what I believe to be the relevant parts of the two Makefiles: Makefile (1.3a1): ############### EXTRA_CFLAGS= EXTRA_LDFLAGS= EXTRA_LIBS= EXTRA_INCLUDES= ##Rule:STATUS=yes ##Rule:SOCKS4=no ##Rule:IRIXNIS=no ##Rule:IRIXN32=yes ##Rule:WANTHSREGEX=default ############### ############### # Platform: ULTRIX # Final Rules: # Rule WANTHSREGEX=yes ############### CC=gcc CFLAGS1=-DULTRIX -DSTATUS INCLUDES1= -Iregex LDFLAGS1= BROKEN_BPRINTF_FLAGS= REGLIB=regex/libregex.a RANLIB=ranlib SHELL=/bin/sh5 LIBS1= Makefile (1.2): ############### EXTRA_CFLAGS= EXTRA_LFLAGS= EXTRA_LIBS= EXTRA_INCLUDES= OPTIM=-O2 ##Rule:STATUS=yes ##Rule:SOCKS4=no ##Rule:IRIXNIS=no ##Rule:WANTHSREGEX=default ############### ############### # Platform: ULTRIX # Final Rules: # Rule WANTHSREGEX=yes ############### CC=gcc INCLUDES1= -Iregex LIBS1= LFLAGS1= BROKEN_BPRINTF_FLAGS= REGLIB=regex/libregex.a RANLIB=ranlib SHELL=/bin/sh5 > Thanks. Pleased to help, Jesper
