免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 4686 | 回复: 6
打印 上一主题 下一主题

安装vsftpd时,编译出现错误。 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2009-10-14 02:14 |只看该作者 |倒序浏览
vsftpd的版本是2.0.3,解压后放到/home/app文件夹下,进入文件夹输入make,就出现以下的错误信息,
小弟是刚学Linux的菜鸟,请各位高手帮忙解答一下

//自己本来以为是编码的错误,但是换了好像也还是不行。

[root@localhost vsftpd-2.0.3]# make
gcc -c sysdeputil.c -O2 -Wall -W -Wshadow  -idirafter dummyinc
sysdeputil.c:161: error: expected declaration specifiers or '...' before 'capset'
sysdeputil.c:161: error: expected declaration specifiers or '...' before 'header'
sysdeputil.c:161: error: expected declaration specifiers or '...' before 'data'
In file included from sysdeputil.c:169:
/usr/include/sys/sendfile.h: In function '_syscall2':
/usr/include/sys/sendfile.h:35: error: storage class specified for parameter 'sendfile'
sysdeputil.c:185: error: storage class specified for parameter 'environ'
sysdeputil.c:186: error: storage class specified for parameter 's_proctitle_space'
sysdeputil.c:186: error: parameter 's_proctitle_space' is initialized
sysdeputil.c:187: error: storage class specified for parameter 's_proctitle_inited'
sysdeputil.c:187: error: parameter 's_proctitle_inited' is initialized
sysdeputil.c:188: error: storage class specified for parameter 's_p_proctitle'
sysdeputil.c:188: error: parameter 's_p_proctitle' is initialized
sysdeputil.c:200: error: storage class specified for parameter 'do_sendfile'
sysdeputil.c:201: error: storage class specified for parameter 'vsf_sysutil_setproctitle_inter     nal'
sysdeputil.c:202: error: storage class specified for parameter 's_proctitle_prefix_str'
sysdeputil.c:204: error: storage class specified for parameter 'vsf_insert_uwtmp'
sysdeputil.c:205: error: storage class specified for parameter 'vsf_remove_uwtmp'
sysdeputil.c:212: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
sysdeputil.c:415: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
sysdeputil.c:453: error: storage class specified for parameter 'do_checkcap'
sysdeputil.c:457: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
sysdeputil.c:476: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
sysdeputil.c:493: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
sysdeputil.c:506: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
sysdeputil.c:583: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
sysdeputil.c:620: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
sysdeputil.c:774: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
sysdeputil.c:781: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
sysdeputil.c:787: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
sysdeputil.c:834: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
sysdeputil.c:867: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
sysdeputil.c:908: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
sysdeputil.c:913: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
sysdeputil.c:954: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
sysdeputil.c:990: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
sysdeputil.c:1106: error: storage class specified for parameter 's_uwtmp_inserted'
sysdeputil.c:1107: error: storage class specified for parameter 's_utent'
sysdeputil.c:1112: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
sysdeputil.c:1151: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
sysdeputil.c:1167: error: old-style parameter declarations in prototyped function definition
sysdeputil.c:161: error: parameter name omitted
sysdeputil.c:161: error: parameter name omitted
sysdeputil.c:161: error: parameter name omitted
sysdeputil.c:1167: error: expected '{' at end of input
make: *** [sysdeputil.o] Error 1

论坛徽章:
1
寅虎
日期:2015-01-23 02:35:47
2 [报告]
发表于 2009-10-14 08:59 |只看该作者
yum或者apt直接装

论坛徽章:
7
天蝎座
日期:2013-08-16 23:19:32丑牛
日期:2014-01-08 09:20:14寅虎
日期:2014-01-11 11:03:44午马
日期:2014-04-28 11:02:40天秤座
日期:2014-05-16 23:24:24摩羯座
日期:2014-07-20 10:46:04卯兔
日期:2014-08-08 15:21:41
3 [报告]
发表于 2009-10-14 10:24 |只看该作者
vsftpd 就二进制包直接安装吧。

论坛徽章:
0
4 [报告]
发表于 2009-10-14 10:54 |只看该作者
原帖由 xiaoxiinlose 于 2009-10-14 02:14 发表
vsftpd的版本是2.0.3,解压后放到/home/app文件夹下,进入文件夹输入make,就出现以下的错误信息,
小弟是刚学Linux的菜鸟,请各位高手帮忙解答一下

//自己本来以为是编码的错误,但是换了好像 ...

vsftp的源码包好象不是你这样安装的吧.你看看readme和install吧.看完这个你就可以安装了.

论坛徽章:
0
5 [报告]
发表于 2009-10-14 11:38 |只看该作者
谢谢各位 我先看看INSTALL

论坛徽章:
1
数据库技术版块每日发帖之星
日期:2016-06-23 06:20:00
6 [报告]
发表于 2009-10-14 14:18 |只看该作者
mount /dev/cdrom /mnt
rpm -ivh /mnt/Server/vsftp*.rpm

论坛徽章:
381
CU十二周年纪念徽章
日期:2014-01-04 22:46:58CU大牛徽章
日期:2013-03-13 15:32:35CU大牛徽章
日期:2013-03-13 15:38:15CU大牛徽章
日期:2013-03-13 15:38:52CU大牛徽章
日期:2013-03-14 14:08:55CU大牛徽章
日期:2013-04-17 11:17:19CU大牛徽章
日期:2013-04-17 11:17:32CU大牛徽章
日期:2013-04-17 11:17:37CU大牛徽章
日期:2013-04-17 11:17:42CU大牛徽章
日期:2013-04-17 11:17:47CU大牛徽章
日期:2013-04-17 11:17:52CU大牛徽章
日期:2013-04-17 11:17:56
7 [报告]
发表于 2009-10-14 21:17 |只看该作者
直接yum安装的了
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP