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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
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

Pull Requests

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 Dec 27 13:01:27 2024 UTC