Henning,

I created a new directory
and ran the following:
make distclean
make prefix=/opt/kamailio/
make prefix=/opt/kamailio/ modules
make prefix=/opt/kamailio/ install

Then I tried to run kamailio and still get the same error:
ERROR:core:db_check_table_version: invalid version 2 for table carrierfailureroute found, expected 3 (check table structure and table "version")

Something else is messing with the code; anyway that we should be able to workaround.

Let me know if you think about something.
Uriel

On Thu, Jul 2, 2009 at 10:14 AM, Henning Westerholt <henning.westerholt@1und1.de> wrote:
On Donnerstag, 2. Juli 2009, you wrote:
> And how can I make modules on that location as well? So i donīt have to
> copy them from default location.


Hi Uriel,


make prefix=/tmp/foobar
make prefix=/tmp/foobar modules
make prefix=/tmp/foobar install


To be save do a make distclean before building with a different prefix.


Cheers,


Henning