On Nov 18, 2004 at 10:34, g.billoudet(a)arwen-tech.fr <g.billoudet(a)arwen-tech.fr>
wrote:
Hi, thanks for your help Andrei
I set PKG_MEM_POOL_SIZE to 4096*1024 and I still had the same error.
So I set back PKG_MEM_POOL_SIZE to 1024*1024, edit Makefile.defs, remove
-DF_MALLOC and add instead -DDBG_QM_MALLOC.
Unfortunately, the modules can't be loaded (undefined symbol: fm_malloc).
They are still trying to use fm_malloc. You've either not recompiled all
of them (make proper; make all include_modules=mysql) or you forgot
make install and you have some old modules in
/usr/local/lib/ser/modules.
It's so strange that I got the same error with two different computers...
as I installed both ser (0.8.12 and 0.8.14) the same way with same mysql
4.0.18, there might be something wrong there... On the other hand, the
installation of ser is so easy, I'm not really sure the error comes from
there...
Does this error really nether happened to anybody else ?
No, or at least it was not reported before. It really looks very
strange.
Andrei