php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #2178 ./configure does not use --with-gdbm=DIR properly
Submitted: 1999-08-27 22:05 UTC Modified: 1999-08-29 11:15 UTC
From: dirk dot schulz at zib dot de Assigned:
Status: Closed Package: Installation problem
PHP Version: 3.0.12 OS: Solaris 2.5.1
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: dirk dot schulz at zib dot de
New email:
PHP Version: OS:

 

 [1999-08-27 22:05 UTC] dirk dot schulz at zib dot de
/tmp/php-3.0.12 % ./configure --with-mysql=/sw/sun4_551/mysql-3.21.30 --with-apache=../apache_1.3.9 --enable-track-vars --x-includes=/client/include --x-libraries=/client/lib --enable-force-cgi-redirect --enable-discard-path --with-gdbm=/sw/sun4_551/gdbm-1.7.3                             
[....]
checking for gdbm_open in -lgdbm... yes
checking preferred dbm library... gdbm chosen
checking for gdbm.h... no
Try /usr/local/include/gdbm.h
checking for /usr/local/include/gdbm.h... no
Try /opt/local/include/gdbm.h
checking for /opt/local/include/gdbm.h... no
Try /usr/pkg/include/gdbm.h
checking for /usr/pkg/include/gdbm.h... no
Giving up - You need to install gdbm.h somewhere

/tmp/php-3.0.12 % ls /sw/sun4_551/gdbm-1.7.3/include/gdbm.h 
/sw/sun4_551/gdbm-1.7.3/include/gdbm.h

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-08-29 11:15 UTC] sas at cvs dot php dot net
--with-gdbm is only used for DBA and not for the dbm* checks.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 20:01:29 2024 UTC