Hi,
Sorry about the low-level question, but... - how do I upgrade from Kamailio 3.0 to 3.1? I used git for installing 3.0 (this great guide: http://www.kamailio.org/dokuwiki/doku.php/install:kamailio-3.0.x-from-git) - but do I need to remove 3.0 and then install 3.1?
Thanks, Anders
Best thing to do is to build a package for your OS and install via packages. If you don't know how to build a package or you want to install using 'make install', then you need to remove by hand the previous installed version.
To find out what to remove: cd /usr/local find . | grep kamailio
Then remove the files: rm /usr/local/sbin/kam* rm -r rm /usr/local/lib/kamailio rm -r /usr/local/share/kamailio
Remove all those files. You can also remove the kamailio man files too from /usr/local/man/ if you want.
Check again for any kamailio files left: find . | grep kamailio
Now you can perform a clean install.
Regards, Ovidiu Sas
On Fri, Oct 15, 2010 at 12:29 PM, Anders vaerge@gmail.com wrote:
Hi,
Sorry about the low-level question, but... - how do I upgrade from Kamailio 3.0 to 3.1? I used git for installing 3.0 (this great guide: http://www.kamailio.org/dokuwiki/doku.php/install:kamailio-3.0.x-from-git)
- but do I need to remove 3.0 and then install 3.1?
Thanks, Anders
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
Great - I cleaned out manually before moving to the install.
Thanks a lot!
//Anders
On Fri, Oct 15, 2010 at 12:38 PM, Ovidiu Sas osas@voipembedded.com wrote:
Best thing to do is to build a package for your OS and install via packages. If you don't know how to build a package or you want to install using 'make install', then you need to remove by hand the previous installed version.
To find out what to remove: cd /usr/local find . | grep kamailio
Then remove the files: rm /usr/local/sbin/kam* rm -r rm /usr/local/lib/kamailio rm -r /usr/local/share/kamailio
Remove all those files. You can also remove the kamailio man files too from /usr/local/man/ if you want.
Check again for any kamailio files left: find . | grep kamailio
Now you can perform a clean install.
Regards, Ovidiu Sas
On Fri, Oct 15, 2010 at 12:29 PM, Anders vaerge@gmail.com wrote:
Hi,
Sorry about the low-level question, but... - how do I upgrade from Kamailio 3.0 to 3.1? I used git for installing 3.0 (this great guide: http://www.kamailio.org/dokuwiki/doku.php/install:kamailio-3.0.x-from-git)
- but do I need to remove 3.0 and then install 3.1?
Thanks, Anders
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
Anders writes:
Sorry about the low-level question, but... - how do I upgrade from Kamailio 3.0 to 3.1? I used git for installing 3.0 (this great guide: http://www.kamailio.org/dokuwiki/doku.php/install:kamailio-3.0.x-from-git)
- but do I need to remove 3.0 and then install 3.1?
for upgrade, see http://sip-router.org/wiki/install/3.0.x-to-3.1.x.
-- juha
Thanks, but I had already seen this document, but I didn't quite get how I could do the kamailio upgrade based on this - was already doing clean-up-and-then-install way, and now I'm installing again. I'm with an odd problem now, though, - running "/usr/local/sbin/kamdbctl create" gives a "no such file or directory" - but if I run "locate kamdbctl", it actually finds the file in that directory...but an "ls" shows nothing....what am I missing?
On Fri, Oct 15, 2010 at 1:01 PM, Juha Heinanen jh@tutpro.com wrote:
Anders writes:
Sorry about the low-level question, but... - how do I upgrade from Kamailio 3.0 to 3.1? I used git for installing 3.0 (this great guide: http://www.kamailio.org/dokuwiki/doku.php/install:kamailio-3.0.x-from-git)
- but do I need to remove 3.0 and then install 3.1?
for upgrade, see http://sip-router.org/wiki/install/3.0.x-to-3.1.x.
-- juha
Anders writes:
I'm with an odd problem now, though, - running "/usr/local/sbin/kamdbctl create" gives a "no such file or directory"
- but if I run "locate kamdbctl", it actually finds the file in that
directory...but an "ls" shows nothing....what am I missing?
i suggest you install kamailio from a package for your operating system. once you get more experience, you can roll your own binaries.
-- juha
Thank you for the advice - I appreciate it - but I do not see how I can actually get more experience with binaries by using a package. Everything has a beginning. Moving on - thanks for input.
On Fri, Oct 15, 2010 at 2:59 PM, Juha Heinanen jh@tutpro.com wrote:
Anders writes:
I'm with an odd problem now, though, - running "/usr/local/sbin/kamdbctl create" gives a "no such file or directory"
- but if I run "locate kamdbctl", it actually finds the file in that
directory...but an "ls" shows nothing....what am I missing?
i suggest you install kamailio from a package for your operating system. once you get more experience, you can roll your own binaries.
-- juha
In case anyone should run into the same issue, here is the solution for the record: I had not taken db_mysql and mysql off the exclude_modules list in modules.lst, and therefore the module was not installed.
//Anders
On Fri, Oct 15, 2010 at 3:06 PM, Anders vaerge@gmail.com wrote:
Thank you for the advice - I appreciate it - but I do not see how I can actually get more experience with binaries by using a package. Everything has a beginning. Moving on - thanks for input.
On Fri, Oct 15, 2010 at 2:59 PM, Juha Heinanen jh@tutpro.com wrote:
Anders writes:
I'm with an odd problem now, though, - running "/usr/local/sbin/kamdbctl create" gives a "no such file or directory"
- but if I run "locate kamdbctl", it actually finds the file in that
directory...but an "ls" shows nothing....what am I missing?
i suggest you install kamailio from a package for your operating system. once you get more experience, you can roll your own binaries.
-- juha