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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
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: Sat May 18 18:01:32 2024 UTC