Bug 11537 - php3 can't open perl's (and sendmail's) dbmfiles
Summary: php3 can't open perl's (and sendmail's) dbmfiles
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: php
Version: 6.2
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Nalin Dahyabhai
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2000-05-20 11:52 UTC by Joerg Dorchain
Modified: 2008-05-01 15:37 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2000-05-20 12:28:55 UTC
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.