Search code examples
phpphp-7peclphp-7.1rhel7

Install mongodb driver for php 7.1 on RHEL 7.1


I am trying to install mongodb driver for php 7.1 but not found any solution.

Used following command

pecl install mongodb

But gives , pecl command not found. Tried to install pecl by

yum install pecl

But given no package available


Solution

  • Try install php-pear package. pecl is included on it.

    P.S. See https://pkgs.org/download/php-pear