Hi All, I am getting this error while trying to load ser. Any ideas on this.
Walter
0(31991) loading module /usr/local/lib/ser/modules/mysql.so 0(31991) ERROR: load_module: could not open module </usr/local/lib/ser/modules/ mysql.so>: /usr/local/lib/ser/modules/mysql.so: undefined symbol: fm_malloc 0(31991) parse error (29,13-49): failed to load module
Probably you are using the mysql module from your rpm installation. The mysql modules is not compile (and installed) by default if you install from source. Please clean the module directory completely and reinstall from source (use include_modules="mysql" for your make calls to compile and install the mysql from source too).
Nils
On Monday 02 February 2004 19:25, walterp wrote:
Hi All, I am getting this error while trying to load ser. Any ideas on this.
Walter
0(31991) loading module /usr/local/lib/ser/modules/mysql.so 0(31991) ERROR: load_module: could not open module </usr/local/lib/ser/modules/ mysql.so>: /usr/local/lib/ser/modules/mysql.so: undefined symbol: fm_malloc 0(31991) parse error (29,13-49): failed to load module
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
May I suggest adding a note to the README for Mysql module regarding the need for: include_modules="mysql"
I have notice it has been asked by more than a few people include myself.
Thanks & Regards, Dinesh
Dinesh Mahbubani The International Marketing Exchange Ltd. Tel: (852) 2541-2617 Fax (852) 2543-4537
-----Original Message----- From: serusers-bounces@iptel.org [mailto:serusers-bounces@lists.iptel.org] On Behalf Of Nils Ohlmeier Sent: Tuesday, February 03, 2004 2:29 AM To: walterp; serusers@lists.iptel.org Subject: Re: [Serusers] MySQL Module Error
Probably you are using the mysql module from your rpm installation. The mysql modules is not compile (and installed) by default if you install from source. Please clean the module directory completely and reinstall from source (use include_modules="mysql" for your make calls to compile and install the mysql from source too).
Nils