I read all the similar questions about stack overflows - nothing affects my specific problem. I am running OS X 10.11 (El Capitan).
I cloned a mongo-php-drive repo and these commands succeeded:
phpize ./configure make
But sudo make install fails:
(master) ~/tmp/mongo-php-driver $ sudo make install Installing shared extensions: /usr/lib/php/extensions/no-debug-non-zts-20121212/ cp: /usr/lib/php/extensions/no-debug-non-zts-20121212/
I understand this is a permissions issue, but I donβt know how to fix it safely. I do not want to weaken the security of something like /usr/* .
Any suggestions would be highly appreciated.
source share