View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001291 | Xdebug | Installation | public | 2016-04-09 02:24 | 2016-05-10 22:37 |
Reporter | expora | Assigned To | derick | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 2.4.0 | ||||
Fixed in Version | 2.4.1 | ||||
Summary | 0001291: Debugclient installation fails on Mac OS X | ||||
Description | After successful compilation, it's impossible to install debugclient. Maybe it's due to the System Integrity Protection feature on recent Mac OS X versions? $ sudo make install | ||||
Steps To Reproduce | Unpacking the Xdebug source tarball and running: cd debugclient/ | ||||
Additional Information | Xdebug build and installation were done against PHP 7.0.5 but I can only select up to 7.0.4 in this report. | ||||
Tags | No tags attached. | ||||
Operating System | Mac OS X 10.11.4 | ||||
PHP Version | 7.0.0-7.0.4 | ||||
|
I'm not familiar with Mac OS X - what does this feature do? In any case, you should be able to just run the "debugclient" command from the compiled directory. I don't ever install it myself actually. Just ./debugclient/debugclient. It'd be good to be able to fix this though, but not sure how (and I can't try, as I have no Mac). |
|
This feature stops people from writing to certain system directories, I think that's why they call it "rootless mode" because not even root can write to them. You need to disable the feature altogether to have the regular permissions. It's been controversial. Maybe the install script is trying to write to a "secure" directory, although /usr/local should be allowed. |
|
I see the problem. The install script (install-sh) does not have the right I have fixed this, for Xdebug 2.4.1. |
Date Modified | Username | Field | Change |
---|---|---|---|
2016-04-09 02:24 | expora | New Issue | |
2016-04-10 16:51 | derick | Note Added: 0003579 | |
2016-04-10 16:51 | derick | Assigned To | => derick |
2016-04-10 16:51 | derick | Status | new => feedback |
2016-04-17 22:10 | expora | Note Added: 0003584 | |
2016-04-17 22:10 | expora | Status | feedback => assigned |
2016-04-17 22:11 | expora | Note Edited: 0003584 | |
2016-05-10 22:37 | derick | Note Added: 0003598 | |
2016-05-10 22:37 | derick | Status | assigned => closed |
2016-05-10 22:37 | derick | Resolution | open => fixed |
2016-05-10 22:37 | derick | Fixed in Version | => 2.4.1 |