Maison > Questions et réponses > le corps du texte
错误提示
不太了解linux安装redis,请各位指导一下,我在ubuntu下能正常配置成功,到了centos就出现这问题了
/usr/bin/ld: Warning: size of symbol `arginfo_scan' changed from 160 in .libs/redis.o to 200 in .libs/redis_cluster.o
collect2: ld returned 1 exit status
make: * [redis.la] Error 1
迷茫2017-04-25 09:05:42
Vous pouvez modifier redis_cluester.c et commenter les deux parties répétées.
Veuillez vous référer à cet article pour plus de détails sur l'installation de l'extension PHPredis dans plusieurs environnements PHP
40
41 /* Argument info for HSCAN, SSCAN, HSCAN */
42 /*ZEND_BEGIN_ARG_INFO_EX(arginfo_kscan, 0, 0, 2)
43 ZEND_ARG_INFO(0, str_key)
44 ZEND_ARG_INFO(1, i_iterator)
45 ZEND_ARG_INFO(0, str_pattern)
46 ZEND_ARG_INFO(0, i_count)
47 ZEND_END_ARG_INFO();
48 */
49
50 /* Argument infor for SCAN */
51 /*
52 ZEND_BEGIN_ARG_INFO_EX(arginfo_scan, 0, 0, 2)
53 ZEND_ARG_INFO(1, i_iterator)
54 ZEND_ARG_INFO(0, str_node)
55 ZEND_ARG_INFO(0, str_pattern)
56 ZEND_ARG_INFO(0, i_count)
57 ZEND_END_ARG_INFO();
58 */
阿神2017-04-25 09:05:42
./configure ajoutez simplement --with-php-config
./configure --with-php-config=/home/php/bin/php-config