views:

176

answers:

1

Greetings!

When trying to compile xdebug, is there a way to pass it a 32-bit option?

What I have right now is this:

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

... or is there a better way to obtain a 32-bit bin of xdebug?

Thaks

A: 

... never mind. Installed Vector Linux Light on VirtualBox, installed xampp with dev package on that and compiled xdebug against that. Then transfered xdebug.so into the proper xampp install and it worked like a charm.

vector