Hi!
I've tried to make Debian packages for latest Kamailio, but some issues arised.
First, packages are named ser-stuff, shouldn't they be called kamailio-stuff even though Kamailio now uses SIP-Router core?
Also, Debian package making seems to be broken:
# install the *.sql files for ser_mysql.sh script cp -f scripts/mysql/*.sql /home/kmphlb/src/kamailio-3.0.0/kamailio/debian/ser/usr/lib/ser/ cp: target «/home/kmphlb/src/kamailio-3.0.0/kamailio/debian/ser/usr/lib/ser/» is not a directory make[1]: *** [install] Error 1
Directories are named 'ser'. Shouldn't it be just 'kamailio'?
Regards,
Hello,
the spec files for packaging are now pkg/kamailio/debian*. Makefile needs to be updated to use them.
However the specs need to be updated since some modules were re-located in modules_k and new modules appeared.
Cheers, Daniel
On 31.10.2009 12:37 Uhr, Kim Philby wrote:
Hi!
I've tried to make Debian packages for latest Kamailio, but some issues arised.
First, packages are named ser-stuff, shouldn't they be called kamailio-stuff even though Kamailio now uses SIP-Router core?
Also, Debian package making seems to be broken:
# install the *.sql files for ser_mysql.sh script cp -f scripts/mysql/*.sql /home/kmphlb/src/kamailio-3.0.0/kamailio/debian/ser/usr/lib/ser/ cp: target «/home/kmphlb/src/kamailio-3.0.0/kamailio/debian/ser/usr/lib/ser/» is not a directory make[1]: *** [install] Error 1
Directories are named 'ser'. Shouldn't it be just 'kamailio'?
Regards,