Вот что я делаю:
1) Я устанавливаю драйвер в команде:
$ sudo pecl install mongo
Password:
WARNING: "pecl/mongo" is deprecated in favor of "channel:///mongodb"downloading mongo-1.6.12.tgz ...
Starting to download mongo-1.6.12.tgz (209,252 bytes)
.............................................done: 209,252 bytes
118 source files, building
running: phpize
Configuring for:
PHP Api Version: 20121113
Zend Module Api No: 20121212
Zend Extension Api No: 220121212
Build with Cyrus SASL (MongoDB Enterprise Authentication) support? [no] :
building in /private/tmp/pear/install/pear-build-rootTF9cNk/mongo-1.6.12
running: /private/tmp/pear/install/mongo/configure --with-php-config=/usr/bin/php-config --with-mongo-sasl=no
running: make
make: *** No targets specified and no makefile found. Stop.
ERROR: `make' failed。
2) Я делаю исходный код, вручную загружаю код и разархивирую его
$ phpize
Configuring for:
PHP Api Version: 20121113
Zend Module Api No: 20121212
Zend Extension Api No: 220121212
$ ./configure
$ make
make: *** No targets specified and no makefile found. Stop.
пакет https://pecl.php.net/package/mongo был заменен https://pecl.php.net/package/mongodb. Установить как
sudo pecl install mongodb
Других решений пока нет …