[SR-Users] upgrade from 3.0 to 3.1

2010-10-15 Thread Anders
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 _

[SR-Users] upgrade from 3.0 to 3.1

2010-10-15 Thread Juha Heinanen
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 upgrad

Re: [SR-Users] upgrade from 3.0 to 3.1

2010-10-15 Thread Ovidiu Sas
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

Re: [SR-Users] upgrade from 3.0 to 3.1

2010-10-15 Thread Anders
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 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

Re: [SR-Users] upgrade from 3.0 to 3.1

2010-10-15 Thread Anders
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 f

Re: [SR-Users] upgrade from 3.0 to 3.1

2010-10-15 Thread Juha Heinanen
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 nothingwhat am I missing? i suggest you install kamail

Re: [SR-Users] upgrade from 3.0 to 3.1

2010-10-15 Thread Anders
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 wrote: > Anders writes: > >> I'm with an odd problem now,

Re: [SR-Users] upgrade from 3.0 to 3.1

2010-10-15 Thread Anders
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 wrote: > Thank you for the advice - I a