On Fri, 11 Jan 2002, Aaron Bannert wrote: > On Fri, Jan 11, 2002 at 10:27:18AM -0400, Marc G. Fournier wrote: > ... > > [Fri Jan 11 14:20:19 2002] [crit] (78)Function not implemented: Fatal error: could >not open(create) scoreboard > ... > > > Even if I comment out the 'ScoreBoard' line in httpd.conf, it > > gives the 'Function not implemented' error ... > > > > Known problem? If not, suggestions on how to debug and provide > > something just a wee bit more useful? I'm not finding any core files > > laying about, so nothing I can gdb ... > ... > > send in the output of `grep SHM srclib/apr/include/apr.h` so we can find > out what shared memory subsystems are available on your platform.
jail# grep SHM srclib/apr/include/apr.h #define APR_HAVE_SHMEM_MMAP_TMP 1 #define APR_HAVE_SHMEM_MMAP_SHM 1 #define APR_HAVE_SHMEM_MMAP_ZERO 1 #define APR_HAVE_SHMEM_SHMGET_ANON 1 #define APR_HAVE_SHMEM_SHMGET 1 #define APR_HAVE_SHMEM_MMAP_ANON 1 #define APR_HAVE_SHMEM_BEOS 0 #define APR_USE_SHMEM_MMAP_TMP 0 #define APR_USE_SHMEM_MMAP_SHM 0 #define APR_USE_SHMEM_MMAP_ZERO 0 #define APR_USE_SHMEM_SHMGET_ANON 0 #define APR_USE_SHMEM_SHMGET 1 #define APR_USE_SHMEM_MMAP_ANON 1 #define APR_USE_SHMEM_BEOS 0 > I tested this code on 5.0-current and I know Justin as well as others > have tested this on earlier versions (4.4 IIRC). jail# uname -a FreeBSD jail 4.5-PRERELEASE FreeBSD 4.5-PRERELEASE #2: Mon Jan 7 11:19:58 AST 2002 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/atelier i386
