centos configure: error: *** these critical programs are missing or too old: compiler *** check the install file for required versions.
遇到这个错误,通常是因为系统中缺少必要的编译工具或库文件。解决这个问题,你需要安装 `gcc` 编译器和其他开发工具。在 CentOS 上,可以通过运行以下命令来安装: ```bash sudo yum groupinstall "Development Tools" ``` 这条命令会安装一组常用的开发工具,包括 GCC 编译器。 ### 需要注意的逻辑点 1. 确认你的 CentOS 版本是否支持你要安装的软件包版本。不同版本的 CentOS 可能会有不同的包管理策略。 2. 安装过程中如果提示有依赖项缺失,按照提示继续安装所需的依赖包。 3. 安装完成后,可以尝试重新配置你的项目,确保所有组件都能正确识别新安装的编译器和工具。 [2024-11-21 15:54:45 | AI写代码神器 | 165点数解答]
相关提问
- [阿里通义] centos configure: error: *** these critical programs are missing or too old: compiler *** check the install file for required versions.(165点数解答 | 2024-11-21 15:54:45)192
- [字节豆包] configure: error: *** these critical programs are missing or too old: compiler *** check the install file for required versions.(61点数解答 | 2024-11-21 15:54:05)158
- [阿里通义] configure: error: *** these critical programs are missing or too old: compiler *** check the install file for required versions.(135点数解答 | 2024-11-21 15:54:24)133
- [讯飞星火] centos *** these critical programs are missing or too old: compiler *** check the install file for required versions.(508点数解答 | 2024-11-21 15:56:42)137
- [百度文心] centos *** these critical programs are missing or too old: compiler *** check the install file for required versions.(337点数解答 | 2024-11-21 15:56:47)296
- [字节豆包] c:\python\venv\zzz\scripts\python.exe c:\python\main.py traceback (most recent call last): file "c:\users\意\appdata\local\programs\python\python311\lib\site-packages\urllib3\connection.py", line 199, in _new_conn sock = connection.create_connection( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ file "c:\users\意\appdata\local\programs\python\python311\lib\site-packages\urllib3\util\connection.py", line 85, in create_connection raise err file "c:\users\意\appdata\local\programs\python\pyt(161点数解答 | 2024-10-31 00:39:36)429
- [讯飞星火] error: subprocess-exited-with-error × python setup.py egg_info did not run successfully. │ exit code: 1 ╰─> [7 lines of output] traceback (most recent call last): file "<string>", line 2, in <module> file "<pip-setuptools-caller>", line 34, in <module> file "/tmp/pip-install-f_bzlwxx/pypiwin32_47ac0d70f6d549d9b5ac346414056e3a/setup.py", line 121 print "building pywin32", pywin32_version ^ syntaxerror: missing parentheses in(559点数解答 | 2024-11-22 20:16:30)266
- [字节豆包] *** Using Compiler 'V5.06 update 6 (build 750)', folder: 'E:\keilmdk\ARM\ARMCC\Bin' Rebuild target 'Target 1' compiling oled.c... E:\keilmdk\ARM\PACK\Keil\STM32F1xx_DFP\2.2.0\Device\Include\stm32f10x.h(483): error: #5: cannot open source input file "core_cm3.h": No such file or directory #include "core_cm3.h" oled.c: 0 warnings, 1 error compiling dht11.c... E:\keilmdk\ARM\PACK\Keil\STM32F1xx_DFP\2.2.0\Device\Include\stm32f10x.h(483): error: #5: cannot open source input file "core_cm3.h": No (666点数解答 | 2025-11-12 18:26:21)100
- [字节豆包] *** Using Compiler 'V5.06 update 6 (build 750)', folder: 'E:\keilmdk\ARM\ARMCC\Bin' Rebuild target 'Target 1' compiling oled.c... E:\keilmdk\ARM\PACK\Keil\STM32F1xx_DFP\2.2.0\Device\Include\stm32f10x.h(483): error: #5: cannot open source input file "core_cm3.h": No such file or directory #include "core_cm3.h" oled.c: 0 warnings, 1 error compiling dht11.c... E:\keilmdk\ARM\PACK\Keil\STM32F1xx_DFP\2.2.0\Device\Include\stm32f10x.h(483): error: #5: cannot open source input file "core_cm3.h": No (560点数解答 | 2025-11-12 18:31:47)58
- [DeepSeek] Traceback (most recent call last): File "Main.py", line 38, in <module> main() File "Main.py", line 28, in main with open("star.in", "r") as fin: FileNotFoundError: [Errno 2] No such file or directory: 'star.in' /1213/sample.in: non-zero return = 1 Traceback (most recent call last): File "Main.py", line 38, in <module> main() File "Main.py", line 28, in main with open("star.in", "r") as fin: FileNotFoundError: [Errno 2] No such file or directory: 'star.in' /1213/sta(443点数解答 | 2026-01-06 17:52:45)28
- java.sql.sqlsyntaxerrorexception: you have an error in your sql syntax; check the manual that corresponds to your mariadb server version for the right syntax to use near '*) from o_outorder_detail where pid= 397' at line 1 ### the error may exist in file [f:\gtkj\2024\yywmsccglxt\code\wms\tdt-vip-main\target\classes\com\tdt\modular\outstore\mapper\mapping\outorderdetailmapper.xml] ### the error may involve defaultparametermap ### the error occurred while setting parameters ### sql: select count(350点数解答 | 2024-04-25 08:26:19)361
- [阿里通义] + make tini-static Scanning dependencies of target tini-static [100%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o Linking C executable tini-static /usr/bin/ld: cannot find -lc collect2: error: ld returned 1 exit status make[3]: *** [tini-static] Error 1 make[2]: *** [CMakeFiles/tini-static.dir/all] Error 2 make[1]: *** [CMakeFiles/tini-static.dir/rule] Error 2 make: *** [tini-static] Error 2 error: Bad exit status from /var/tmp/rpm-tmp.0XoVnu (%build)(264点数解答 | 2025-05-24 02:02:15)211