From: blakers at mac dot com Operating system: MacOSX 10.2.6 PHP version: 4.3.3RC4 PHP Bug Type: *Configuration Issues Bug description: phpize needs glibtoolize INSTEAD of libtoolize for OSX
Description: ------------ after a successful build of 4.3.3RC4 on OSX 10.2.6, / usr/bin/phpize must be modified. as is, it reference "libtoolize" ... but on OSX, libtool(ize) is SEDed to glibtool(ize) so, in: /usr/bin/phpize --- libtoolize -f -c || exit 1 +++ glibtoolize -f -c || exit 1 I suppose this should be addressed with am OS/platform case statement somewhere in configure ... -- Edit bug report at http://bugs.php.net/?id=25163&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=25163&r=trysnapshot4 Try a CVS snapshot (php5): http://bugs.php.net/fix.php?id=25163&r=trysnapshot5 Fixed in CVS: http://bugs.php.net/fix.php?id=25163&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=25163&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=25163&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=25163&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=25163&r=support Expected behavior: http://bugs.php.net/fix.php?id=25163&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=25163&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=25163&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=25163&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=25163&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=25163&r=dst IIS Stability: http://bugs.php.net/fix.php?id=25163&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=25163&r=gnused
