|
|
RH9下 Vsftp-2.0.1
[root@localhost vsftpd-2.0.1]# make
gcc -o vsftpd main.o utility.o prelogin.o ftpcmdio.o postlogin.o privsock.o tunables.o ftpdataio.o secbuf.o ls.o postprivparent.o logging.o str.o netstr.o sysstr.o strlist.o banner.o filestr.o parseconf.o secutil.o ascii.o oneprocess.o twoprocess.o privops.o standalone.o hash.o tcpwrap.o ipv6parse.o access.o features.o readwrite.o ssl.o sysutil.o sysdeputil.o -Wl,-s `./vsf_findlibs.sh`
/bin/sh: line 1: ./vsf_findlibs.sh: 权限不够
sysdeputil.o(.text+0x53): In function `vsf_sysdep_check_auth':
: undefined reference to `pam_start'
sysdeputil.o(.text+0x8a): In function `vsf_sysdep_check_auth':
: undefined reference to `pam_set_item'
sysdeputil.o(.text+0xa5): In function `vsf_sysdep_check_auth':
请问这个是什么原因? |
|