Re: about keepalived package.
Giovanni Torres <[email protected]>
| Newsgroups | gmane.linux.keepalived.devel |
|---|---|
| Message-ID | <[email protected]> |
________________________________ > From: [email protected] > To: [email protected] > Date: Thu, 24 Dec 2015 11:51:44 +0000 > Subject: [Keepalived-devel] about keepalived package. > > > Hi,everyone > > > > I want to get the latest installation package, such as keepalived > 1.2.19,I can not find it on the official website. > > > > I want to compile the source code, and then package it.there is not a > package script in the source code. > There is a an RPM spec input template file (keepalived.spec.in) in the top level directory of the source code. Download the latest tarball or git checkout. Run `configure` and `make` to build the source. You should see the resulting keepalived.spec file. Use this spec file to build the RPM package. - Giovanni ------------------------------------------------------------------------------