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

centos6.5 装不上宝塔,提示找不到 gcc

发表在 Linux面板2017-8-16 20:23 [复制链接] 6 5854

系统信息
[root@phrmn136 ~]# cat /proc/version
Linux version 2.6.32-504.el6.x86_64 (mockbuild@c6b9.bsys.dev.centos.org) (gcc version 4.4.7 20120313 (Red Hat 4.4.7-11) (GCC) ) #1 SMP Wed Oct 15 04:27:16 UTC 2014


纯系统,我晕,还传不上来图。

Installed /usr/lib/python2.6/site-packages/pip-9.0.1-py2.6.egg
Processing dependencies for pip==9.0.1
Finished processing dependencies for pip==9.0.1
Traceback (most recent call last):
  File "<string>", line 1, in <module>
ImportError: No module named psutil
DEPRECATION: Python 2.6 is no longer supported by the Python core team, please upgrade your Python. A future version of pip will drop support for Python 2.6
Cannot uninstall requirement psutil, not installed



  InsecurePlatformWarning
Requirement already up-to-date: pip in /usr/lib/python2.6/site-packages/pip-9.0.1-py2.6.egg
DEPRECATION: Python 2.6 is no longer supported by the Python core team, please upgrade your Python. A future version of pip will drop support for Python 2.6
Collecting psutil




    unable to execute gcc: No such file or directory
    error: command 'gcc' failed with exit status 1

    ----------------------------------------
Command "/usr/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-n5KQ3f/psutil/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-sZP4bf-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-n5KQ3f/psutil/
--2017-08-16 20:12:25--  http://103.224.251.67:5880/install/src/psutil-5.2.2.tar.gz



unable to execute gcc: No such file or directory
error: command 'gcc' failed with exit status 1
=================================================
psutil installation failed.


使用道具 举报 只看该作者 回复
发表于 2017-8-17 09:12:35 | 显示全部楼层
进入ssh 输入
  1. gcc -v
复制代码

看看
使用道具 举报 回复 支持 反对
发表于 2017-8-17 09:14:17 | 显示全部楼层
[root@phrmn136 ~]# gcc -v
-bash: gcc: command not found
[root@phrmn136 ~]#

就没有
使用道具 举报 回复 支持 反对
发表于 2017-8-17 11:40:53 | 显示全部楼层
情非得已 发表于 2017-8-17 09:14
[root@phrmn136 ~]# gcc -v
-bash: gcc: command not found
[root@phrmn136 ~]#

输入这条命令看看
  1. yum install -y gcc g++
复制代码
使用道具 举报 回复 支持 反对
发表于 2017-8-17 16:52:04 | 显示全部楼层
谢了,试了所有方法都装不上GCC,结果查出来是我系统有问题,改好后,直接就能装上GCC了。装了GCC,再装宝塔就没问题了,已经可以了
使用道具 举报 回复 支持 反对
发表于 2017-12-14 21:33:06 | 显示全部楼层
情非得已 发表于 2017-8-17 16:52
谢了,试了所有方法都装不上GCC,结果查出来是我系统有问题,改好后,直接就能装上GCC了。装了GCC,再装宝 ...

哥你说下你怎么解决的啊
使用道具 举报 回复 支持 反对
发表于 2018-11-15 11:18:20 | 显示全部楼层
捞nginx的时候回过头来看gcc的安装, 才发现这篇怎么这么长, 还是转载的! 自己都看不下去了! 现重新总结一下, 简单粗暴的两行命令:

一.安装

yum -y install gcc gcc-c++ autoconf pcre pcre-devel make automake
yum -y install wget httpd-tools vim

1.就把gcc当成c语言编译器, g++当成c++语言编译器用就是了.(知乎)

2.wget是一个从网络上自动下载文件的自由工具, 可以在用户退出系统的之后在继续后台执行, 直到下载任务完成.(百度百科)

二.测试(查看版本信息, 编译Helloworld)

1.查看gcc版本信息

gcc --version
使用道具 举报 回复 支持 反对
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

普通问题处理

论坛响应时间:72小时

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

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

紧急运维服务

响应时间:3分钟

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

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

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

立即付费处理

工作时间:09:00至24:00

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