From owner-freebsd-ports@FreeBSD.ORG Mon Oct 20 05:06:40 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BAA2416A4B3 for ; Mon, 20 Oct 2003 05:06:40 -0700 (PDT) Received: from oak.FernUni-Hagen.de (oak.fernuni-hagen.de [132.176.114.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C20443F3F for ; Mon, 20 Oct 2003 05:06:39 -0700 (PDT) (envelope-from jfh@es-i2.FernUni-Hagen.de) Received: from amavis by oak.FernUni-Hagen.de with scanned-ok (Exim 4.04) id 1ABYo2-00012l-00; Mon, 20 Oct 2003 14:06:38 +0200 Received: from es-i2.fernuni-hagen.de ([132.176.7.81]) by oak.FernUni-Hagen.de with esmtp (Exim 4.04) id 1ABYnu-000124-00; Mon, 20 Oct 2003 14:06:30 +0200 Received: from [132.176.7.6] (jfh00.fernuni-hagen.de [132.176.7.6]) by es-i2.fernuni-hagen.de (Postfix) with ESMTP id 0308056D5; Mon, 20 Oct 2003 14:06:29 +0200 (CEST) From: Fritz Heinrichmeyer To: freebsd-ports@freebsd.org Content-Type: text/plain Message-Id: <1066651591.4697.22.camel@jfh00.fernuni-hagen.de> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Mon, 20 Oct 2003 14:06:31 +0200 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by AMaViS perl-11 cc: sheepkiller@cultdeadsheep.org Subject: usage of dbm files with apache2 perl and php X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Oct 2003 12:06:40 -0000 after rebuilding apache2 dbm based authentification was broken. I use a perl script to build dmb (== db1 under FreeBSD) files for auth_dbm with apache2. I installed an apache2 package compiled on an identical box. After recompiling on the same box authentication worked again. Here my questions: Is there a not so ambigous (namewise) simple key->value database format that can be used without problems with perl, php and auth_dbm from apache2. Php configuration does not believe that db and dbm is the same under freebsd (at least the last time i tried). Apache2 mod_auth_dbm is able to use almost all, but it seems to be only documented in the source. What is the most common way to solve this problems?