I am trying to make changes in code and recompile kamailio server project.
Problem is when I try the following command make PREFIX='/usr/local/kamailio-3.1/' FLAVOUR=kamailio.cfg
I get the message; 'kamailio' is up to date.
I want to know, how to make my machine forget about the older installation, so that new compilation goes good.
-- View this message in context: http://sip-router.1086192.n5.nabble.com/Re-Compiling-and-Re-Installing-kamai... Sent from the Users mailing list archive at Nabble.com.
On 08/07/14 06:16, aawaise wrote:
I am trying to make changes in code and recompile kamailio server project.
Problem is when I try the following command make PREFIX='/usr/local/kamailio-3.1/' FLAVOUR=kamailio.cfg
First, there is a mistake in the command above. It should be:
make PREFIX='/usr/local/kamailio-3.1/' FLAVOUR=kamailio cfg
Note the 'space' cfg at the end of the command instead of 'dot' cfg.
You can reset the compiled objects in the source directory with:
make proper
Then execute the normal commands to compile and install.
Cheers, Daniel
I get the message; 'kamailio' is up to date.
I want to know, how to make my machine forget about the older installation, so that new compilation goes good.
-- View this message in context: http://sip-router.1086192.n5.nabble.com/Re-Compiling-and-Re-Installing-kamai... Sent from the Users mailing list archive at Nabble.com.
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users