永发信息网

编译vsftpd时的错误

答案:2  悬赏:50  手机版
解决时间 2021-03-04 03:03
  • 提问者网友:玫瑰园
  • 2021-03-03 12:00
错误信息:
sysdeputil.c:241: error: conflicting types for ‘vsf_sysdep_check_auth’
sysdeputil.h:18: error: previous declaration of ‘vsf_sysdep_check_auth’ was here
make: *** [sysdeputil.o] Error 1

sysdeputil.c:241
int
vsf_sysdep_check_auth(const struct mystr* p_user_str,
const struct mystr* p_pass_str,
const struct mystr* p_remote_host)

sysdeputil.h:18:
int vsf_sysdep_check_auth(struct mystr* p_user,
const struct mystr* p_pass,
const struct mystr* p_remote_host);
请问是错在哪里了?

我在编译vsftpd时出现了错误,所以我想知道在哪里出出错了
最佳答案
  • 五星知识达人网友:夜余生
  • 2021-03-03 13:14
p_user
p_pass

还是

p_user_str
p_pass_str
全部回答
  • 1楼网友:独行浪子会拥风
  • 2021-03-03 14:35
一般情况下,重新安装后,比如rpm或者yum,会自动把原来的配置文件重命名的,导致其失效。
我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯