1
私の開発マシンはUbuntu 16.04で、php5.6を使用しています。 私はthis guideの後にphp5.6をインストールしました。今UbuntuのPHP5.6-dev 16.04 Xenial
は、私は、しかし、私は
pecl install mongodb
を実行すると、このエラーがアップします、PECL経由のMongoDB PHPドライバをインストールしようとしている:私はthis question通ってい
Starting to download mongodb-1.1.8.tgz (806,900 bytes)
.....................................................done: 806,900 bytes
360 source files, building
running: phpize
sh: 1: phpize: not found
ERROR: `phpize' failed
こと私はしなければならない
sudo apt-get install php5-dev
しかし、php5-devはもう使用できません。また、ondrejのphp5.6 PPAには含まれていません。
'apt-get install php5-mongo'の何が問題なのですか? – Damonsson
「php5-mongoパッケージを見つけることができませんでした」 – Edwin