0

The following error occurs when I execute phpize:

/usr/local/Cellar/php55/5.5.38/bin/phpize: line 61: /usr/local/Library/Homebrew/shims/super/sed: No such file or directory /usr/local/Cellar/php55/5.5.38/bin/phpize: line 62: /usr/local/Library/Homebrew/shims/super/sed: No such file or directory /usr/local/Cellar/php55/5.5.38/bin/phpize: line 63: /usr/local/Library/Homebrew/shims/super/sed: No such file or directory Configuring for: PHP Api Version:
Zend Module Api No:
Zend Extension Api No:
/usr/local/Cellar/php55/5.5.38/bin/phpize: line 155: /usr/local/Library/Homebrew/shims/super/sed: No such file or directory autoheader: error: AC_CONFIG_HEADERS not found in configure.in

Is there a way to solve it?Thanks

Jack Sun
  • 277
  • 1
  • 3
  • 14

1 Answers1

0

This is a know bug.

But it's now corrected. Running :

brew update
brew upgrade

Should solve it.

Ortomala Lokni
  • 56,620
  • 24
  • 188
  • 240