Re: generate almalinux RPM kamailio-secsipid
Sergey Safarov via sr-users <[email protected]> Fri, 26 Jun 2026 19:50:04 +0300
| Newsgroups | gmane.comp.voip.ser |
|---|---|
| Message-ID | <CAHtxdDdrisTMX1eNYQJD5146pRLUbtQOEFPU84Hz8xjE8r2cfw@mail.gmail.com> |
--===============1656756624== Content-Type: multipart/alternative; boundary="00000000000036d5d806552ae769" --00000000000036d5d806552ae769 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Please try make cfg make -C pkg/kamailio src.rpm rpmbuild -ra kamailio-6.2.0-dev1.0.fc43.src.rpm The package name needs to be updated for your local needs. Sergey On Fri, Jun 26, 2026 at 7:29=E2=80=AFPM fr=C3=A9d=C3=A9ric Gaisnon via sr-u= sers < [email protected]> wrote: > Hi, > I've tried to build RPM kamailio 6.1.3 on almalinux 8. > As I used secsipid i have added this in kamailio.spec: > > %package secsipid > Summary: STIR/SHAKEN > Group: %{PKGGROUP} > Requires: kamailio =3D %ver > > %description secsipid > This module implements secure SIP identity specifications - STIR (Secure > Telephony Identity Revisited) and SHAKEN (Signature-based Handling of > Asserted information using toKENs) IETF extensions for SIP (RFC8224, > RFC8588), known together as STIR/SHAKEN. > > ... > > %build > MODULES=3D"\ > ... > secsipid \ > secsipid_proc > " > ... > > %files secsipid > %defattr(-,root,root) > %doc %{_docdir}/kamailio/modules/README.secsipid > %doc %{_docdir}/kamailio/modules/README.secsipid_proc > %{_libdir}/kamailio/modules/secsipid.so > %{_libdir}/kamailio/modules/secsipid_proc.so > --------------------------------------------------------------------- > > I have also do: > # Get and install the module: > > go get https://github.com/asipto/secsipidx > cd $GOPATH/src/github.com/asipto/secsipidx/csecsipid/ > make liba > cp secsipid.h libsecsipid.h libsecsipid.a \ > /path/to/kamailio/src/modules/secsipid_proc/ > > cd $GOPATH/src/github.com/asipto/secsipidx/ > make > make install > > But as libsecsipidx.so is not installed by any package I have dependencie= s > problem. > What is the way to genenerate all rpm and kamailio-secsipid for almalinux > distribution please? > > Regards, > > Fr=C3=A9d=C3=A9ric > > __________________________________________________________ > Kamailio - Users Mailing List - Non Commercial Discussions -- > [email protected] > To unsubscribe send an email to [email protected] > Important: keep the mailing list in the recipients, do not reply only to > the sender! > --00000000000036d5d806552ae769 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable <div dir=3D"ltr">Please=C2=A0try<div><br></div><div>make cfg</div><div>make= -C pkg/kamailio src.rpm<br>rpmbuild -ra kamailio-6.2.0-dev1.0.fc43.src.rpm= <br><br>The package name=C2=A0needs to be updated for your local needs.</di= v><div><br></div><div>Sergey</div></div><br><div class=3D"gmail_quote gmail= _quote_container"><div dir=3D"ltr" class=3D"gmail_attr">On Fri, Jun 26, 202= 6 at 7:29=E2=80=AFPM fr=C3=A9d=C3=A9ric Gaisnon via sr-users <<a href=3D= "mailto:[email protected]">[email protected]</a>> wr= ote:<br></div><blockquote class=3D"gmail_quote" style=3D"margin:0px 0px 0px= 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir=3D= "ltr"><div style=3D"margin:0px;min-width:0px;padding:0px 0px 20px;width:aut= o;font-family:"Google Sans",Roboto,RobotoDraft,Helvetica,Arial,sa= ns-serif;font-size:medium"><div><div id=3D"m_7829434972193081007gmail-:2za"= style=3D"direction:ltr;margin:8px 0px 0px;padding:0px;font-size:0.875rem;o= verflow-x:hidden"><div id=3D"m_7829434972193081007gmail-:2x5" style=3D"dire= ction:ltr;font-style:normal;font-variant:normal;font-size-adjust:none;font-= kerning:auto;font-feature-settings:normal;font-stretch:normal;font-size:sma= ll;line-height:1.5;font-family:Arial,Helvetica,sans-serif;overflow:auto hid= den"><div id=3D"m_7829434972193081007gmail-avWBGd-3598"><div dir=3D"ltr">Hi= ,<br>I've tried to build RPM kamailio 6.1.3 on almalinux 8.<br>As I use= d secsipid i have added this in kamailio.spec:<br><br>%package =C2=A0 =C2= =A0secsipid<br>Summary: =C2=A0 =C2=A0STIR/SHAKEN<br>Group: =C2=A0 =C2=A0 = =C2=A0%{PKGGROUP}<br>Requires: =C2=A0 kamailio =3D %ver<br><br>%description= =C2=A0 =C2=A0secsipid<br>This module implements secure SIP identity specif= ications - STIR (Secure Telephony Identity Revisited) and SHAKEN (Signature= -based Handling of Asserted information using toKENs) IETF extensions for S= IP (RFC8224, RFC8588), known together as STIR/SHAKEN.<br><br>...<br><br>%bu= ild<br>MODULES=3D"\<br>...<br>secsipid \<br>secsipid_proc<br>"<br= >...<br><br>%files =C2=A0 =C2=A0 =C2=A0secsipid<br>%defattr(-,root,root)<br= >%doc %{_docdir}/kamailio/modules/README.secsipid<br>%doc %{_docdir}/kamail= io/modules/README.secsipid_proc<br>%{_libdir}/kamailio/modules/secsipid.so<= br>%{_libdir}/kamailio/modules/secsipid_proc.so<br>------------------------= ---------------------------------------------<br><br>I have also do:<br># G= et and install the module:<br><br>go get=C2=A0<a href=3D"https://github.com= /asipto/secsipidx" target=3D"_blank">https://github.com/asipto/secsipidx</a= ><br>cd $GOPATH/src/<a href=3D"http://github.com/asipto/secsipidx/csecsipid= /" target=3D"_blank">github.com/asipto/secsipidx/csecsipid/</a><br>make lib= a<br>cp secsipid.h libsecsipid.h libsecsipid.a \<br>=C2=A0 =C2=A0 /path/to/= kamailio/src/modules/secsipid_proc/<br><br>cd $GOPATH/src/<a href=3D"http:/= /github.com/asipto/secsipidx/" target=3D"_blank">github.com/asipto/secsipid= x/</a><br>make<br>make install<br><br>But as libsecsipidx.so is not install= ed by any package I have dependencies problem.<br>What is the way to genene= rate all rpm and kamailio-secsipid for almalinux distribution please?<br><b= r>Regards,<br><br>Fr=C3=A9d=C3=A9ric</div><div></div><div></div></div></div= ></div><div id=3D"m_7829434972193081007gmail-avWBGd-3599" style=3D"clear:bo= th"></div></div></div><br></div> __________________________________________________________<br> Kamailio - Users Mailing List - Non Commercial Discussions -- <a href=3D"ma= ilto:[email protected]" target=3D"_blank">[email protected]= .org</a><br> To unsubscribe send an email to <a href=3D"mailto:[email protected]= ilio.org" target=3D"_blank">[email protected]</a><br> Important: keep the mailing list in the recipients, do not reply only to th= e sender!<br> </blockquote></div> --00000000000036d5d806552ae769-- --===============1656756624== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline __________________________________________________________ Kamailio - Users Mailing List - Non Commercial Discussions -- [email protected] To unsubscribe send an email to [email protected] Important: keep the mailing list in the recipients, do not reply only to the sender! --===============1656756624==--