You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by Dean Gaudet <dg...@arctic.org> on 1998/06/18 20:40:00 UTC

Re: mod_auth-any/2459: Getting this message: [Wed Jun 17 11:37:04 1998] [notice] httpd: child pid 332 exit signal Segmentation Fault (11) when trying to access a DBM file (fwd)

The following reply was made to PR mod_auth-any/2459; it has been noted by GNATS.

From: Dean Gaudet <dg...@arctic.org>
To: apbugs@apache.org
Cc:  Subject: Re: mod_auth-any/2459: Getting this message: [Wed Jun 17 11:37:04 1998] [notice] httpd: child pid 332 exit signal Segmentation Fault (11) when trying to access a DBM file (fwd)
Date: Thu, 18 Jun 1998 11:49:16 -0700 (PDT)

 ---------- Forwarded message ----------
 Date: Thu, 18 Jun 1998 13:37:54 -0400
 From: Nakko Mizu <na...@asianoh.com>
 To: Dean Gaudet <dg...@arctic.org>
 Subject: Re: mod_auth-any/2459: Getting this message: [Wed Jun 17 11:37:04 1998] [notice] httpd: child pid 332 exit signal Segmentation Fault (11) when trying to access a DBM file
 
 Ok, here is the new 'make'
 
 <=== modules/proxy
 <=== modules
 gcc -c  -I./os/unix -I./include   -DSOLARIS2=260 -DSTATUS  modules.c
 gcc -c  -I./os/unix -I./include   -DSOLARIS2=260 -DSTATUS  buildmark.c
 gcc  -DSOLARIS2=260 -DSTATUS     \
       -o httpd buildmark.o modules.o  modules/proxy/libproxy.a 
 modules/standard/libstandard.a  main/libmain.a
   ./os/unix/libos.a  ap/libap.a  -lgdbm -lsocket -lnsl
 bash-2.00# /test/apache_1.3.0/src/httpd -f
 /usr/local/apache/conf/httpd.conf
 
 And now it is getting:
 [Thu Jun 18 13:29:00 1998] [error] (2)No such file or directory: could
 not open dbm auth file: /u2/test.com/userdb/members
 
 *BUT* I can use the following command:
 bash-2.00# dbmmanage /u2/test.com/userdb/members view matrix7
 matrix7:Mx92ZF35YpJCs
 
 Now the gdbm I got was from the www.sunsite.unc.edu in which I go the
 version for my Solaris 2.6 and x86 and copied it into the /usr/local/bin
 (it's already compiled).  That is where I stand.
 
 James