RedHat software package management (medium)-- Install the source code package
Features: it has a wide range of platform support and can be installed on all UNIX-like operating systems without considering the CPU architecture.
Flexibility. You can specify unique options during installation.
The setting system is very high. You can modify the source code on your own. If large enterprises have high requirements on performance, application, and configuration, we recommend that you use the source code package!
* The installation process is very transparent and is conducive to learning.
1. Unzip the tar-xzvf proftpd-1.3.3d.tar.gz package
2, cd proftpd-1.3.3d into the Directory
3../configure execute the configure executable script to configure and collect system information.
Generate makefile
Option: -- prefix specifies the installation directory.
Best Practice: -- prefix =/usr/local/proftpd
Note: Read tips!
After installing the required compiler and other tools, execute configure again.
If no error message is reported, perform the next step.
4. make Compilation
5. install make install