php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #1310 new dba code fails to compile on RH 5.2 & gdbm
Submitted: 1999-04-10 10:12 UTC Modified: 1999-04-16 16:17 UTC
From: Danny dot Heijl at cevi dot be Assigned:
Status: Closed Package: Compile Failure
PHP Version: 3.0 Latest CVS (10/04/1999) OS: Red Hat Linux 5.2
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: Danny dot Heijl at cevi dot be
New email:
PHP Version: OS:

 

 [1999-04-10 10:12 UTC] Danny dot Heijl at cevi dot be
The new dba code can not be disabled.
It does not compile on RH 5.2 Linux with gdbm.

Manually editing config.h and setting DBA_DBM to 0 fixed the problem.
dba.c gets confused because configure detects DBA_GDBM, DBA_NDBM and DBA_DBM.

With DBA_DBM forced to 0 everything seems fine (and the old dbm code continues to work).

Danny.
---

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-04-16 16:17 UTC] rasmus
Yeah, we are aware of this one.  You can use --disable-dba for now.  It'll get cleaned up before release.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun May 05 21:01:30 2024 UTC