Re: [SR-Users] Make deb

2015-04-02 Thread Daniel-Constantin Mierla
Do you see db_cassandra being compiled in the logs printed by 'make deb'? Cheers, Daniel On 02/04/15 03:37, jay binks wrote: > I have managed to confirm that "make deb" does not actually build > db_cassandra > but it does make a deb for it :) ( has changelog etc but no > db_cassandra.so file ) >

Re: [SR-Users] Make deb

2015-04-01 Thread jay binks
I have managed to confirm that "make deb" does not actually build db_cassandra but it does make a deb for it :) ( has changelog etc but no db_cassandra.so file ) why does it not build the .so when calling make deb ?? can someone point me in the direction to debug that part. doesnt seem to be rel

Re: [SR-Users] Make deb

2015-04-01 Thread Daniel-Constantin Mierla
The spec files to build debian packages are kept inside 'pkg/kamailio/deb/' directory, groupped per distribution name inside specific sub-directories (using debian and ubuntu version names -- the one 'debian' is the generic one, but for a specific version you should choose the one matching the name

Re: [SR-Users] Make deb

2015-04-01 Thread jay binks
Sorry, this confused me a little.. can you give an example of what you mean ? On 1 April 2015 at 22:40, Daniel-Constantin Mierla wrote: > Hello, > > you have to edit spec files and remove the other modules in the folder > matching your debian distribution inside 'pkg/kamailio/deb/'. This is the

Re: [SR-Users] Make deb

2015-04-01 Thread Daniel-Constantin Mierla
Look at what is printed during packaging and see if the cassandra module appears like being installed. Cheers, Daniel On 01/04/15 13:59, jay binks wrote: > Im also trying to track down a bug with the resulting debian package > for cassandra. > > the db_cassandra.so is not included in the package

Re: [SR-Users] Make deb

2015-04-01 Thread Daniel-Constantin Mierla
Hello, you have to edit spec files and remove the other modules in the folder matching your debian distribution inside 'pkg/kamailio/deb/'. This is the only way I know to change the packaging content for debs. Then make a symlink inside root folder of kamailio server named 'debian' to the respecti

Re: [SR-Users] Make deb

2015-04-01 Thread jay binks
Im also trying to track down a bug with the resulting debian package for cassandra. the db_cassandra.so is not included in the package only changelog.gz changelog.Debian.gz and copyright any pointers here would be great ! On 1 April 2015 at 21:50, jay binks wrote: > is there any way to make d

[SR-Users] Make deb

2015-04-01 Thread jay binks
is there any way to make deb packages for only 1 of the modules ?? currently it takes a long time to run "make deb" im simply trying to build and package db_cassandra ( need the package for my environment ) As a side note, is there any chance db_cassandra could be added to the kamailio deb packag