我正在尝试使用 php 7.1.7 和 api 版本 20160303 为 lampp 套件编译 gmp。我下载了 gmp-6.1.2.tar.bz2 用于bzip2 -dk gmp-6.1.2.tar.bz2
获取 tar 文件,tar -xvvf gmp-6.1.2.tar
然后cd gmp-6.1.2/
。
当我运行时
/opt/lampp/bin/phpize
(我正在使用lampp套件进行开发),我得到了这个
Cannot find config.m4.
Make sure that you run '/opt/lampp/bin/phpize' in the top level source directory of the module
我正在尝试为 php7.1.7 编译 gmp。
不运行 /opt/lampp/bin/phpize,并执行以下步骤
- 。/配置
- 制作
- 做测试
- 进行安装
在控制台上运行php,我得到这个:
PHP Warning: PHP Startup: gmp: Unable to initialize module
Module compiled with module API=20151012
PHP compiled with module API=20160303
These options need to match
in Unknown on line 0
Warning: PHP Startup: gmp: Unable to initialize module
Module compiled with module API=20151012
PHP compiled with module API=20160303
These options need to match
in Unknown on line 0