Re: [SR-Users] kamailio rpm build

2012-04-04 Thread Min Wang
HI Daniel Thanks a lot. After comparing the opensuse spec with centos one, and update the centos spec. Now it build OK! min On 04/03/2012 06:10 AM, Daniel-Constantin Mierla wrote: Hello, the correct link for v3.2.x is: https://build.opensuse.org/package/files?package=kamailio32&

Re: [SR-Users] kamailio rpm build

2012-04-03 Thread Daniel-Constantin Mierla
Hello, the correct link for v3.2.x is: https://build.opensuse.org/package/files?package=kamailio32&project=home%3Akamailio%3Atelephony previous one was for v3.1.x. Cheers, Daniel On 4/3/12 12:01 PM, Daniel-Constantin Mierla wrote: Hello, it seems that the rpm spec file is not updated -- the

Re: [SR-Users] kamailio rpm build

2012-04-03 Thread Daniel-Constantin Mierla
Hello, it seems that the rpm spec file is not updated -- the rtpproxy module has been moved to 'modules/' folder. I worked with a custom kamailio.spec, used for opensuse build service -- you can find it at: https://build.opensuse.org/package/files?package=kamailio&project=home%3Akamailio%3A

Re: [SR-Users] kamailio rpm build

2012-04-02 Thread Min Wang
HI Daniel thanks. I removed the purple module, still got some errors: diff kamailio.spec.CenOS kamailio.spec.CenOS.orig 14a15 > %define PURPLE_MODULES purple 169a171,179 > %package purple > Summary: Provides the purple module, a multi-protocol IM gateway. > Group:System Environm

Re: [SR-Users] kamailio rpm build

2012-04-02 Thread Daniel-Constantin Mierla
Hello, the problem is with purple module which works with an older version of libpurple. You have to edit kamailio.spec file and remove the purple module from there. Cheers, Daniel On 4/1/12 1:34 AM, Min Wang wrote: HI I tried to build Kamailio 3.2.2 rpm pkg on Centos 6.2 following instru