Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
rOGI420 opened this issue Oct 17, 2019 · 0 comments
Open

Comments

@rOGI420
Copy link

rOGI420 commented Oct 17, 2019

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant