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
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: 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: Tue Mar 19 04:01:31 2024 UTC