当前位置:论坛首页 > Linux面板 > 求助

【待反馈】PHP7.3 和7.4 都无法更新升级

发表在 Linux面板2020-6-17 07:19 [复制链接] 5 2032

PHP7.3 和7.4 都无法更新升级


php-7.3.19/Zend/zend_multiply.h
php-7.3.19/Zend/zend_config.w32.h
php-7.3.19/Zend/zend_alloc_sizes.h
php-7.3.19/Zend/zend_cpuinfo.h
php-7.3.19/Zend/zend_globals.h
php-7.3.19/Zend/zend_llist.c
php-7.3.19/Zend/zend_strtod.h
php-7.3.19/Zend/zend_portability.h
php-7.3.19/Zend/zend_types.h
php-7.3.19/Zend/zend_closures.h
php-7.3.19/Zend/zend_operators.c
php-7.3.19/Zend/zend_execute.c
php-7.3.19/Zend/zend_object_handlers.h
php-7.3.19/Zend/zend_language_parser.h
php-7.3.19/Zend/zend_objects.c
php-7.3.19/Zend/zend_vm_opcodes.c
php-7.3.19/Zend/zend_language_scanner.l
php-7.3.19/Zend/header
php-7.3.19/Zend/zend.c
php-7.3.19/Zend/zend_cpuinfo.c
php-7.3.19/Zend/zend_stack.c
php-7.3.19/Zend/zend_builtin_functions.c
php-7.3.19/Zend/zend_inheritance.h
php-7.3.19/Zend/zend_type_info.h
php-7.3.19/Zend/LICENSE
php-7.3.19/Zend/Makefile.frag
php-7.3.19/Zend/zend_virtual_cwd.h
php-7.3.19/Zend/zend_sort.c
php-7.3.19/Zend/zend_smart_string_public.h
php-7.3.19/Zend/zend_multibyte.h
php-7.3.19/Zend/zend_objects.h
php-7.3.19/Zend/zend_interfaces.h
php-7.3.19/Zend/zend_constants.c
php-7.3.19/Zend/zend_ast.c
php-7.3.19/Zend/zend_ini_scanner_defs.h
php-7.3.19/Zend/zend_strtod_int.h
php-7.3.19/Zend/zend_vm_gen.php
php-7.3.19/Zend/zend_string.h
php-7.3.19/Zend/zend_object_handlers.c
php-7.3.19/Zend/zend_smart_str_public.h
php-7.3.19/Zend/zend_extensions.c
php-7.3.19/Zend/zend_variables.h
php-7.3.19/Zend/zend_hash.h
php-7.3.19/Zend/zend_globals_macros.h
php-7.3.19/Zend/zend_hash.c
php-7.3.19/Zend/zend.ico
php-7.3.19/Zend/zend_arena.h
php-7.3.19/Zend/zend_language_parser.c
php-7.3.19/Zend/zend_long.h
php-7.3.19/Zend/zend_extensions.h
php-7.3.19/Zend/zend_vm_trace_map.h
php-7.3.19/Zend/zend_alloc.c
php-7.3.19/Zend/zend_builtin_functions.h
php-7.3.19/Zend/zend_ini_parser.c
php-7.3.19/Zend/zend_errors.h
php-7.3.19/Zend/zend_smart_str.h
php-7.3.19/Zend/zend_generators.h
php-7.3.19/Zend/zend_ptr_stack.h
php-7.3.19/Zend/zend_stream.c
php-7.3.19/Zend/zend_build.h
php-7.3.19/Zend/acinclude.m4
php-7.3.19/Zend/zend_vm_trace_handlers.h
php-7.3.19/Zend/zend_objects_API.h
php-7.3.19/Zend/zend_ini_parser.output
php-7.3.19/Zend/zend_ini_scanner.c
php-7.3.19/Zend/zend_float.h
php-7.3.19/Zend/zend_alloc.h
php-7.3.19/acinclude.m4
php-7.3.19/makedist
php.sh: line 253: [: missing `]'
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for a sed that does not truncate output... /bin/sed
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
shtool:echo:Warning: unable to determine terminal sequence for bold mode
shtool:echo:Warning: unable to determine terminal sequence for bold mode
checking for cc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking how to run the C preprocessor... /lib/cpp
configure: error: in `/www/server/php/73/src':
configure: error: C preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details
make: *** No targets specified and no makefile found.  Stop.
Gracefully shutting down php-fpm . done
make: *** No rule to make target `install'.  Stop.
使用道具 举报 只看该作者 回复
发表于 2020-6-17 09:26:24 | 显示全部楼层
您好,ssh内执行下面命令,重新安装一下gcc。

  1. yum reinstall glibc-headers gcc-c++ -y
复制代码
使用道具 举报 回复 支持 反对
发表于 2020-6-17 19:29:42 | 显示全部楼层
还是 不行。执行不了 7192833.png
使用道具 举报 回复 支持 反对
发表于 2020-6-18 20:53:24 | 显示全部楼层
谢花郎 发表于 2020-6-17 09:26
您好,ssh内执行下面命令,重新安装一下gcc。

205138.png
执行后
还是不能安装PHP 7.4 7.3
使用道具 举报 回复 支持 反对
发表于 2020-6-18 20:57:35 | 显示全部楼层
谢花郎 发表于 2020-6-17 09:26
您好,ssh内执行下面命令,重新安装一下gcc。

00618205643.png

无法更新  和再次 安装PHP 所有版本
使用道具 举报 回复 支持 反对
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

普通问题处理

论坛响应时间:72小时

问题处理方式:排队(仅解答)

工作时间:白班:9:00 - 18:00

紧急运维服务

响应时间:3分钟

问题处理方式:宝塔专家1对1服务

工作时间:工作日:9:00 - 18:30

宝塔专业团队为您解决服务器疑难问题

点击联系技术免费分析

工作时间:09:00至18:30

快速回复 返回顶部 返回列表