Red Hat linux 6.0이고 proftpd-1.2.4 소스로 install했습니다.
make install 까지 잘 되고..
/etc/rc.d/init.d/proftpd 에서 데몬을 실행시키면
아래와 같은 메세지가 나옵니다.
Starting proftpd: execvp: No such file or directory
Was not suspended [FAILED]
그래서 wu-ftpd 문젤까 하고 rpm 으로 깔려있던거 다 지웠거든요..
그리소 /etc/inetd.conf 화일은 계속 read-only로 읽혀져서..
inetd.conf에서 ftp ~~ 어쩌구 하는 구문은 아직 주석 처리 하지 못했습니다.
다시 컴파일 해도 계속 이런 메세지가 뜨네요..
열심히 살겠씁니다. 허접이 좀 도와주세요.. 부탁 드립니다.
아참 proftpd.conf 내용입니다.
ServerName "kkumis.or.kr"
ServerType standalone
DefaultServer on
Port 21
Umask 022
MaxInstances 30
User nobody
Group nobody
<Directory /*>
AllowOverwrite on
</Directory>
<Golbal>
DefaultRoot ~
</Global>
<Anonymous ~ftp>
User ftp
Group ftp
UserAlias anonymous ftp
MaxClients 10
DisplayLogin welcome.msg
DisplayFirstChdir .message
<Limit WRITE>
DenyAll
</Limit>
</Anonymous>