Re: [SR-Users] kamailio and db_cassandra

2013-11-19 Thread Victor Seva
2013/11/20 jay binks : > I GOT IT !!! > > thanks to > http://stackoverflow.com/questions/11238134/dpkg-shlibdeps-error-no-dependency-information-found-for > > > I edited the script /usr/bin/dpkg-shlibdeps, changing this : > > my $ignore_missing_info = 0; > > to > > my $ignore_missing_info = 1;

Re: [SR-Users] kamailio and db_cassandra

2013-11-19 Thread jay binks
I GOT IT !!! thanks to http://stackoverflow.com/questions/11238134/dpkg-shlibdeps-error-no-dependency-information-found-for I edited the script /usr/bin/dpkg-shlibdeps, changing this : my $ignore_missing_info = 0; to my $ignore_missing_info = 1; On 20 November 2013 14:58, jay binks wr

Re: [SR-Users] kamailio and db_cassandra

2013-11-19 Thread jay binks
So ive tried both branches on debian 6 with no luck. ive also build a new vm with debian 7 and all required deps and still no luck with either branch. tried "make deb" and "make deb-stable" it pretty much dies with this at the end of it. dpkg-shlibdeps: warning: package could avoid a useless dep

Re: [SR-Users] kamailio and db_cassandra

2013-11-19 Thread Victor Seva
2013/11/19 jay binks : > Thanks for the help !!! > > I have checked out your branch from git and am having a few issues with it.. > hopefully you can assist. Can you try this for squeeze? https://github.com/linuxmaniac/kamailio/tree/vseva/db_cassandra_deb

Re: [SR-Users] kamailio and db_cassandra

2013-11-18 Thread jay binks
Thanks for the help !!! I have checked out your branch from git and am having a few issues with it.. hopefully you can assist. Firstly I had to make the changes in the rules and control files for squeeze ( as you only did wheezy ). For my scenario Ive had to remove a few other little bits but tha

Re: [SR-Users] kamailio and db_cassandra

2013-11-18 Thread Carsten Bock
Sorry, hit "Send" accidentally: This is the branch with Debian Packaging for the Cassandra Module: carstenbock/db_cassandra_deb (i think i only added it for Debian Stable) Kind regards, Carsten 2013/11/18 Carsten Bock : > Hi Jay, > > it is not in the standard build, since you need to manually

Re: [SR-Users] kamailio and db_cassandra

2013-11-18 Thread Carsten Bock
Hi Jay, it is not in the standard build, since you need to manually download some other packages (e.g. libthrift-dev), which are not in the standard debian repositories. For adding a designated Debian-Package for Cassandra, i've made the changes in a separate branch: 2013/11/18 jay binks : > Hi

[SR-Users] kamailio and db_cassandra

2013-11-18 Thread jay binks
Hi all, can anyone comment on the lack of a debian package for the db_cassandra module ?? I understand there may be reasons to not distribute the binary, but I was really hoping to find a control file so I can build my own package. any hints / pointers on the best way to achive this and the reas