<=========================================================================== = I'm having a problema trying to run ser-0.9.7. The compilation was fine.. but i'm not able to start SER due to this error :
Mar 25 00:42:53 edgelcr ser: loading module /usr/local/lib/ser/modules/acc.so Mar 25 00:42:53 edgelcr ser: ERROR: load_module: could not open module </usr/local/lib/ser/modules/acc.so>: /usr/local/lib/ser/modules/acc.so: undefined symbol: parse_orig_uri Mar 25 00:42:53 edgelcr ser: parse error (88,13-14): failed to load module <=========================================================================== =
I have the same problem on OpenSUSE 10.3. SER 0.9.7 compiles fine but when you try to run it you get that error.
Was this ever resolved?
John
John G. Rose wrote:
<=========================================================================== = I'm having a problema trying to run ser-0.9.7. The compilation was fine.. but i'm not able to start SER due to this error :
Mar 25 00:42:53 edgelcr ser: loading module /usr/local/lib/ser/modules/acc.so Mar 25 00:42:53 edgelcr ser: ERROR: load_module: could not open module </usr/local/lib/ser/modules/acc.so>: /usr/local/lib/ser/modules/acc.so: undefined symbol: parse_orig_uri Mar 25 00:42:53 edgelcr ser: parse error (88,13-14): failed to load module <=========================================================================== =
I have the same problem on OpenSUSE 10.3. SER 0.9.7 compiles fine but when you try to run it you get that error.
Was this ever resolved?
It appears, that the actual name of the function is parse_orig_ruri. Maybe you can try adding the missing r in the calls in modules/acc/acc.c?
Regards, Martin
-----Original Message----- From: Martin Hoffmann [mailto:hn@nvnc.de] John G. Rose wrote:
<=======================================================================
I'm having a problema trying to run ser-0.9.7. The compilation was
fine..
but i'm not able to start SER due to this error :
Mar 25 00:42:53 edgelcr ser: loading module /usr/local/lib/ser/modules/acc.so Mar 25 00:42:53 edgelcr ser: ERROR: load_module: could not open module </usr/local/lib/ser/modules/acc.so>:
/usr/local/lib/ser/modules/acc.so:
undefined symbol: parse_orig_uri Mar 25 00:42:53 edgelcr ser: parse error (88,13-14): failed to load
module
<=======================================================================
I have the same problem on OpenSUSE 10.3. SER 0.9.7 compiles fine but
when
you try to run it you get that error.
Was this ever resolved?
It appears, that the actual name of the function is parse_orig_ruri. Maybe you can try adding the missing r in the calls in modules/acc/acc.c?
That worked thanks.
But moving from 0.9.6 to 0.9.7 didn't seem to solve the problem of - if you bounce MySQL while ser is running it doesn't reconnect. Any ides on that one?
John
From: Martin Hoffmann [mailto:hn@nvnc.de] John G. Rose wrote:
<=======================================================================
I'm having a problema trying to run ser-0.9.7. The compilation was
fine..
but i'm not able to start SER due to this error :
Mar 25 00:42:53 edgelcr ser: loading module /usr/local/lib/ser/modules/acc.so Mar 25 00:42:53 edgelcr ser: ERROR: load_module: could not open
module
</usr/local/lib/ser/modules/acc.so>:
/usr/local/lib/ser/modules/acc.so:
undefined symbol: parse_orig_uri Mar 25 00:42:53 edgelcr ser: parse error (88,13-14): failed to load
module
<=======================================================================
I have the same problem on OpenSUSE 10.3. SER 0.9.7 compiles fine
but
when
you try to run it you get that error.
Was this ever resolved?
It appears, that the actual name of the function is parse_orig_ruri. Maybe you can try adding the missing r in the calls in modules/acc/acc.c?
That worked thanks.
But moving from 0.9.6 to 0.9.7 didn't seem to solve the problem of - if you bounce MySQL while ser is running it doesn't reconnect. Any ides on that one?
I guess reading the FAQ helps as this link answers part of it -
http://www.iptel.org/faq/why_does_my_mysql_5_0_x_connection_time_out_when_us ing_ser_0_9_x