Continued rpm

A mounting Source Package

Install source packages usually need about three steps:

(1) ./configure. This step can be customized features, coupled with the correct option, what specific options via command
./configure help make view. This step will automatically detect whether your Linux system and related kits have time to compile the source package
libraries need, and because of the lack of a library, it can not compile. After only detected by, it will generate the Makefile.
(2) make. Using this command, the Makefile will be compiled according to preset parameters, this step is actually gcc at work.
(3) mak & install. This step is the installation steps for creating software storage directory and configuration files.

1. Download Source Package

https://ftp.bit.nl/apache/httpd-2.2.29.tar.gz

 

 2, extract the source packet

 

 3, configuration-related options and generate Makefile

Guess you like

Origin www.cnblogs.com/lzp123/p/12061202.html
rpm