View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000150 | Xdebug | public | 2005-09-21 15:48 | 2005-09-21 16:10 | |
Reporter | mikedransfield | Assigned To | derick | ||
Priority | normal | Severity | trivial | Reproducibility | always |
Status | resolved | Resolution | no change required | ||
Summary | 0000150: Failed loading xdebug, undefined symbol empty_string | ||||
Description | Failed loading /php5/lib/php/extensions/no-debug-non-zts-20050617/xdebug.so: /php5/lib/php/extensions/no-debug-non-zts-20050617/xdebug.so: undefined symbol: empty_string This is using php 5.1.0 RC2-dev downloaded from snaps.php.net | ||||
Additional Information | I reported the other crashing bug and I wanted to see if it was fixed, the snapshot was compiled at 12PM whilst the fix was done at 10AM, so I assume the fix would have made it into this release. PHP 5 checked out from CVS didnt compile so I am using the snapshot | ||||
Tags | No tags attached. | ||||
Operating System | Linux 2.6 (Fedora 2) | ||||
PHP Version | 5.1.0-dev | ||||
|
This error means you compiled Xdebug against the wrong PHP headers. You need to do "make install" in the PHP 5 source tree and make sure that you're only having one set of headers installed. |
|
Sorry, I think this is related to this. |
Date Modified | Username | Field | Change |
---|---|---|---|
2005-09-21 15:48 | mikedransfield | New Issue | |
2005-09-21 16:04 | derick | Status | new => resolved |
2005-09-21 16:04 | derick | Resolution | open => no change required |
2005-09-21 16:04 | derick | Assigned To | => derick |
2005-09-21 16:04 | derick | Note Added: 0000285 | |
2005-09-21 16:10 | mikedransfield | Note Added: 0000286 | |
2016-07-31 12:35 | derick | Category | Debug client (console) => debugclient (debugging tool) |
2016-07-31 12:35 | derick | Category | debugclient (debugging tool) => (No Category) |