I was able to compile the SER source code successfully with gcc after some tweaking. However, when I ran ser restart, I had the following errors in /var/adm/messages:
Oct 20 15:50:42 wngds0je ser[556]: [ID 861198 daemon.error] ERROR: load_module: could not open module</usr/local/lib/ser/modules/mysql.so>: ld.so.1: ser: fatal: relocation error: file /usr/local/lib/ser/modules/mysql.so: symbol floor: referenced symbol not found
Oct 20 15:50:42 wngds0je ser[556]: [ID 587890 daemon.crit] parse error (28,13-14): failed to load module
Anybody have any suggestions why it could not find/load the mysql module?
Thanks
Dave
--------------------------------- Yahoo! FareChase - Search multiple travel sites in one click.
Mysql.so is not compiled (recompiled) by default when you compile the ser server. It's one of those 'extra' modules.
It sounds like you might have a copy in there that wasn't compiled when you compiled the rest of everything. From your ser source directory, do a
make modules=modules/mysql modules
And compile just the mysql.so module specifically. Then re-copy it into /usr/local/lib/ser/modules (or wherever your modules reside).
N.
On Thu, 20 Oct 2005 14:37:58 -0700 (PDT), dave cra wrote
I was able to compile the SER source code successfully with gcc after some tweaking. However, when I ran ser restart, I had the following errors in /var/adm/messages: Oct 20 15:50:42 wngds0je ser[556]: [ID 861198 daemon.error] ERROR: load_module: could not open module</usr/local/lib/ser/modules/mysql.so>: ld.so.1: ser: fatal: relocation error: file /usr/local/lib/ser/modules/mysql.so: symbol floor: referenced symbol not found Oct 20 15:50:42 wngds0je ser[556]: [ID 587890 daemon.crit] parse error (28,13-14): failed to load module Anybody have any suggestions why it could not find/load the mysql module? Thanks Dave
----------------------------------------------------------------------- Yahoo! FareChase - Search multiple travel sites in one click.
Try to add -lm to the list of libraries the mysql module is compiled with in sip_router/modules/mysql/Makefile.
Jan.
On 20-10-2005 14:37, dave cra wrote:
I was able to compile the SER source code successfully with gcc after some tweaking. However, when I ran ser restart, I had the following errors in /var/adm/messages:
Oct 20 15:50:42 wngds0je ser[556]: [ID 861198 daemon.error] ERROR: load_module: could not open module</usr/local/lib/ser/modules/mysql.so>: ld.so.1: ser: fatal: relocation error: file /usr/local/lib/ser/modules/mysql.so: symbol floor: referenced symbol not found
Oct 20 15:50:42 wngds0je ser[556]: [ID 587890 daemon.crit] parse error (28,13-14): failed to load module
Anybody have any suggestions why it could not find/load the mysql module?
Thanks
Dave
Yahoo! FareChase - Search multiple travel sites in one click. _______________________________________________ Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Hi Jan,
We're kind of new with this here.
After compiling with the new compile option LIBS= -lm -lfl ldl lresolv, SER seems to be able to run a bit better. However, I still had the follow errors causing SER died after ser restart. Do you have further suggestions?
Oct 21 16:18:40 wngds0je ./ser[11757]: [ID 212014 daemon.warning] Warning: uac does not spread across the whole hash table
Oct 21 16:18:40 wngds0je ./ser[11757]: [ID 499528 daemon.notice] Maxfwd module- initializing
Oct 21 16:18:40 wngds0je ./ser[11757]: [ID 980324 daemon.error] new_connection(): Client does not support authentication protocol requested by server; consider upgrading MySQL client
Oct 21 16:18:40 wngds0je ./ser[11757]: [ID 895686 daemon.error] db_init(): Could not create a connection
Oct 21 16:18:40 wngds0je ./ser[11757]: [ID 392073 daemon.error] ERROR: auth_db_ver: unable to open database connection
Oct 21 16:18:40 wngds0je ./ser[11757]: [ID 850508 daemon.error] auth_db:str_fixup(): Error while querying table version
Oct 21 16:18:40 wngds0je ./ser[11757]: [ID 663877 daemon.crit] ERROR: fix_expr : fix_actions error
Cheers
Dave
Jan Janak jan@iptel.org wrote: Try to add -lm to the list of libraries the mysql module is compiled with in sip_router/modules/mysql/Makefile.
Jan.
On 20-10-2005 14:37, dave cra wrote:
I was able to compile the SER source code successfully with gcc after some tweaking. However, when I ran ser restart, I had the following errors in /var/adm/messages:
Oct 20 15:50:42 wngds0je ser[556]: [ID 861198 daemon.error] ERROR: load_module: could not open module: ld.so.1: ser: fatal: relocation error: file /usr/local/lib/ser/modules/mysql.so: symbol floor: referenced symbol not found
Oct 20 15:50:42 wngds0je ser[556]: [ID 587890 daemon.crit] parse error (28,13-14): failed to load module
Anybody have any suggestions why it could not find/load the mysql module?
Thanks
Dave
Yahoo! FareChase - Search multiple travel sites in one click. _______________________________________________ Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
--------------------------------- Yahoo! FareChase - Search multiple travel sites in one click.
Well, this is a problem in the mysqlclient library. It looks like you do not have matching version of mysqlclient library and mysql server.
Jan.
On 21-10-2005 14:56, dave cra wrote:
Hi Jan,
We're kind of new with this here.
After compiling with the new compile option LIBS= -lm -lfl ldl lresolv, SER seems to be able to run a bit better. However, I still had the follow errors causing SER died after ser restart. Do you have further suggestions?
Oct 21 16:18:40 wngds0je ./ser[11757]: [ID 212014 daemon.warning] Warning: uac does not spread across the whole hash table
Oct 21 16:18:40 wngds0je ./ser[11757]: [ID 499528 daemon.notice] Maxfwd module- initializing
Oct 21 16:18:40 wngds0je ./ser[11757]: [ID 980324 daemon.error] new_connection(): Client does not support authentication protocol requested by server; consider upgrading MySQL client
Oct 21 16:18:40 wngds0je ./ser[11757]: [ID 895686 daemon.error] db_init(): Could not create a connection
Oct 21 16:18:40 wngds0je ./ser[11757]: [ID 392073 daemon.error] ERROR: auth_db_ver: unable to open database connection
Oct 21 16:18:40 wngds0je ./ser[11757]: [ID 850508 daemon.error] auth_db:str_fixup(): Error while querying table version
Oct 21 16:18:40 wngds0je ./ser[11757]: [ID 663877 daemon.crit] ERROR: fix_expr : fix_actions error
Cheers
Dave
Jan Janak jan@iptel.org wrote: Try to add -lm to the list of libraries the mysql module is compiled with in sip_router/modules/mysql/Makefile.
Jan.
On 20-10-2005 14:37, dave cra wrote:
I was able to compile the SER source code successfully with gcc after some tweaking. However, when I ran ser restart, I had the following errors in /var/adm/messages:
Oct 20 15:50:42 wngds0je ser[556]: [ID 861198 daemon.error] ERROR: load_module: could not open module: ld.so.1: ser: fatal: relocation error: file /usr/local/lib/ser/modules/mysql.so: symbol floor: referenced symbol not found
Oct 20 15:50:42 wngds0je ser[556]: [ID 587890 daemon.crit] parse error (28,13-14): failed to load module
Anybody have any suggestions why it could not find/load the mysql module?
Thanks
Dave
Yahoo! FareChase - Search multiple travel sites in one click. _______________________________________________ Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Yahoo! FareChase - Search multiple travel sites in one click.