gpt4 book ai didi

php - 如何在 Mac OS X 10.6.6 上启用 php-gmp? (没有macports)

转载 作者:塔克拉玛干 更新时间:2023-11-03 05:33:49 24 4
gpt4 key购买 nike

我想启用我的 php-gmp,但我不想使用 macports,因为我使用的是 Homebrew 软件。

我先

brew install gmp

我得到了 gmp 5.0.1

然后我下载了5.3.6的PHP源码,然后我去

source/ext/gmp

我做到了

phpize

然后

MACOSX_DEPLOYMENT_TARGET=10.6 CFLAGS='-O3 -fno-common -arch i386 -arch x86_64' LDFLAGS='-O3 -arch i386 -arch x86_64' CXXFLAGS='-O3 -fno-common -arch i386 -arch x86_64' ./configure --with-php-config=/Developer/SDKs/MacOSX10.6.sdk/usr/bin/php-config; make -j6;sudo make install

它给了我这个信息:

checking for GNU MP support... yes, shared checking for __gmp_randinit_lc_2exp_size in -lgmp... no checking for gmp_randinit_lc_2exp_size in -lgmp... no configure: error: GNU MP Library version 4.1.2 or greater required. make: * No targets specified and no makefile found. Stop.

知道如何在 Mac OSX 10.6.6 上启用没有 macports 的 php-gmp 吗?谢谢

最佳答案

如果您有 homebrew-php tap installed ,您现在可以:

$ brew install php55 --with-gmp

关于php - 如何在 Mac OS X 10.6.6 上启用 php-gmp? (没有macports),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5576518/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com