ID: 39580 Updated by: [EMAIL PROTECTED] Reported By: drh1 at cec dot wustl dot edu -Status: Open +Status: Assigned Bug Type: *Compile Issues Operating System: Mac OS 10.4.8 PHP Version: php5.2-200611221330 Assigned To: wez
Previous Comments: ------------------------------------------------------------------------ [2006-11-22 13:48:50] drh1 at cec dot wustl dot edu Since I apparently tested 1 minute before CVS updated, php5.2-200611221330 doesn't work either . ------------------------------------------------------------------------ [2006-11-22 13:40:35] drh1 at cec dot wustl dot edu This error still occurs in php5.2-200611221130 . ------------------------------------------------------------------------ [2006-11-22 10:22:39] [EMAIL PROTECTED] Please try using this CVS snapshot: http://snaps.php.net/php5.2-latest.tar.gz For Windows: http://snaps.php.net/win32/php5.2-win32-latest.zip ------------------------------------------------------------------------ [2006-11-22 08:15:23] drh1 at cec dot wustl dot edu 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 this bug report at http://bugs.php.net/?id=39580&edit=1