当前位置: 技术问答>linux和unix
CentOs5.4安装vsftp时编译出错,gcc安装不全?帮忙分析下
来源: 互联网 发布时间:2016-09-30
本文导语: make到一半时除了下面的错误,似乎是gcc安装不全(我在安装centos时好像没怎么选gcc),gcc怎么安装我不太懂,请问怎么解决? ptracesandbox.c:19:22: 错误:sys/mman.h:没有那个文件或目录 ptracesandbox.c:21:24: 错误:sys/ptrace...
make到一半时除了下面的错误,似乎是gcc安装不全(我在安装centos时好像没怎么选gcc),gcc怎么安装我不太懂,请问怎么解决?
ptracesandbox.c:19:22: 错误:sys/mman.h:没有那个文件或目录
ptracesandbox.c:21:24: 错误:sys/ptrace.h:没有那个文件或目录
ptracesandbox.c:23:24: 错误:sys/socket.h:没有那个文件或目录
ptracesandbox.c:24:23: 错误:sys/types.h:没有那个文件或目录
ptracesandbox.c:25:22: 错误:sys/user.h:没有那个文件或目录
ptracesandbox.c:26:22: 错误:sys/wait.h:没有那个文件或目录
ptracesandbox.c:27:17: 错误:err.h:没有那个文件或目录
ptracesandbox.c:28:19: 错误:errno.h:没有那个文件或目录
ptracesandbox.c:29:19: 错误:fcntl.h:没有那个文件或目录
ptracesandbox.c:30:20: 错误:signal.h:没有那个文件或目录
ptracesandbox.c:31:20: 错误:stdlib.h:没有那个文件或目录
ptracesandbox.c:32:20: 错误:string.h:没有那个文件或目录
ptracesandbox.c:33:20: 错误:unistd.h:没有那个文件或目录
ptracesandbox.c:34:20: 错误:syslog.h:没有那个文件或目录
ptracesandbox.c:36:24: 错误:asm/unistd.h:没有那个文件或目录
ptracesandbox.c:51:23: 错误:linux/net.h:没有那个文件或目录
ptracesandbox.c:19:22: 错误:sys/mman.h:没有那个文件或目录
ptracesandbox.c:21:24: 错误:sys/ptrace.h:没有那个文件或目录
ptracesandbox.c:23:24: 错误:sys/socket.h:没有那个文件或目录
ptracesandbox.c:24:23: 错误:sys/types.h:没有那个文件或目录
ptracesandbox.c:25:22: 错误:sys/user.h:没有那个文件或目录
ptracesandbox.c:26:22: 错误:sys/wait.h:没有那个文件或目录
ptracesandbox.c:27:17: 错误:err.h:没有那个文件或目录
ptracesandbox.c:28:19: 错误:errno.h:没有那个文件或目录
ptracesandbox.c:29:19: 错误:fcntl.h:没有那个文件或目录
ptracesandbox.c:30:20: 错误:signal.h:没有那个文件或目录
ptracesandbox.c:31:20: 错误:stdlib.h:没有那个文件或目录
ptracesandbox.c:32:20: 错误:string.h:没有那个文件或目录
ptracesandbox.c:33:20: 错误:unistd.h:没有那个文件或目录
ptracesandbox.c:34:20: 错误:syslog.h:没有那个文件或目录
ptracesandbox.c:36:24: 错误:asm/unistd.h:没有那个文件或目录
ptracesandbox.c:51:23: 错误:linux/net.h:没有那个文件或目录
|
直接yum -y install vsftpd
多省事
多省事