php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #20981 --with-db3=shared,dir not working
Submitted: 2002-12-13 00:05 UTC Modified: 2002-12-13 02:25 UTC
From: gbaratto at superb dot net Assigned:
Status: Closed Package: *Configuration Issues
PHP Version: 4.2.3 OS: solaris 9
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: gbaratto at superb dot net
New email:
PHP Version: OS:

 

 [2002-12-13 00:05 UTC] gbaratto at superb dot net
The configure script is not taking --with-db3=shared,dir.

It works fine if I take out the "shared" or if I modify the configure script and add the DB3 directory to line 16771:
for i in /usr/local /usr /usr/local/BerkeleyDB.3.0 $withval; do

In my specifc case, DB3 is installed at /usr/local/BerkeleyDB, so I the line above is:
 for i in /usr/local /usr /usr/local/BerkeleyDB.3.0 /usr/local/BerkeleyDB $withval; do

But for sure you guys just have to fix the variable $with_db3

Thanks

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-12-13 02:25 UTC] sniper@php.net
This bug has been fixed in CVS.

In case this was a PHP problem, snapshots of the sources are packaged
every three hours; this change will be in the next snapshot. You can
grab the snapshot at http://snaps.php.net/.
 
In case this was a documentation problem, the fix will show up soon at
http://www.php.net/manual/.

In case this was a PHP.net website problem, the change will show
up on the PHP.net site and on the mirror sites in short time.
 
Thank you for the report, and for helping us make PHP better.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Jul 27 03:01:30 2024 UTC