php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #117 dbm is included in libc in Solaris 2.x
Submitted: 1998-03-01 00:30 UTC Modified: 1998-03-10 23:52 UTC
From: rock at cs dot uni-sb dot de Assigned: ssb (profile)
Status: Closed Package: DBM/DBA related
PHP Version: 3.0b5 OS: Solaris 2.x
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: rock at cs dot uni-sb dot de
New email:
PHP Version: OS:

 

 [1998-03-01 00:30 UTC] rock at cs dot uni-sb dot de
Configure disables dbm support for Solaris 2.x platform
because it doesn't find dbm_open() any tested library.
dbm support is included in libc, so the check fails
because the tested library (libdbm, libdb or libgdbm)
couldn't be found.
There should be an additional check for dbm_open()
without additional libraries.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-03-10 23:52 UTC] ssb
A fix is in the CVS tree now.  Could you test it and let
me know if it solves your problem?

Looks ok now.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 19:01:31 2024 UTC