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)157
- 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)136
- 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)112
- centos *** these critical programs are missing or too old: compiler *** check the install file for required versions.(508点数解答 | 2024-11-21 15:56:42)110
- centos *** these critical programs are missing or too old: compiler *** check the install file for required versions.(337点数解答 | 2024-11-21 15:56:47)265
- 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)288
- 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)199
- 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)284
- function wsm.count does not exist. check the 'function name parsing and resolution' section in the reference manual ### 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 (1) from o_outorder_detail where pid= ? ### cause: java.sql.sqlsyntaxerrorexception: function wsm.count doe(672点数解答 | 2024-04-25 08:58:21)294
- + 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)171
- + 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)(571点数解答 | 2025-05-24 02:03:08)134
- k8s升级api-server kube-apiserver: error: [--etcd-servers must be specified, service-account-issuer is a required flag, --service-account-signing-key-file and --service-account-issuer are required flags](240点数解答 | 2024-05-21 17:28:28)402