[xdebug-general] Re: Installation problem with Xdebug 2..0.0RC4

From: Daniel Brown <parasane[@]gmail.com>
Date: Tue, 19 Jun 2007 12:56:31 -0400

On 6/19/07, RUI NI <rui_ni_888[@]hotmail.com> wrote:
> Hey,
>
> First of all , thank you for you help.
>
> However, I still donot know how to go about the old version phpize lurking
> problem.
>
> As for the instruction, run phpize with correct path to it,I do get the
> correct version as the following
>
> 5.2.x 20041225 20060613 220060519 2.0.0RC3
>
> The only difference that I have is I download 2.0.0RC4 rather than 3.
>
> Thanks a million.
> >From: "Daniel Brown" <parasane[@]gmail.com>
> >To: "Marcus Bointon" <marcus[@]synchromedia.co.uk>
> >CC: "RUI NI" <rui_ni_888[@]hotmail.com>, xdebug-general[@]lists.xdebug.org
> >Subject: Re: [xdebug-general] Re: Installation problem with Xdebug
> >2..0.0RC4
> >Date: Tue, 19 Jun 2007 09:48:41 -0400
> >
> >On 6/19/07, Marcus Bointon <marcus[@]synchromedia.co.uk> wrote:
> >>On 19 Jun 2007, at 06:38, RUI NI wrote:
> >>
> >> > I get path for xdebug.so at /usr/local/php5/lib/php/extensions/no-
> >> > debug-non-zts-20060613/.
> >> > However, I also find out that xdebug.so is located at /usr/lib/php/
> >> > extensions/no-debug-non-zts-20020429/.
> >>
> >>I'd guess that you have an old version of phpize lurking in your system?
> >>
> >>Marcus
> >>--
> >>Marcus Bointon
> >>Synchromedia Limited: Creators of http://www.smartmessages.net/
> >>UK resellers of info[@]hand CRM solutions
> >>marcus@synchromedia.co.uk | http://www.synchromedia.co.uk/
> >>
> >>
> >>
> >>
> >
> > In the snippet you provided, it showed both commented out. You
> >did have them uncommented (one at a time) and remembered to restart
> >Apache each time, right?
> >
> > Also, Marcus is probably quite correct. These directory names:
> > /usr/local/php5/lib/php/extensions/no-debug-non-zts-20060613/
> > /usr/lib/php/extensions/no-debug-non-zts-20020429/
> >
> > .... indicate two separate PHP/Zend APIs (20060613 and 20020429).
> >The 2006xxxx API is your PHP5 API, while 20020429 is PHP4 (did you
> >upgrade from 4.3.0 or 4.3.1?). This then causes problems if phpize
> >isn't the same API version as the PHP build you're running for your
> >scripts on the server.
> >
> >--
> >Daniel P. Brown
> >[office] (570-) 587-7080 Ext. 272
> >[mobile] (570-) 766-8107
>
> _________________________________________________________________
> Windows Live Hotmail is the next generation of MSN Hotmail. It's fast,
> simple, and safer than ever and best of all – it's still free. Try it today!
> www.newhotmail.ca?icid=WLHMENCA146
>
>

    Please keep the replies on the list so that others who may
experience the same problem in the future can find whatever solutions
you come across by searching the archives.

    Try doing a `which phpize` and a `whereis phpize`. You may find
that the one you're using (displayed by the `which` command) is not
the only one in the path (displayed by the `whereis` command). If
that's the case, try using the alternate phpize(s) found by `whereis`
and see what API result you get.

-- 
Daniel P. Brown
[office] (570-) 587-7080 Ext. 272
[mobile] (570-) 766-8107
Received on Tue Jun 19 2007 - 18:56:35 BST

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