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 Donnerstag, 2. Juli 2009, you wrote:Hi Uriel,
> And how can I make modules on that location as well? So i donīt have to
> copy them from default location.
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