[xdebug-general] Re: (Hopefully) a simple question about installing Xdebug on Linux - "make" syntax

From: Reini Urban <rurban[@]x-ray.at>
Date: Thu, 09 Sep 2004 10:40:17 +0200

Derick Rethans schrieb:
> On Thu, 9 Sep 2004, Tama Easton wrote:
>>I put the following line in my php.ini file:
>>zend_extension=/var/xdebug-1.3.2/modules/xdebug.so
>>
>>Restart the Apache server and get "no data found" returned from my
>>browser. If I remove the line then webpages load OK.
>
>
> A couple of questions for you:
> - Does that happen for all pages that you view, just PHP pages, or a
> specific PHP page?
> - If it's a specific PHP page, please check if phpinfo() works normally,
> and if you can provide the PHP script which makes things not work.
> - Does anything show up in your apache error log (usually in
> /var/log/apache/error_log)?
> - Are you sure "xdebug.so" exists in the directory
> /var/xdebug-1.3.2/modules ? Usually it ends up in a different
> directory after you do "make install" and the module in the source
> directory will not work, only the installed version. THis usually ends
> up in /usr/local/lib/php/extensions/somenumber/xdebug.so. If you do
> "make install" it should tell you where it was installed to.

yeah, you forgot to tell Tama to use the sequence:

make <return>
make install <return>

:)

-- 
Reini Urban
http://xarch.tu-graz.ac.at/home/rurban/
Received on Thu Sep 09 2004 - 10:40:21 BST

This archive was generated by hypermail 2.2.0 : Mon Jun 25 2018 - 06:00:03 BST