Bug 11537

Summary: php3 can't open perl's (and sendmail's) dbmfiles
Product: [Retired] Red Hat Linux Reporter: Joerg Dorchain <joerg>
Component: phpAssignee: Nalin Dahyabhai <nalin>
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6.2   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2000-05-20 12:28:55 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Joerg Dorchain 2000-05-20 11:52:58 UTC
php as shipped uses libgdbm for db-files.
when you remove gdbm from your system and rebuild, it uses the libdb that
is part of the glibc-package, which is the appropriate lib for sharing
dbmfiles with perl and sendmail.
Simply adding --without-gdbm doesn't work (bug in php configure?)
Is there something like build-conflicts in specfiles?

Comment 1 Joerg Dorchain 2000-05-20 12:28:59 UTC
I overlooked the dba_* functions. just forget it.
Although it would be nice to have ndbm the default for dbm or mark dbm_* as
deprecated.