【待反馈】Ubuntu21.0.4安装宝塔面板失败
为了能快速了解并处理您的问题,请提供以下基础信息:面板、插件版本:wget -O install.sh https://download.bt.cn/install/install-ubuntu_6.0.sh && sudo bash install.sh ed8484bec系统版本:Ubuntu21.0.4
问题描述:安装失败
相关截图(日志、错误):hon-3.7.16/PCbuild/_ssl.vcxprojPython-3.7.16/PCbuild/python3dll.vcxprojPython-3.7.16/PCbuild/_multiprocessing.vcxprojPython-3.7.16/PCbuild/pythonw.vcxprojPython-3.7.16/PCbuild/select.vcxprojPython-3.7.16/PCbuild/openssl.propsPython-3.7.16/PCbuild/_queue.vcxproj.filtersPython-3.7.16/PCbuild/prepare_ssl.pyPython-3.7.16/PCbuild/idle.batPython-3.7.16/install-shchecking build system type... x86_64-pc-linux-gnuchecking host system type... x86_64-pc-linux-gnuchecking for python3.7... nochecking for python3... python3checking for --enable-universalsdk... nochecking for --with-universal-archs... nochecking MACHDEP... checking for --without-gcc... nochecking for --with-icc... nochecking for gcc... nochecking for cc... nochecking for cl.exe... noconfigure: error: in `/www/Python-3.7.16':configure: error: no acceptable C compiler found in $PATHSee `config.log' for more detailsinstall.sh: line 597: make: command not foundinstall.sh: line 598: make: command not found=================================================ERROR: Make python env fielded.ERROR: 编译宝塔运行环境失败!Ubuntu 21.04 \lBit:64 Mem:1978M Core:1Linux entx3py8.vm 5.11.0-16-generic #17-Ubuntu SMP Wed Apr 14 20:12:43 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
您好,您服务器系统内是无GCC、CMake环境,所以导致面板无法正常安装的。
您在服务器命令行下安装下GCC以及Cmake环境然后重新安装面板试试
apt-get update
apt-get build-dep gcc cmake
或者
apt-get update
apt-get install build-essential cmake 很少使用这个21.04的版本,直接换成CENTOS7.8了,已经OK了 多谢
页:
[1]