nihulu 发表于 2023-2-14 20:43:46

安装lnmp 失败


CPU平台
AMD/EPYC2 7H12




镜像
CentOS 7.9 64位



CPU
1核



内存
1G



系统盘容量
40GB



服务商   ucloud

lnmp-install.log


https://cowtransfer.com/s/da4cf11c7d7744


licess 发表于 2023-2-15 16:23:56

/lnmp1.9/src/php-7.4.30/Zend/zend_execute.c: In function ‘zend_fetch_static_property_address_ex’:
/lnmp1.9/src/php-7.4.30/Zend/zend_types.h:524:38: warning: ‘tmp_name’ may be used uninitialized in this function [-Wmaybe-uninitialized]
#define GC_FLAGS(p)   zval_gc_flags(GC_TYPE_INFO(p))
                                    ^
/lnmp1.9/src/php-7.4.30/Zend/zend_execute.c:2999:22: note: ‘tmp_name’ was declared here
zend_string *name, *tmp_name;
                      ^
In file included from /lnmp1.9/src/php-7.4.30/Zend/zend.h:36:0,
               from /lnmp1.9/src/php-7.4.30/Zend/zend_execute.c:26:
/lnmp1.9/src/php-7.4.30/Zend/zend_variables.h:32:57: warning: ‘free_op1’ may be used uninitialized in this function [-Wmaybe-uninitialized]
static zend_always_inline void zval_ptr_dtor_nogc(zval *zval_ptr)
                                                         ^
/lnmp1.9/src/php-7.4.30/Zend/zend_execute.c:2998:15: note: ‘free_op1’ was declared here
zend_free_op free_op1;
               ^
/lnmp1.9/src/php-7.4.30/Zend/zend_execute.c: In function ‘zend_verify_ref_assignable_zval’:
/lnmp1.9/src/php-7.4.30/Zend/zend_execute.c:3231:42: warning: ‘seen_type’ may be used uninitialized in this function [-Wmaybe-uninitialized]
   } else if (needs_coercion && seen_type != ZEND_TYPE_CODE(prop->type)) {
                                          ^
cc: internal compiler error: Killed (program cc1)
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://bugzilla.redhat.com/bugzilla> for instructions.
安装过程中内存不够用导致的
页: [1]
查看完整版本: 安装lnmp 失败