From:             drh1 at cec dot wustl dot edu
Operating system: Mac OS 10.4.8
PHP version:      5.2.0
PHP Bug Type:     *Compile Issues
Bug description:  Incorrect Error in Configure PDO

Description:
------------
When running configure with PHP 5.2.0 on Mac OS X, the 
following error is returned:

Base configure command:
'./configure' '--enable-pdo=shared'    

Error
Due to the way that loadable modules work on OSX/Darwin, you 
need to
compile the PDO package statically into the PHP core.

Please follow the instructions at: http://netevil.org/
node.php?nid=202
for more detail on this issue.

This error is inaccurate.  This problem was solved for 5.1.x 
and should still be solved for 5.2.0

Reproduce code:
---------------
'./configure' '--enable-pdo=shared'

Expected result:
----------------
proper configuration success

Actual result:
--------------
error:
Due to the way that loadable modules work on OSX/Darwin, you 
need to
compile the PDO package statically into the PHP core.

Please follow the instructions at: http://netevil.org/
node.php?nid=202
for more detail on this issue.

-- 
Edit bug report at http://bugs.php.net/?id=39580&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=39580&r=trysnapshot44
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=39580&r=trysnapshot52
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=39580&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=39580&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=39580&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=39580&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=39580&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=39580&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=39580&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=39580&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=39580&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=39580&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=39580&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=39580&r=php3
Daylight Savings:             http://bugs.php.net/fix.php?id=39580&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=39580&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=39580&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=39580&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=39580&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=39580&r=mysqlcfg

Reply via email to