Can xdebug work in puppy?

Booting, installing, newbie
Message
Author
User avatar
Semme
Posts: 8399
Joined: Sun 07 Aug 2011, 20:07
Location: World_Hub

#16 Post by Semme »

That's the wrong devx champ.

XAMPP you missed answering..

autoconf, good..

Struct.pm? Yes- search deeper..

Here's the other thing: php-config --version

And those other deps, including libssl-dev ARE in PPM. Update it!

If that's truly the devx that's been loaded, no wonder compiles have failed.

panoss
Posts: 198
Joined: Mon 31 Oct 2011, 13:36

#17 Post by panoss »

Semme wrote:That's the wrong devx champ.
Wait a minute, one by one.
Which devx file should I use?

panoss
Posts: 198
Joined: Mon 31 Oct 2011, 13:36

#18 Post by panoss »

Semme wrote:
And those other deps, including libssl-dev ARE in PPM. Update it!
Ok, I found libssl-dev_1.0.1 installed! I had to tick' the check box 'DEV" in PPM to show up!

User avatar
Semme
Posts: 8399
Joined: Sun 07 Aug 2011, 20:07
Location: World_Hub

#19 Post by Semme »

Is your Precise 5.4.. 5.4.3.. which? You need to be exact!

Furthermore- it sounds like you'll need the dev pkg too..

panoss
Posts: 198
Joined: Mon 31 Oct 2011, 13:36

#20 Post by panoss »

Ok, now don't laugh.
How shall I find my version of puppy?


Should I unload lupu_devx_528-3.sfs?

panoss
Posts: 198
Joined: Mon 31 Oct 2011, 13:36

#21 Post by panoss »

Ok, I installed dev_pkg from xampp site.
Should I unload lupu_devx_528-3.sfs?

User avatar
Semme
Posts: 8399
Joined: Sun 07 Aug 2011, 20:07
Location: World_Hub

#22 Post by Semme »

:D For, ah.. version >> cat /etc/DISTRO_SPECS

If you're run'n Precise, you sure don't need Lupu's devx.

panoss
Posts: 198
Joined: Mon 31 Oct 2011, 13:36

#23 Post by panoss »

Ok: DISTRO_VERSION=5.4.3
I uloaded lupu_devx_528-3.sfs.

User avatar
Semme
Posts: 8399
Joined: Sun 07 Aug 2011, 20:07
Location: World_Hub

#24 Post by Semme »

As long as your 5.4.3's not the retro build, you want the devx from here.

Then I'd go about trying to build xdebug.

And I'd say remove any of it's earlier stuff before proceeding..

panoss
Posts: 198
Joined: Mon 31 Oct 2011, 13:36

#25 Post by panoss »

Ok, I tried to run phpize:
sh-3.00# /opt/lampp/bin/phpize-5.4.7

Code: Select all

Configuring for:
PHP Api Version:         20100412
Zend Module Api No:      20100525
Zend Extension Api No:   220100525
Cannot find autoconf. Please check your autoconf installation and the
$PHP_AUTOCONF environment variable. Then, rerun this script.
Wait a minute, I haven't loaded new devx from the link you posted :oops: .
I'll load it and retry.

panoss
Posts: 198
Joined: Mon 31 Oct 2011, 13:36

#26 Post by panoss »

It compiled! It seems to be working!!!
I only had to change the path for php-config:
./configure --with-php-config=/opt/lampp/bin/php-config-5.4.7
as suggested here.

Semme thank you VERY MUCH my friend!
If it weren't you I wouldn't have made it!

User avatar
Semme
Posts: 8399
Joined: Sun 07 Aug 2011, 20:07
Location: World_Hub

#27 Post by Semme »

Sorry I'm sooo late responding but- discovery is often laborious. You made it cause you :wink: HUNG IN THERE!

Post Reply