Hello all,
Today I tried installing mysql, php, and ser 0.8.11 [released today] from source. After spending a lot of time, I still can't get past the error shown in the messages file attached. The response at the command line is "Bad config file, 1 error"
The mysql.so module does indeed exist in the directory specified in the ser.cfg file. I've checked it over and over again. Mysql is running. Ser database tables exist. I don't know what else to do.
Thanks, G.
--------------------------------- Do you Yahoo!? The New Yahoo! Search - Faster. Easier. Bingo.
Sep 1 21:43:01 jiffypop ser: ERROR: load_module: could not open module </usr/local/lib/ser/modules/mysql.so>: libmysqlclient.so.12: cannot open shared object file: No such file or directory Sep 1 21:43:01 jiffypop ser: parse error (29,13-49): failed to load module Sep 1 21:46:26 jiffypop ser: ERROR: load_module: could not open module </usr/local/lib/ser/modules/mysql.so>: libmysqlclient.so.12: cannot open shared object file: No such file or directory Sep 1 21:46:26 jiffypop ser: parse error (29,13-49): failed to load module Sep 1 21:46:28 jiffypop ser: ERROR: load_module: could not open module </usr/local/lib/ser/modules/mysql.so>: libmysqlclient.so.12: cannot open shared object file: No such file or directory Sep 1 21:46:28 jiffypop ser: parse error (29,13-49): failed to load module Sep 1 21:46:29 jiffypop ser: ERROR: load_module: could not open module </usr/local/lib/ser/modules/mysql.so>: libmysqlclient.so.12: cannot open shared object file: No such file or directory Sep 1 21:46:29 jiffypop ser: parse error (29,13-49): failed to load module Sep 1 21:46:29 jiffypop ser: ERROR: load_module: could not open module </usr/local/lib/ser/modules/mysql.so>: libmysqlclient.so.12: cannot open shared object file: No such file or directory Sep 1 21:46:29 jiffypop ser: parse error (29,13-49): failed to load module Sep 1 21:46:30 jiffypop ser: ERROR: load_module: could not open module </usr/local/lib/ser/modules/mysql.so>: libmysqlclient.so.12: cannot open shared object file: No such file or directory Sep 1 21:46:30 jiffypop ser: parse error (29,13-49): failed to load module Sep 1 21:49:52 jiffypop ser: ERROR: load_module: could not open module </usr/local/lib/ser/modules/mysql.so>: libmysqlclient.so.12: cannot open shared object file: No such file or directory Sep 1 21:49:52 jiffypop ser: parse error (29,13-49): failed to load module Sep 1 22:04:17 jiffypop ser: ERROR: load_module: could not open module </usr/local/lib/ser/modules/mysql.so>: libmysqlclient.so.12: cannot open shared object file: No such file or directory Sep 1 22:04:17 jiffypop ser: parse error (29,13-49): failed to load module
RedHat 9.0 kernel 2.4.20-20smp ser 0.8.11 (i386/linux) main.c, v 1.162.2.5
Gavin Bensom gavinb2i@yahoo.com wrote: Hello all,
Today I tried installing mysql, php, and ser 0.8.11 [released today] from source. After spending a lot of time, I still can't get past the error shown in the messages file attached. The response at the command line is "Bad config file, 1 error"
The mysql.so module does indeed exist in the directory specified in the ser.cfg file. I've checked it over and over again. Mysql is running. Ser database tables exist. I don't know what else to do.
Thanks, G.
--------------------------------- Do you Yahoo!? The New Yahoo! Search - Faster. Easier. Bingo.Sep 1 21:43:01 jiffypop ser: ERROR: load_module: could not open module : libmysqlclient.so.12: cannot open shared object file: No such file or directory Sep 1 21:43:01 jiffypop ser: parse error (29,13-49): failed to load module Sep 1 21:46:26 jiffypop ser: ERROR: load_module: could not open module : libmysqlclient.so.12: cannot open shared object file: No such file or directory Sep 1 21:46:26 jiffypop ser: parse error (29,13-49): failed to load module Sep 1 21:46:28 jiffypop ser: ERROR: load_module: could not open module : libmysqlclient.so.12: cannot open shared object file: No such file or directory Sep 1 21:46:28 jiffypop ser: parse error (29,13-49): failed to load module Sep 1 21:46:29 jiffypop ser: ERROR: load_module: could not open module : libmysqlclient.so.12: cannot open shared object file: No such file or directory Sep 1 21:46:29 jiffypop ser: parse error (29,13-49): failed to load module Sep 1 21:46:29 jiffypop ser: ERROR: load_module: could not open module : libmysqlclient.so.12: cannot open shared object file: No such file or directory Sep 1 21:46:29 jiffypop ser: parse error (29,13-49): failed to load module Sep 1 21:46:30 jiffypop ser: ERROR: load_module: could not open module : libmysqlclient.so.12: cannot open shared object file: No such file or directory Sep 1 21:46:30 jiffypop ser: parse error (29,13-49): failed to load module Sep 1 21:49:52 jiffypop ser: ERROR: load_module: could not open module : libmysqlclient.so.12: cannot open shared object file: No such file or directory Sep 1 21:49:52 jiffypop ser: parse error (29,13-49): failed to load module Sep 1 22:04:17 jiffypop ser: ERROR: load_module: could not open module : libmysqlclient.so.12: cannot open shared object file: No such file or directory Sep 1 22:04:17 jiffypop ser: parse error (29,13-49): failed to load module
ATTACHMENT part 3 application/octet-stream name=ser.cfg
_______________________________________________ Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
--------------------------------- Do you Yahoo!? The New Yahoo! Search - Faster. Easier. Bingo.
I did not try Ser 0.8.11. But according to my memmory, Mysql.so is not compiled by default in Ser 0.8.10 . If you do not find mysql.so in the lib directory, you need to recompile your SER.
Try to compile Ser with : make all include_modules="mysql" and install by: make install include_modules="mysql"
For details, please refer to http://mail.iptel.org/pipermail/serusers/2003-June/001592.html and wish it will help.
Younger Wang
-----Original Message----- From: serusers-bounces@iptel.org [mailto:serusers-bounces@iptel.org]On Behalf Of Gavin Bensom Sent: Tuesday, September 02, 2003 1:25 PM To: serhelp@iptel.org; serusers@iptel.org Subject: [Serusers] installation issue with mysql.so
Hello all,
Today I tried installing mysql, php, and ser 0.8.11 [released today] from source. After spending a lot of time, I still can't get past the error shown in the messages file attached. The response at the command line is "Bad config file, 1 error"
The mysql.so module does indeed exist in the directory specified in the ser.cfg file. I've checked it over and over again. Mysql is running. Ser database tables exist. I don't know what else to do.
Thanks, G.
Do you Yahoo!? The New Yahoo! Search - Faster. Easier. Bingo.
Greetings from So. America!
I just begun playing with SER. So far I can place calls within a LAN. I have SER running on a box, with one public and one private IP. My problem right now is that if I try to call from a UA connected via a dialup, there is no audio in either end. The setup of the call seems fine (the phones ring OK). I have disable the firewall and still no luck. Do I need to install rtpproxy? Where can I download it?(the links I´ve seen don´t work)
Any help would be greatly appreciated.
Rgds Dan
Hello,
is one (or both) phones behind a NAT ? If so you will need to configure your nat to let the media traffic through.
If not, then we will need more information.
Jan.
On 02-09 18:55, Dan Fernandez wrote:
Greetings from So. America!
I just begun playing with SER. So far I can place calls within a LAN. I have SER running on a box, with one public and one private IP. My problem right now is that if I try to call from a UA connected via a dialup, there is no audio in either end. The setup of the call seems fine (the phones ring OK). I have disable the firewall and still no luck. Do I need to install rtpproxy? Where can I download it?(the links I´ve seen don´t work)
Any help would be greatly appreciated.
Rgds Dan
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
On Tuesday 02 September 2003 07:25, Gavin Bensom wrote:
Today I tried installing mysql, php, and ser 0.8.11 [released today] from source. After spending a lot of time, I still can't get past the error shown in the messages file attached. The response at the command line is "Bad config file, 1 error"
The mysql.so module does indeed exist in the directory specified in the ser.cfg file. I've checked it over and over again. Mysql is running. Ser database tables exist. I don't know what else to do.
IMHO the error message is clear: Sep 1 21:43:01 jiffypop ser: ERROR: load_module: could not open module </usr/local/lib/ser/modules/mysql.so>: libmysqlclient.so.12: cannot open shared object file: No such file or directory
libmysqlclient.so.12 can not be found. Probably you installed mysql in a path which is not inlcuded in your ld path. Try 'ldconfig -p|grep mysql', i guess you will get no result. Update your ld.so.conf to find your mysqlclient lib.
Regards Nils
Nils, This was the solution. Thanks for the information. G.
Nils Ohlmeier nils@iptel.org wrote: On Tuesday 02 September 2003 07:25, Gavin Bensom wrote:
Today I tried installing mysql, php, and ser 0.8.11 [released today] from source. After spending a lot of time, I still can't get past the error shown in the messages file attached. The response at the command line is "Bad config file, 1 error"
The mysql.so module does indeed exist in the directory specified in the ser.cfg file. I've checked it over and over again. Mysql is running. Ser database tables exist. I don't know what else to do.
IMHO the error message is clear: Sep 1 21:43:01 jiffypop ser: ERROR: load_module: could not open module : libmysqlclient.so.12: cannot open shared object file: No such file or directory
libmysqlclient.so.12 can not be found. Probably you installed mysql in a path which is not inlcuded in your ld path. Try 'ldconfig -p|grep mysql', i guess you will get no result. Update your ld.so.conf to find your mysqlclient lib.
Regards Nils
--------------------------------- Do you Yahoo!? The New Yahoo! Search - Faster. Easier. Bingo.