View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000649 | Xdebug | Installation | public | 2010-12-29 12:32 | 2011-01-10 21:51 |
Reporter | scoopex | Assigned To | derick | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | not fixable | ||
Platform | Linux | OS | SUSE SLES 11 / Ubuntu 10.10 | ||
Product Version | 2.1.0 | ||||
Summary | 0000649: Installation prefix not properly handeled | ||||
Description | I want to install xdebug to a dedicated directory without This bug also causes to break the installation of phing using pear as non-root user user. | ||||
Steps To Reproduce | My installation process:export INSTALLDIR="/tmp/broken-xdebug" wget http://www.xdebug.org/files/xdebug-${XDEBUG_RELEASE}.tgz
| ||||
Additional Information | Patching the makefile after running the "configure", "make", "make install" by the following procedure can be used as a dirty workaround: perl -i -pe "~s;^EXTENSION_DIR.*\$;EXTENSION_DIR = $INSTALLDIR/extensions/;" Makefile | ||||
Tags | No tags attached. | ||||
Operating System | |||||
PHP Version | 5.3.3 | ||||
|
The configure script is created by PHP's phpize command; if the prefix option doesn't work, the bug is likely in that script. Please file a bug report at http://bugs.php.net However, you don't need "make install" for Xdebug to work. You can just copy modules/xdebug.so after compilation to whatever location you want, and then use zend_extension=/full/path/to/xdebug.so |
|
That`s bad - xdebug installation also fails while installing phpunit with coverage support without beeing root. (This is the source of my problem) I discovered that setting the following environment variable would be a workaround:make INSTALL_ROOT=/tmp/test installI´m not very experienced extension development and the tools related to this - maybe you can provide some information about what should be the correct solution. |
|
This is still not a bug, and let's not discuss support issues in the bug tracker (Feel free to write to the mailinglist!) |
Date Modified | Username | Field | Change |
---|---|---|---|
2010-12-29 12:32 | scoopex | New Issue | |
2011-01-02 18:08 | derick | Note Added: 0001625 | |
2011-01-02 18:08 | derick | Status | new => resolved |
2011-01-02 18:08 | derick | Resolution | open => not fixable |
2011-01-02 18:08 | derick | Assigned To | => derick |
2011-01-02 18:56 | scoopex | Note Added: 0001626 | |
2011-01-02 18:56 | scoopex | Status | resolved => feedback |
2011-01-02 18:56 | scoopex | Resolution | not fixable => reopened |
2011-01-10 21:50 | derick | Note Added: 0001638 | |
2011-01-10 21:51 | derick | Status | feedback => resolved |
2011-01-10 21:51 | derick | Resolution | reopened => not fixable |