Error Installing MongoDB driver on XAMPP (OS X/El Capitan) Error Installing MongoDB driver on XAMPP (OS X/El Capitan) mongodb mongodb

Error Installing MongoDB driver on XAMPP (OS X/El Capitan)


What worked for me was to use the OpenSSL headers from Brew:

  1. Install brew
  2. Install openssl using brew: brew install openssl
  3. Use the openssl header file when installing the pecl module: C_INCLUDE_PATH=/usr/local/opt/openssl/include bin/pecl install mongodb