[SR-Users] kamailio 5.1 compilation error

2018-02-27 Thread Aqs Younas
Greetings list, I am trying to install Kamailio 5.1 from source code on Debian 8.10. But It is failing with below error. Don't know what could be wrong. Any suggestion is much appreciated. Thanks. make --no-print-directory -C ./squirrel/squirrel SQMARCH64="-m64" CC_EXTRA_FLAGS="-fPIC" \

Re: [SR-Users] kamailio 5.1 compilation error

2018-02-27 Thread Antony Stone
On Tuesday 27 February 2018 at 15:04:09, Aqs Younas wrote: > Greetings list, > > I am trying to install Kamailio 5.1 from source code on Debian 8.10. But It > is failing with below error. Don't know what could be wrong. Have you tried a Google search for "gcc: error trying to exec 'cc1plus': ex

Re: [SR-Users] kamailio 5.1 compilation error

2018-02-27 Thread Rinor Hoxha
Hi Aqs, Add app_sqlang to skip_modules if you do not need it. example: (tune it to your needs) make PREFIX="/usr/local/kamailio" include_modules="db_mysql dialplan app_lua" skip_modules="app_jsdt app_perl app_python *app_sqlang*" cfg Br, Rinor On 02/27/2018 03:04 PM, Aqs Younas wrote: Greeti

Re: [SR-Users] kamailio 5.1 compilation error

2018-02-27 Thread Aqs Younas
Sorry guys, I have been strictly following below guide for the installation. https://kamailio.org/docs/tutorials/5.1.x/kamailio-install-guide-git/ Feeling dumb I should have searched it before. After installing g++ issue is resolved. Thanks, everyone. On 27 February 2018 at 19:17, Rinor Hoxha

Re: [SR-Users] kamailio 5.1 compilation error

2018-02-28 Thread Daniel-Constantin Mierla
Hello, I added g++ in the tutorial -- iirc, in the past c++ compiler was installed by default with gcc package, but I noticed also that with latest distros it is separate package:   * http://kamailio.org/docs/tutorials/5.1.x/kamailio-install-guide-git/#prerequisites g++ is needed by some modules