Hello. I was trying to start SER with the PDT module and i got this error message. Can somone help me ?
0(0) PDT: initializing... 0(0) qm_malloc(0x4212f000, 4) called from pdt.c: mod_init(228) 0(0) qm_malloc(0x4212f000, 4) returns address 0x422e6098 frag. 0x422e6080 (size=4) on 1 -th hit 0(0) qm_malloc(0x80fc3c0, 16) called from fifo_server.c: register_fifo_cmd(133) 0(0) qm_malloc(0x80fc3c0, 16) returns address 0x81337cc frag. 0x81337b4 (size=16) on 1 -th hit 0(0) DEBUG: register_fifo_cmd: new command (get_domainprefix) registered 0(0) qm_malloc(0x80fc3c0, 16) called from unixsock_server.c: unixsock_register_cmd(673) 0(0) qm_malloc(0x80fc3c0, 16) returns address 0x813380c frag. 0x81337f4 (size=16) on 1 -th hit 0(0) unixsock_register_cmd: New command (get_domainprefix) registered 0(0) qm_malloc(0x80fc3c0, 6) called from db/db.c: bind_dbmod(69) 0(0) qm_malloc(0x80fc3c0, 8) returns address 0x813384c frag. 0x8133834 (size=8) on 1 -th hit 0(0) find_mod_export: <db_use_table> in module mysql not found 0(0) bind_dbmod: Module mysql does not export db_use_table function 0(0) qm_free(0x80fc3c0, 0x813384c), called from db/db.c: bind_dbmod(142) 0(0) qm_free: freeing frag. 0x8133834 alloc'ed from db/db.c: bind_dbmod(69) 0(0) PDT: mod_init: Database module not found 0(0) qm_free(0x4212f000, 0x422e6098), called from pdt.c: mod_init(356) 0(0) qm_free: freeing frag. 0x422e6080 alloc'ed from pdt.c: mod_init(228) 0(0) init_mod(): Error while initializing module pdt ERROR: error while initializing modules 0(0) qm_free(0x80fc3c0, 0x813131c), called from sr_module.c: destroy_modules(357) 0(0) qm_free: freeing frag. 0x8131304 alloc'ed from sr_module.c: register_module(136) 0(0) PDT: mod_destroy : Cleaning up 0(0) qm_free(0x4212f000, 0x422e6098), called from pdt.c: mod_destroy(545) 0(0) BUG: qm_free: freeing already freed pointer, first free: pdt.c: mod_init(356) - aborting
According to this the PDT module can't find the database. But this is the "show databases" from mysql:mysql> show databases; +------------+ | Database | +------------+ | mysql | | pdt | | test | +------------+ 5 rows in set (0.00 sec)
mysql>
Anyone?
Thanks !
Ricardo.-