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
 [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: Fri Jul 26 23:01:30 2024 UTC