[OpenSIPS-Devel] Sips 2.0 linking issue

Andreas Fink afink at list.fink.org
Sat Feb 23 15:23:35 CET 2013


I compiled opensips on a empty system. Compilation was done quite fast but when try to run with the example config as described on 

http://www.opensips.org/Development/NewDesignStage1

I end up with a link to a module which is not there.


[root at opensips.fink.org sip_server_2]# ./opensips -f etc/opensips.cfg 
Feb 23 17:12:58 [0] ERROR:core:load_core_module: could not open module lib </root/sip_server_2/src/core/modules/mi_fifo/mi_fifo.so>: /root/sip_server_2/src/core/modules/mi_fifo/mi_fifo.so: cannot open shared object file: No such file or directory
Feb 23 17:12:58 [0] ERROR:core:yyparse: Setting parameter: load = mi_fifo/mi_fifo on line 24 
Feb 23 17:12:58 [0] WARNING:core:yyparse: Section:[mi_fifo] is not a section defined by OpenSIPS
Feb 23 17:12:58 [0] ERROR:core:yyparse: Setting parameter: fifo_name = /tmp/opensips_fifo on line 28 
Feb 23 17:12:58 [0] ERROR:core:main: bad config file (2 errors)


if I replace mi_fifo with mi_stream which is the only module there I get

Feb 23 17:22:07 [0] ERROR:core:load_core_module: could not open module lib </root/sip_server_2/src/core/modules/mi_stream/mi_stream.so>: /root/sip_server_2/src/core/modules/mi_stream/mi_stream.so: undefined symbol: is_valid

So is the config file example not up to date or the makefile?





More information about the Devel mailing list