php5.6安装pcntl报错,php - 编译安装pcntl,mysqli扩展都会报错,下面是报错?

php - 编译安装pcntl,mysqli扩展都会报错,下面是报错?

2e77025c37aad64182a3ee25c67dcd40.png

黄舟2017-05-16 12:59:07 0 4 408

[root@c991bca27e3e-lnmp-test1-lnmp-test1-1 pcntl]# make

/bin/sh /usr/local/src/php-5.6.30/ext/pcntl/libtool --mode=compile cc -I. -I/usr/local/src/php-5.6.30/ext/pcntl -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/ext/pcntl/include -I/usr/local/src/php-5.6.30/ext/pcntl/main -I/usr/local/src/php-5.6.30/ext/pcntl -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /usr/local/src/php-5.6.30/ext/pcntl/pcntl.c -o pcntl.lo

libtool: compile: cc -I. -I/usr/local/src/php-5.6.30/ext/pcntl -DPHP_ATOM_INC -I/usr/local/src/php-5.6.30/ext/pcntl/include -I/usr/local/src/php-5.6.30/ext/pcntl/main -I/usr/local/src/php-5.6.30/ext/pcntl -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /usr/local/src/php-5.6.30/ext/pcntl/pcntl.c -fPIC -DPIC -o .libs/pcntl.o

/usr/local/src/php-5.6.30/ext/pcntl/pcntl.c: In function 'zif_pcntl_exec':

/usr/local/src/php-5.6.30/ext/pcntl/pcntl.c:798:10: error: 'HASH_KEY_NON_EXISTENT' undeclared (first use in this function)

case HASH_KEY_NON_EXISTENT:

^

/usr/local/src/php-5.6.30/ext/pcntl/pcntl.c:798:10: note: each undeclared identifier is reported only once for each function it appears in

make: *** [pcntl.lo] Error 1

100396.html

回答

4

0

分享

全部回复 (4)

da055c2cf2902427130cf58d99c13e7b.png

小葫芦2017-05-16 13:01:074楼

phpize

make

make install

100396.html

回复47d507a036d4dd65488c445c0974b649.png

世界只因有你2017-05-16 13:01:073楼

pcntl属于php附带的源代码

https://github.com/php/php-src/tree/master/ext/pcntl

先要编译并安装php,并可以成功的执行phpize

cd php-src/ext/pcntl

phpize

./configure

make

cp modules/pcntl.so /your/php/ext/dir/

需要./configure

----------------------------------------------------------------------

Libraries have been installed in:

/root/php-src-php-7.1.4/ext/pcntl/modules

If you ever happen to want to link against installed libraries

in a given directory, LIBDIR, you must either use libtool, and

specify the full pathname of the library, or use the `-LLIBDIR'

flag during linking and do at least one of the following:

- add LIBDIR to the `LD_LIBRARY_PATH' environment variable

during execution

- add LIBDIR to the `LD_RUN_PATH' environment variable

during linking

- use the `-Wl,-rpath -Wl,LIBDIR' linker flag

- have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for

more information, such as the ld(1) and ld.so(8) manual pages.

----------------------------------------------------------------------

Build complete.

Don't forget to run 'make test'.

100396.html

回复47d507a036d4dd65488c445c0974b649.png

某草草2017-05-16 13:01:072楼

把/usr/local/src/php-5.6.30/ext/pcntl/pcntl.c中的HASH_KEY_NON_EXISTENT替换成HASH_KEY_NON_EXISTANT

100396.html

回复47d507a036d4dd65488c445c0974b649.png

phpcn_u15822017-05-16 13:01:071楼

./configure --prefix=/usr/local/php \

--enable-bcmath \

--enable-fpm \

--enable-ftp \

--enable-mbstring \

--enable-pcntl \

--enable-shmop \

--enable-sockets \

--enable-sysvsem \

--enable-zip \

--with-bz2 \

--with-curl \

--with-freetype-dir=/usr/lib64 \

--with-gettext \

--with-gd \

--with-jpeg-dir=/usr/lib64 \

--with-openssl \

--with-png-dir=/usr/lib64 \

--with-xmlrpc \

--with-xsl \

--with-mcrypt \

--with-mysql \

--with-mysqli \

--with-pdo-mysql \

--with-zlib \

--with-config-file-path=/usr/local/php/etc/

100396.html

回复

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值