Re: [sr-dev] [kamailio/kamailio] cannot load app_perl (#1465)

2018-03-07 Thread Daniel-Constantin Mierla
They will be backported very soon. Thanks for testing. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/1465#issuecomment-371288375___ Kam

Re: [sr-dev] [kamailio/kamailio] cannot load app_perl (#1465)

2018-03-07 Thread Daniel-Constantin Mierla
Closed #1465. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/1465#event-1509868213___ Kamailio (SER) - Development Mailing List sr-dev@l

Re: [sr-dev] [kamailio/kamailio] cannot load app_perl (#1465)

2018-03-06 Thread sergey-safarov
Look like perl script `LIS.pl` also loaded properly. Can this commits be added to `5.1` branch? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/1465#issuecomment-370703897_

Re: [sr-dev] [kamailio/kamailio] cannot load app_perl (#1465)

2018-03-06 Thread sergey-safarov
Now related `kamailio` logs strings ``` 0(52) DEBUG: [core/cfg.y:1659]: yyparse(): loading module app_perl.so 0(52) DEBUG: [core/sr_module.c:575]: load_module(): trying to load 0(52) DEBUG: [core/sr_module.c:623]: load_module(): attempt to lookup exports structure failed - dlerror: Symbol

Re: [sr-dev] [kamailio/kamailio] cannot load app_perl (#1465)

2018-03-05 Thread Daniel-Constantin Mierla
Pushed another patch for it, try again with latest master. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/1465#issuecomment-370563382___

Re: [sr-dev] [kamailio/kamailio] cannot load app_perl (#1465)

2018-03-03 Thread sergey-safarov
i tried laster `master` and get this results ``` 0(18) DEBUG: [core/cfg.y:1659]: yyparse(): loading module app_perl.so 0(18) DEBUG: [core/sr_module.c:575]: load_module(): trying to load 0(18) DEBUG: [core/sr_module.c:633]: load_module(): looking up exports with name: _app_perl_exports 0(

Re: [sr-dev] [kamailio/kamailio] cannot load app_perl (#1465)

2018-03-02 Thread Daniel-Constantin Mierla
Can you try with the patch referenced above? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/1465#issuecomment-370126361___ Kamailio (SER

Re: [sr-dev] [kamailio/kamailio] cannot load app_perl (#1465)

2018-03-02 Thread sergey-safarov
Hello Daniel This is relevant log messages ``` 0(30) DEBUG: [core/cfg.y:1659]: yyparse(): loading module app_perl.so 0(30) DEBUG: [core/sr_module.c:575]: load_module(): trying to load 0(30) DEBUG: [core/sr_module.c:634]: load_module(): looking up exports with name: _app_perl_exports 0(30)

Re: [sr-dev] [kamailio/kamailio] cannot load app_perl (#1465)

2018-03-02 Thread Daniel-Constantin Mierla
For some of the modules, the exports structure is named `_modname_exports` because of exporting with global scope and having naming conflicts. Can you get the logs with debug=3? Just to confirm, because it should show that it lookups the _app_perl_exports. -- You are receiving this because you

Re: [sr-dev] [kamailio/kamailio] cannot load app_perl (#1465)

2018-03-01 Thread sergey-safarov
Issue not reproduce to when used `kamailio/kamailio:5.1.1-stretch` docker image. Think issue related to Alpine dist. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/1465#issuecommen