#34644: ports using phpize fail to install under xcode 4.3 because autoconf is not found ------------------------------+--------------------------------------------- Reporter: dell@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.1 Keywords: phpize, autoconf | Port: ------------------------------+--------------------------------------------- Ports that use phpize (PHP extensions) fail to install under when using Xcode 4.3 because they require autoconf. Autotool are no longer bundled with Xcode 4.3. https://discussions.apple.com/thread/3745105 Specifically, I tried to install the ports php5-mysql and php5-sqlite. Both failed to install: {{{ Error: org.macports.configure for port php5-mysql returned: command execution failed Please see the log file for port php5-mysql for details: }}} And the log reported the following error from phpize: {{{ Cannot find autoconf. Please check your autoconf installation and the $PHP_AUTOCONF environment variable. Then, rerun this script. }}} I was able to get them to install by installing the autoconf port first. The autoconf port should be declared as a dependency under Xcode 4.3 for any ports that require it. -- Ticket URL: <https://trac.macports.org/ticket/34644> MacPorts <http://www.macports.org/> Ports system for Mac OS