ubuntu 14.04で実行しており、php5.6をインストールしました。私はZephirで Hello world を実行しようとしていますが、プロジェクトを次のようにコンパイルすると:
zephir build
このエラーが発生しました:
zephir_parser extension not loaded, compiling it
Parser statistics: 127 terminals, 99 nonterminals, 459 rules
947 states, 0 parser table entries, 0 conflicts
Parser statistics: 127 terminals, 99 nonterminals, 459 rules
947 states, 0 parser table entries, 0 conflicts
make: *** No rule to make target `clean'. Stop.
Preparing for parser compilation...
sh: 1: phpize: not found
sh: 1: ./configure: not found
Compiling the parser...
make: *** No targets specified and no makefile found. Stop.
PHP Warning: copy(modules/zephir_parser.so): failed to open stream: No such file or directory in /root/zephir/Library/Compiler.php on line 282
Zephir\Exception: The zephir parser extension could not be found or compiled!
何か案が ?
編集
これらのパッケージを再インストールしました:
php5-json php5-dev libpcre3-dev
このコマンドラインを試しました:
./bin/zephir compile
コンパイル中に別のエラーが発生しました:
Copying new kernel files...
PHP Fatal error: Call to undefined function Zephir\utf8_decode() in /root/zephir/Library/Compiler.php on line 2202