From:             kscott at toadmail dot com
Operating system: Solaris 8
PHP version:      4.3.4RC1
PHP Bug Type:     *Configuration Issues
Bug description:  Doesn't detect DB3 version correctly

Description:
------------
Also found this to be true in 4.3.3, but since 4.3.0 had already been
installed on the system, I believe it worked ok.  The problem is that
configure complains the major version doesn't match the header.  In fact,
the header was fine, the library was recompiled a couple times and
reinstalled just to be sure.  To work around this, I forced THIS_LIBS to
equal $LIBS, and the configuration continued, and it appears PHP is
working okay.  I really couldn't figure out why it fails.

The version of DB3 I'm using is 3.2.9.  I haven't tried another version
yet.  OS is Solaris 8.  PHP versions attempted, 4.3.4RC1 and 4.3.3.  Both
failed in same way.

Reproduce code:
---------------
Source near line 22980 in "configure."


Expected result:
----------------
It should detect and configure for DB3.  

Actual result:
--------------
checking for db3 major version... error: Header contains different
version



-- 
Edit bug report at http://bugs.php.net/?id=25896&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=25896&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=25896&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=25896&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=25896&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=25896&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=25896&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=25896&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=25896&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=25896&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=25896&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=25896&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=25896&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=25896&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=25896&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=25896&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=25896&r=float

Reply via email to