View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000694 | Xdebug | Installation | public | 2011-05-24 18:13 | 2011-06-25 09:20 |
Reporter | rmcastro | Assigned To | derick | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | no change required | ||
OS | Centos | OS Version | 5.6 | ||
Product Version | 2.1.0 | ||||
Summary | 0000694: Centos and Zend Server | ||||
Description | Dear Sir, I'm having issues setting the xdebug to work with Zend Server. In the error.log of zend I get the following error: [Tue May 24 19:02:33 2011] [notice] caught SIGTERM, shutting down Failed loading ”/usr/local/zend/lib/php_extensions/xdebug.so”: ”/usr/local/zend/lib/php_extensions/xdebug.so”: cannot open shared object file: No such file or directory [Tue May 24 19:02:40 2011] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec) [Tue May 24 19:02:40 2011] [notice] Digest: generating secret for digest authentication ... [Tue May 24 19:02:40 2011] [notice] Digest: done [Tue May 24 19:02:40 2011] [notice] Apache/2.2.17 (Unix) DAV/2 PHP/5.2.17 configured -- resuming normal operations In attchment is the php.ini and I'm using PHP 5.2.17, xdebug 2.1.1, Zend Server 1.11.3. Thanks in advance. Best Regards Rui Castro | ||||
Tags | No tags attached. | ||||
Operating System | |||||
PHP Version | 5.3.6 | ||||
|
|
|
Hello, A correction concerning the version of Zende Server, which is 5.1.0. Also, in PHP if I say "extension=xdebug.so" instead of zend_extension=”/usr/local/zend/lib/php_extensions/xdebug.so” the library is loaded with the warning that isn't loaded has an extension of Zend Server and when I try to use Komodo to start debug, the debug doesn't start. Thanks in advance. Best Regards Rui Castro |
|
Please use: http://xdebug.org/find-binary.php |
|
Hello Derick, I followed the instructions and the xdebug.so was created with success. After that I moved to the extensions dir and restarted Zend Server. The extension wasn't loaded and in the log of Zend Server: Failed loading ”/usr/local/zend/lib/php_extensions/xdebug.so”: ”/usr/local/zend/lib/php_extensions/xdebug.so”: cannot open shared object file: No such file or directory Best Regards Rui Castro |
|
You seem to be using *curly* quotes in php.ini, and that won't work: zend_extension=”/usr/local/zend/lib/php_extensions/xdebug.so” either try with *normal* quotes: zend_extension="/usr/local/zend/lib/php_extensions/xdebug.so" or no quotes: zend_extension=/usr/local/zend/lib/php_extensions/xdebug.so |
Date Modified | Username | Field | Change |
---|---|---|---|
2011-05-24 18:13 | rmcastro | New Issue | |
2011-05-24 18:13 | rmcastro | File Added: php.ini | |
2011-05-24 18:16 | rmcastro | Note Added: 0001748 | |
2011-05-24 18:18 | rmcastro | Note Edited: 0001748 | |
2011-05-25 16:15 | derick | Note Added: 0001749 | |
2011-05-25 16:59 | rmcastro | Note Added: 0001750 | |
2011-06-25 09:20 | derick | Note Added: 0001757 | |
2011-06-25 09:20 | derick | Status | new => resolved |
2011-06-25 09:20 | derick | Resolution | open => no change required |
2011-06-25 09:20 | derick | Assigned To | => derick |