[Osp-toolkit-client] can't load module
Brought to you by:
osp-project
From: Clint W. <cw...@nf...> - 2008-08-28 23:30:44
|
Hi, I've built Opensips with the OSP module. I've followed the instruction on the transnexus site to a tee. However, I have the same problem everytime. At launch (using the osp module config file) I get the following errors: t@main opensips]# opensipsctl start INFO: Starting OpenSIPS : ERROR: PID file /var/run/opensips.pid does not exist -- OpenSIPS start failed [root@main opensips]# tail -20 /var/log/messages Aug 28 15:11:49 main opensips: ERROR:core:sr_load_module: could not open module </usr/local/lib/opensips/modules/osp.so>: /usr/local/lib/opensips/modules/osp.so: undefined symbol: BIO_get_callback_arg Aug 28 15:11:49 main opensips: CRITICAL:core:yyerror: parse error in config file, line 34, column 13-14: failed to load module Aug 28 15:11:49 main opensips: ERROR:core:set_mod_param_regex: no module matching osp found | Aug 28 15:11:49 main opensips: CRITICAL:core:yyerror: parse error in config file, line 56, column 20-21: Can't set module parameter Aug 28 15:11:49 main opensips: CRITICAL:core:yyerror: parse error in config file, line 208, column 43-44: unknown command, missing loadmodule? Aug 28 15:11:49 main opensips: CRITICAL:core:yyerror: parse error in config file, line 213, column 43-44: unknown command, missing loadmodule? Aug 28 15:11:49 main opensips: CRITICAL:core:yyerror: parse error in config file, line 239, column 28-29: unknown command, missing loadmodule? Aug 28 15:11:49 main opensips: CRITICAL:core:yyerror: parse error in config file, line 244, column 35-36: unknown command, missing loadmodule? Aug 28 15:11:49 main opensips: CRITICAL:core:yyerror: parse error in config file, line 304, column 35-36: unknown command, missing loadmodule? Aug 28 15:11:49 main opensips: CRITICAL:core:yyerror: parse error in config file, line 309, column 35-36: unknown command, missing loadmodule? Aug 28 15:11:49 main opensips: CRITICAL:core:yyerror: parse error in config file, line 375, column 27-28: unknown command, missing loadmodule? Aug 28 15:11:49 main opensips: CRITICAL:core:yyerror: parse error in config file, line 416, column 29-30: unknown command, missing loadmodule? Aug 28 15:11:49 main opensips: CRITICAL:core:yyerror: parse error in config file, line 428, column 29-30: unknown command, missing loadmodule? Aug 28 15:11:49 main opensips: CRITICAL:core:yyerror: parse error in config file, line 440, column 23-24: unknown command, missing loadmodule? Aug 28 15:11:49 main opensips: CRITICAL:core:yyerror: parse error in config file, line 473, column 23-24: unknown command, missing loadmodule? Aug 28 15:11:49 main opensips: CRITICAL:core:yyerror: parse error in config file, line 491, column 21-22: unknown command, missing loadmodule? Aug 28 15:11:49 main opensips: CRITICAL:core:yyerror: parse error in config file, line 494, column 33-34: unknown command, missing loadmodule? I've checked permissions, etc. I cannot figure out for the life of me why this won't load. Anyone have any pointers? Thanks. |