Received: (from majordom@localhost) by hyperreal.org (8.8.5/8.8.5) id BAA14064; Sun, 17 Aug 1997 01:38:48 -0700 (PDT) Received: (from apwww@localhost) by hyperreal.org (8.8.5/8.8.5) id BAA14059; Sun, 17 Aug 1997 01:38:42 -0700 (PDT) Date: Sun, 17 Aug 1997 01:38:42 -0700 (PDT) Message-Id: <199708170838.BAA14059@hyperreal.org> To: apache-bugdb@apache.org, dgaudet@apache.org, ptaylor@quadlogic.fr From: dgaudet@hyperreal.org Subject: Re: mod_auth-any/622: gdbm user authentifcation not functioning Sender: apache-bugdb-owner@apache.org Precedence: bulk Synopsis: gdbm user authentifcation not functioning State-Changed-From-To: analyzed-feedback State-Changed-By: dgaudet State-Changed-When: Sun Aug 17 01:38:41 PDT 1997 State-Changed-Why: I'm curious if you ever got this to work. We haven't seen any other reports exactly like it. But there are some issues with the dbm linking in 1.2, which are fixed in 1.3. In particular if you use mod_auth_dbm it will automatically add -ldbm, which doesn't work. I think that's what you're alluding to when you say you had to remove -ldb. Dean