在linux上编译xdebug ->将 32 位选项传递给 ./configure
问候!
当尝试编译 xdebug 时,有没有办法向它传递 32 位选项?
我现在拥有的是这样的:
./configure --with-php-config=/opt/lampp/bin/php-config
...或者有没有更好的方法来获取 32 位 xdebug bin?
他克斯
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
老问题,但有同样的问题,我不想为此安装 32 位 Linux 发行版。
这就是我所做的:
来源:
Old question, but had the same issue and I didn't want to install a 32 bit Linux distribution just for this.
This is what I did:
Source: http://montenasoft.com/en/blog/how-install-pecl-php-extension-64bit-linux-while-you-are-using-32bit-xampp
... 没关系。在 VirtualBox 上安装了 Vector Linux Light,在其上安装了带有开发包的 xampp,并针对它编译了 xdebug。然后将 xdebug.so 转移到正确的 xampp 安装中,它的工作就像一个魅力。
... 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.