Re: [SR-Users] Installing in a non-standard path

2012-04-10 Thread Daniel-Constantin Mierla
Hello, mysql and xmlrpc modules are not installed by default, since they depend on external libraries, like libmysqlclient-dev and libxml2-dev (see the readmes of the modules for more accurate info). Once you install them, just do: make include_modules="db_mysql xmlrpc" install Cheers, Dani

Re: [SR-Users] Installing in a non-standard path

2012-04-09 Thread Daniel Gonzalez
Thanks, this helped. It seems I am missing something related to mysql and xmlrpc. » /tmp/my/very/strange/path/sbin/ser -c loading modules under /tmp/my/very/strange/path/lib/ser/modules:/tmp/my/very/strange/path/lib/ser/modules_s  0(9747) ERROR: [sr_module.c:511]: ERROR: load_module: could not fi

Re: [SR-Users] Installing in a non-standard path

2012-04-09 Thread Daniel-Constantin Mierla
Hello, if you provide -c as command line parameter, the line number where an error is detected should be printed. On the other hand, for sure when building and installing Kamailio flavour with custom installation path, the modules' path in default configuration file should be updated: http

Re: [SR-Users] Installing in a non-standard path

2012-04-07 Thread Daniel Gonzalez
Thanks Alex, In my case it is ser.cfg, not kamilio.cfg. I have made a single correction: I have changed this: # -- module loading -- #!ifdef LOCAL_TEST_RUN loadpath "modules:modules_s" #!else loadpath "/usr/lib/ser/modules:/usr/lib/ser/modules_s"

Re: [SR-Users] Installing in a non-standard path

2012-04-07 Thread Alex Balashov
The prefix only specifies the destination for the build targets. As far as things like module paths, they are not affected. You will have to change them manually in kamailio.cfg. However, the good news is that there aren't a whole lot of paths to change; you really only need to change it in kam

[SR-Users] Installing in a non-standard path

2012-04-07 Thread Daniel Gonzalez
Hello, This is my first message to this list. I have installed sip-router as follows (my system is Ubuntu 10.04):     cd /tmp     git clone --depth 1 git://git.sip-router.org/sip-router sip-router     cd sip-router     git checkout -b 3.1 origin/3.1     local prefix=/tmp/my/very/strange/path