ID: 39580 User updated by: drh1 at cec dot wustl dot edu Reported By: drh1 at cec dot wustl dot edu -Status: Feedback +Status: Open Bug Type: Compile Failure Operating System: Mac OS 10.4.8 PHP Version: 5.2CVS-2006-11-22 Assigned To: wez New Comment:
I no longer have a mac, so I cannot provide feedback. Previous Comments: ------------------------------------------------------------------------ [2007-09-05 13:58:33] [EMAIL PROTECTED] Fix version field. Does this problem exist with PHP 5.2.4? Note: This report was lost due to invalid version number. First char in the version field is supposed to be the major version number!! ------------------------------------------------------------------------ [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