php-5.5.10のアップデートの話

php-5.5.10をソースコードからコンパイルすると下記のようなエラーがでる。(php-5.4.26も同様だと思われる)

make install fails -> cp: cannot stat sapi/cli/php.1: No such file

このバグの修正は次のようにgithubされている。

具体的には、Makefile.globalの以下の行を削除すればいい

    find . -name \*.1 | xargs rm -
2014-03-11 02:09:00( 更新 2014-03-11 02:09:00 )
Tag php