search

Home  >  Q&A  >  body text

php - Installing mongodb through pecl under mac, error reporting

/private/tmp/pear/install/mongodb/src/libmongoc/src/mongoc/mongoc-crypto-openssl.c:24:10: fatal error: 'openssl/sha.h' file not found
#include <openssl/sha.h>
         ^
1 error generated.
make: *** [src/libmongoc/src/mongoc/mongoc-crypto-openssl.lo] Error 1
ERROR: `make' failed

When installing pecl, the above error is reported. Does anyone know what is going on?

openssl has been installed

ringa_leeringa_lee2826 days ago1136

reply all(1)I'll reply

  • PHPz

    PHPz2017-05-16 13:08:54

    I installed it using homebrew. This installation method is recommended. Here is an introduction to installing mongodb on Mac

    reply
    0
  • Cancelreply