View Issue Details

IDProjectCategoryView StatusLast Update
0000694XdebugInstallationpublic2011-06-25 09:20
Reporterrmcastro Assigned Toderick  
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionno change required 
OSCentosOS Version5.6 
Product Version2.1.0 
Summary0000694: 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

TagsNo tags attached.
Attached Files
php.ini (49,374 bytes)
Operating System
PHP Version5.3.6

Activities

rmcastro

2011-05-24 18:16

reporter   ~0001748

Last edited: 2011-05-24 18:18

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

derick

2011-05-25 16:15

administrator   ~0001749

Please use: http://xdebug.org/find-binary.php

rmcastro

2011-05-25 16:59

reporter   ~0001750

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

derick

2011-06-25 09:20

administrator   ~0001757

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

Issue History

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