bcit6k
ProFTPD
Offline
Beiträge: 30
|
|
« am: 22. Juni 2004, 13:48:49 » |
|
Hallo,
ich hab versucht proftpd mit mysql modul zu installieren. folgende kommandos funktionieren:
./configure make make install bei diesen 3 bekomme ich keine fehlermeldung und er macht alles, nur bei ./INSTALL bekomme ich folgendes
[root@web proftpd-1.2.9]# ./INSTALL ./INSTALL: line 2: ProFTPD: command not found ./INSTALL: line 3: =======================================: command not found ./INSTALL: line 5: ------------: command not found ./INSTALL: line 6: Introduction: command not found ./INSTALL: line 7: ------------: command not found ./INSTALL: line 9: ProFTPD: command not found ./INSTALL: line 10: a: command not found ./INSTALL: line 11: of: command not found autoconf: invalid number of arguments. Try `autoconf --help' for more information. ./INSTALL: line 13: *should*: command not found ./INSTALL: line 14: to: command not found ./INSTALL: line 15: config.h: command not found ./INSTALL: line 17: ProFTPD: command not found ./INSTALL: line 18: compile-time: command not found ./INSTALL: line 19: also: command not found ./INSTALL: line 20: based: command not found ./INSTALL: line 21: software: command not found ./INSTALL: line 23: In: command not found ./INSTALL: line 24: contains: command not found ./INSTALL: line 100: ProFTPDs operation. These options are never modified by the configure script. Each option is documented in the header file itself. Changing these values is rarely needed, and most can be overriden at run-time by directives in the proftpd.conf configuration file. Note that a sample RPM spec file has been included in contrib/dist/rpm/. NOTE TO PACKAGE MAINTAINERS: Please, do NOT remove the ELF .comment and .note sections. If you install ProFTPD on a slightly uncommon (or really new or old) platform, please consider recording and sharing your experience. ------------------ Build Requirements ------------------ o ANSI/ISO C89/C90 C compiler, e.g. GNU gcc o GNU make, though most system makes should work o ANSI C and POSIX run-time libraries o BSD sockets API o Disk space: ~4.5 MB to unpack, 6-8 MB to build, ~2 MB to install ------------------------- Installation Instructions ------------------------- 0. Plan your installation. Please, read through all the installation steps before starting. There are many compile-time customizations that you may wish to make, particularly regarding user authentication. Read through README.modules and the other README.* and contrib/README.* files. Note that the following modules are included by default and need not be added explicitly: mod_auth, mod_core, mod_log, mod_ls, mod_site, mod_auth_unix and mod_xfer. Also, if PAM is detected by configure, the mod_auth_pam module will be included automatically. However, it has been reported that some systems still require it to be added explicitly. You may need to specify the shared library search path on your system. See your system and compiler documentation. Frequently, the -R or -rpath options are used for this operation. Be especially careful to set the path on AIX systems. See README.AIX. Hint: if your configure command line becomes long or complicated, you might try storing it in a sh script file, say .configcmd. 1. Configure the software. Run the GNU autoconf configure script in the top level directory to create config.h and all the Makefiles. In addition to configuring ProFTPD to compile on your system, you can use this step to customize some parameters of or add optional features to ProFTPD. There are many configuration options. To use the default values, you would simply run: $ ./configure By default the ProFTPD files will be installed as user root and the first group with gid 0 listed in /etc/group, usually root or wheel. If you wish to install using a different user or group ownership, set the install_user and install_group environment variables before running configure. Using a Bourne-ish style shell (e.g. sh, ksh, bash), you can do this on the command line like this: $ install_user=root install_group=wheel ./configure Similarly, as is typical with GNU autoconf scripts, settings for the compilation system can be made, such as the compiler: $ CC=gcc CFLAGS=-O: Der Dateiname ist zu lang for: Can't stat `for' (No such file or directory) user: Can't stat `user' (No such file or directory) authentication.: Can't stat `authentication.' (No such file or directory) Using: Can't stat `Using' (No such file or directory) autoshadow: Can't stat `autoshadow' (No such file or directory) allows: Can't stat `allows' (No such file or directory) proftpd: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for GNU/Linux 2.2.5, dynamically linked (uses shared libs), not stripped to: Can't stat `to' (No such file or directory) work: Can't stat `work' (No such file or directory) ./INSTALL: line 130: with: command not found ./INSTALL: line 132: If: command not found ./INSTALL: line 133: and: command not found ./INSTALL: line 134: Further,: command not found ./INSTALL: line 135: e.g.: command not found ./INSTALL: line 136: will: command not found ./INSTALL: line 138: Be: command not found ./INSTALL: line 139: should: command not found ./INSTALL: line 142: 2.: command not found ./INSTALL: line 143: Watch: command not found ./INSTALL: line 144: you: command not found ./INSTALL: line 298: sure: command not found ./INSTALL: line 299: see: command not found ./INSTALL: line 302: 12.: command not found ./INSTALL: line 303: If: command not found usage: ftp host-name [port] ftp>
proftpd ist bereits auf meinem system installiert, soll ich es wieder deinstallieren? oder macht das keinen unterschied?
kann mir da bitte jemand weiterhelfen, ich bin am verzeweifeln!!! danke
|