| imho.ws |
![]() |
|
|
|
# 1 |
|
Member
Регистрация: 28.08.2002
Сообщения: 249
![]() ![]() |
KcmPureftpd для SuSE 9.1
KcmPureftpd is an KDE KControl module for configuring pure-ftpd FTP server
pure-ftpd ето мошный фтп сервер и довольно простой в кофигурировании, его используют на серваках сами SuSE AG. Так как rpm-ки для него я не нашёл, то пришлось порытся .... и вот вчера один добрый чел(Chrysostom из http://www.linuxquestions.org/questi...hreadid=159025) написал как ето сделать. Я проверил, действительно работает: Step by Step 1. Download kcmpureftpd-0.9.1.tar.gz (or whatever the current version is) and move it to an appropriate directory to build. 2. Open a terminal window and switch to the root user with the command "su -" (yes that is a minus sign, it modifies how you switch users) 3. Issue "cd /path/install_directory" to change to the directory you copied the source tarball. (Use the appropriate path of course) 4. Issue "tar -xzvf kcmpureftpd-0.9.1.tar.gz" to extract the source. 5. Issue "cd kcmpureftpd-0.9.1" to change to the source directory. 6. Issue "./configure --prefix=/opt/kde3 --with-qt-dir=/usr/lib/qt3 > kcmpureftpd-0.9.1_configure.log" to prepare the build. (using "> kcmpureftpd-0.9.1_configure.log" redirects the output into a file) 7. Issue "make > kcmpureftpd-0.9.1_make.log" 8. Issue "make install > kcmpureftpd-0.9.1_make_install.log" 9. Issue "make clean" 10. Store your log files in a safe place. Enjoy! Ну а потом Control Center->System Administration->PureFtpd
|
|
|