Trying to load mysql.so with ser0.9.3 and I'm getting the following error:
jomama:/usr/local/etc root# /usr/local/sbin/ser 0(6444) ERROR: load_module: could not open module </usr/local/lib/ser/modules/mysql.so>: dlopen(/usr/local/lib/ser/modules/mysql.so, 2): Symbol not found: _fm_malloc Referenced from: /usr/local/lib/ser/modules/mysql.so Expected in: /usr/local/sbin/ser
0(6444) parse error (26,13-14): failed to load module ERROR: bad config file (1 errors)
I'm running Mac OS X
Any help is appriciated.
-Daniel
On Aug 28, 2005 at 21:48, Daniel Corbe daniel.junkmail@gmail.com wrote:
Trying to load mysql.so with ser0.9.3 and I'm getting the following error:
jomama:/usr/local/etc root# /usr/local/sbin/ser 0(6444) ERROR: load_module: could not open module </usr/local/lib/ser/modules/mysql.so>: dlopen(/usr/local/lib/ser/modules/mysql.so, 2): Symbol not found: _fm_malloc Referenced from: /usr/local/lib/ser/modules/mysql.so Expected in: /usr/local/sbin/ser
0(6444) parse error (26,13-14): failed to load module ERROR: bad config file (1 errors)
I'm running Mac OS X
Did you compile ser 0.9.3 from sources? If so try to recompile it: make proper include_modules="mysql" make all include_modules="mysql" make install include_modules="mysql"
If it still doesn't work, please send me the compile output: make proper include_modules="mysql" make all include_modules="mysql" >/tmp/compile.log 2>&1
and the output of: nm modules/mysql.so and: nm ser
Andrei
I got it. The SER core mismatched from the MySQL module.
-Daniel
On 8/31/05, Andrei Pelinescu-Onciul andrei@iptel.org wrote:
On Aug 28, 2005 at 21:48, Daniel Corbe daniel.junkmail@gmail.com wrote:
Trying to load mysql.so with ser0.9.3 and I'm getting the following error:
jomama:/usr/local/etc root# /usr/local/sbin/ser 0(6444) ERROR: load_module: could not open module </usr/local/lib/ser/modules/mysql.so>: dlopen(/usr/local/lib/ser/modules/mysql.so, 2): Symbol not found: _fm_malloc Referenced from: /usr/local/lib/ser/modules/mysql.so Expected in: /usr/local/sbin/ser
0(6444) parse error (26,13-14): failed to load module ERROR: bad config file (1 errors)
I'm running Mac OS X
Did you compile ser 0.9.3 from sources? If so try to recompile it: make proper include_modules="mysql" make all include_modules="mysql" make install include_modules="mysql"
If it still doesn't work, please send me the compile output: make proper include_modules="mysql" make all include_modules="mysql" >/tmp/compile.log 2>&1
and the output of: nm modules/mysql.so and: nm ser
Andrei