Openser cant start while i am trying to load presence.so I get the following error
Nov 24 12:57:11 localhost openser: ERROR: load_module: could not open module <//lib/openser/modules/presence.so>: //lib/openser/modules/presence.so: undefined symbol: ctime_buf Nov 24 12:57:11 localhost openser: parse error (58,13-14): failed to load module
and i also get errors which refer to the parameters of presence since the module cant be loaded. Any ideas?
Hello,
On 24.11.2009 13:16 Uhr, ioanna lampropoyloy wrote:
Openser cant start while i am trying to load presence.so I get the following error
Nov 24 12:57:11 localhost openser: ERROR: load_module: could not open module <//lib/openser/modules/presence.so>: //lib/openser/modules/presence.so: undefined symbol: ctime_buf Nov 24 12:57:11 localhost openser: parse error (58,13-14): failed to load module
and i also get errors which refer to the parameters of presence since the module cant be loaded. Any ideas?
what version are you using? ctime_buf is defined in dprint.c and exported in dprint.h, maybe a include is missing in some file..
Cheers, Daniel