又一个SE的博客

技术的点滴

Home Archives
2024-08-28
Linux

Linux下执行./configure报错:configure: error: no acceptable C compiler found in $PATH

没有装C的编译器的情况下,执行configure会报上面的错误。安装gcc即可解决。

1
2
3
4
# Redhat 系
$ yum install gcc
# Ubuntu Debian系
$ apt-get install build-essential
Buy me a coffee 分享
  • Linux
前一篇
找不到MSVCR120.dll
后一篇
Apache+php-fpm报错提示:Service Unavailable 错误日志:Permission denied

分类

  • AI
  • ActiveDirectory
  • Apache
  • Chrome DevTools
  • D2L
  • Deepseek
  • Docker
  • ElasticSearch
  • Excel VBA
  • GNS3
  • HTML
  • Hexo
  • Java
  • Linux
  • MMYOLO
  • MySQL
  • Node
  • PHP
  • PowerShell
  • Python
  • QwQ
  • Rocky Linux 9
  • StableDiffusion
  • Troubleshoot
  • URL归档
  • Ubuntu
  • Zabbix
  • bat小把戏
  • eNSP
  • macOS
  • nerf-pytorch
  • ollama
  • 免费软件
  • 证明书操作
  • 运维技巧
  • 阿里云

标签

  • AI
  • AWS
  • ActiveDirectory
  • Apache
  • CUDA
  • CentOS7
  • CentOS7升级
  • Chrome
  • Chrome DevTools
  • Chromium
  • D2L
  • Deepseek
  • Docker
  • ESXi
  • ElasticSearch
  • Excel VBA
  • GGUF
  • GNS3
  • Github
  • HTML
  • Hexo
  • Huawei
  • HuggingFace
  • Java
  • Javascript
  • Linux
  • MMYOLO
  • MongoDB
  • MySQl
  • Node
  • OpenAI
  • OpenMMLab
  • PHP
  • PowerShell
  • Proxy
  • Python
  • QwQ
  • Rocky Linux 9
  • Samba
  • Selenium
  • StableDiffusion
  • Streamlit
  • Troubleshoot
  • URL归档
  • Ubuntu
  • VMware
  • VirtualBox
  • Windows
  • Windows平台
  • WordPress
  • Zabbix
  • bat小把戏
  • bge-m3
  • d2l
  • eNSP
  • gd
  • leapp
  • macOS
  • nerf-pytorch
  • npm
  • nvm
  • ollama
  • pandas
  • streamlit
  • text-embedding-3-large
  • troubleshoot
  • 免费软件
  • 图像识别
  • 目标检测
  • 网络工程师
  • 运维技巧
  • 阿里云

标签云

AI AWS ActiveDirectory Apache CUDA CentOS7 CentOS7升级 Chrome Chrome DevTools Chromium D2L Deepseek Docker ESXi ElasticSearch Excel VBA GGUF GNS3 Github HTML Hexo Huawei HuggingFace Java Javascript Linux MMYOLO MongoDB MySQl Node OpenAI OpenMMLab PHP PowerShell Proxy Python QwQ Rocky Linux 9 Samba Selenium StableDiffusion Streamlit Troubleshoot URL归档 Ubuntu VMware VirtualBox Windows Windows平台 WordPress Zabbix bat小把戏 bge-m3 d2l eNSP gd leapp macOS nerf-pytorch npm nvm ollama pandas streamlit text-embedding-3-large troubleshoot 免费软件 图像识别 目标检测 网络工程师 运维技巧 阿里云

归档

  • 三月 2025
  • 二月 2025
  • 一月 2025
  • 十二月 2024
  • 十一月 2024
  • 十月 2024
  • 九月 2024
  • 八月 2024
  • 七月 2024
  • 六月 2024
  • 五月 2024
  • 四月 2024
  • 三月 2024
  • 二月 2024
  • 一月 2024
  • 十月 2023
  • 六月 2023
  • 五月 2023
  • 四月 2023
  • 三月 2023
  • 十月 2022

最新文章

  • 安装cuDNN报错:FreeImage is not set up correctly. Please ensure FreeImage is set up correctly.
  • Docker镜像 php:5.6-apache apt-get update报错:process /bin/sh -c apt-get update did not complete successfully: exit code: 100
  • LM Studio启动QwQ-32B报错:Error rendering prompt with jinja template: Error: Parser Error: Expected closing statement token. OpenSquareBracket !== CloseStatement. | 2025
  • LM Studio启动Deepseek-R1-distill-Qwen报错 | 2025
  • Windows下nvm install 报错:zip: The system cannot find the file specified.
© 2025 another-se
Powered by Hexo
Home Archives