vsftpd搭建日志
<span style="font-family: verdana, sans-serif; font-size: 14px; line-height: 21px;">1. 下载从ftp://vsftpd.beasts.org/users/cevans/http://b2b-doc.alibaba-inc.com/images/icons/linkext7.gif下载。
2. 编译和安装
进入vsftpd-2.3.2,编译
<div class="code panel"><div class="codeContent panelContent">$ makegcc -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 ipaddrparse.o access.o features.o readwrite.o opts.o ssl.o sslslave.o ptracesandbox.o ftppolicy.o sysutil.o sysdeputil.o -Wl,-s `./vsf_findlibs.sh` /lib/libpam.so.0: could not read symbols: File in wrong formatcollect2: ld returned 1 exit statusmake: *** Error 1
页:
[1]