php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #7081 configure doesn't find gdbm library in nonstandard places
Submitted: 2000-10-07 20:41 UTC Modified: 2000-10-11 03:27 UTC
From: dkluge at acm dot org Assigned:
Status: Closed Package: Installation problem
PHP Version: 4.0.2 OS: Solaris 2.6
Private report: No CVE-ID: None
 [2000-10-07 20:41 UTC] dkluge at acm dot org
If I do a ./configure --with-gdbm=/wherever/gnu, the argument is never checked, gdbm is ONLY searched for in:
/usr/local/
/opt/local/
/usr/pkg/

and not in the argument given to --with-gdbm

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-10-10 19:23 UTC] sniper@php.net
Please try latest CVS or snapshot from http://snaps.php.net/
as this should be fixed there. 
(the db extension isn't enabled by default anymore)

--Jani

 [2000-10-10 21:49 UTC] dkluge at acm dot org
verified as fixed in snapshot php4-200010101745

Thanx,
-daniel

 [2000-10-11 03:27 UTC] sniper@php.net
Fixed -> closed.

--Jani
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun May 12 16:01:35 2024 UTC