php-zmq icon indicating copy to clipboard operation
php-zmq copied to clipboard

error: unable to open output file '.libs/zmq.o': 'Permission denied'

Open rOGI420 opened this issue 6 years ago • 0 comments
trafficstars

Hi;

I get the above error when I run $ make && make install, as directed in the wiki.

This is the error I get:

/bin/sh /Users/igor.cornejo/php-zmq/libtool --mode=compile cc -I. -I/Users/igor.cornejo/php-zmq -DPHP_ATOM_INC -I/Users/igor.cornejo/php-zmq/include -I/Users/igor.cornejo/php-zmq/main -I/Users/igor.cornejo/php-zmq -I/usr/local/php5/include/php -I/usr/local/php5/include/php/main -I/usr/local/php5/include/php/TSRM -I/usr/local/php5/include/php/Zend -I/usr/local/php5/include/php/ext -I/usr/local/php5/include/php/ext/date/lib -I/usr/local/Cellar/zeromq/4.3.2/include -DHAVE_CONFIG_H -g -O2 -c /Users/igor.cornejo/php-zmq/zmq.c -o zmq.lo cc -I. -I/Users/igor.cornejo/php-zmq -DPHP_ATOM_INC -I/Users/igor.cornejo/php-zmq/include -I/Users/igor.cornejo/php-zmq/main -I/Users/igor.cornejo/php-zmq -I/usr/local/php5/include/php -I/usr/local/php5/include/php/main -I/usr/local/php5/include/php/TSRM -I/usr/local/php5/include/php/Zend -I/usr/local/php5/include/php/ext -I/usr/local/php5/include/php/ext/date/lib -I/usr/local/Cellar/zeromq/4.3.2/include -DHAVE_CONFIG_H -g -O2 -c /Users/igor.cornejo/php-zmq/zmq.c -fno-common -DPIC -o .libs/zmq.o error: unable to open output file '.libs/zmq.o': 'Permission denied' 1 error generated. make: *** [zmq.lo] Error 1

My intent is to do a php-zmq bind, in order to get PHP running on Jupyter notebooks. I'm a newbie at this so I'm not sure if this error means anything or not.

Thanks!

rOGI420 avatar Oct 17 '19 04:10 rOGI420