From:             [EMAIL PROTECTED]
Operating system: solaris 9
PHP version:      4.2.3
PHP Bug Type:     *Configuration Issues
Bug description:  --with-db3=shared,dir not working

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
-- 
Edit bug report at http://bugs.php.net/?id=20981&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=20981&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=20981&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=20981&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=20981&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=20981&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=20981&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=20981&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=20981&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=20981&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=20981&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=20981&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=20981&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=20981&r=isapi

Reply via email to