[xdebug-general] problem installing xdebug with xampp - possibly an xampp problem

From: Jeremy Lewi <jlewi[@]gatech.edu>
Date: Sun, 31 Aug 2008 16:29:27 -0400

Here's some more information which I think is relevant to my problem
installing xampp.

I originally tried to phpize xdebug using
/opt/lampp/bin/phpize
which gave the following output:

grep: /opt/lampp/include/php/main/php.h: No such file or directory

grep: /opt/lampp/include/php/Zend/zend_modules.h: No such file or directory

grep: /opt/lampp/include/php/Zend/zend_extensions.h: No such file or
directory

Configuring for:

PHP Api Version:

Zend Module Api No:

Zend Extension Api No:

I continued the installation using

 ./configure --enable-xdebug --with-php-config=/opt/lampp/bin/php-config

I than ran make.
   
Make failed with a bunch of errors which I assumed were related to the
warnings about the missing headers.
I therefore, tried rebuilding xdebug using an alternative php build on
my system

I started by running
/openpkg/bin/phpize
which produced the output

/openpkg/bin/phpize

/openpkg/bin/phpize

Configuring for:

PHP Api Version: 20041225

Zend Module Api No: 20060613

Zend Extension Api No: 220060519

I ran the following configure command

./configure --enable-xdebug --with-php-config=/openpkg/bin/php-config

"make" ran succesffully.
I then ran make install which outputted
Installing shared extensions:
/openpkg/lib/php/extensions/no-debug-non-zts-20060613/

So it looks like the php installation that came with xampp 1.6.7 may be
missing the modules needed for zend extensions?

Jeremy
Received on Sun Aug 31 2008 - 22:31:28 BST

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