Re: how to generate rpm from src
Pandey Nitin <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <[email protected]> |
please find the steps. mkdir -p /opt/mms/misc/kannel/ tar -xzvf gateway-1.4.4.tar.gz -C /opt/mms/misc/kannel/ cd gateway-1.4.4/ ./configure yum install libxml2* -y make yum install byacc* -y mv wmlscript/wsgram.y wmlscript/wsgram.y-OLD [root@pune-server1 gateway-1.4.4]#make Thanks, Nitin Pandey On 15-Jun-2015, at 12:08 pm, spameden <[email protected]<mailto:[email protected]>> wrote: You need to make a .spec file and build RPM yourself. You can look as an example here: https://github.com/blinohod/kannel-altlinux/blob/upstream/kannel.spec 2015-06-15 10:41 GMT+03:00 Ajay Patel <[email protected]<mailto:[email protected]>>: Hi All, Previously I have used 1.4.2, I have directly install this version using rpm. But now I wanted to install 1.4.4 (but I could not find rpm) So I have download and configure source (“gateway.tar.gz<http://www.kannel.org/download/1.4.4/gateway-1.4.4.tar.gz>”) in RHEL 6.4 64bit server, Now I wanted to generate rpm for the same. Can anyone help me for the same? How can I generate rpm. Thanks & Regards, Ajay Patel (M) 9228114542