I've found a solution :
Add these two lines :
LD_PRELOAD=/usr/lib/64/libmtmalloc.so.1
export LD_PRELOAD
in [APACHE_HOME]/bin/envvars
Hope it'll help.
AAcom Lists a écrit :
Salut,
it seems you are compiling the whole bunch in 64bit mode (file libphp5.so)
but you are linking php with a
Salut,
it seems you are compiling the whole bunch in 64bit mode (file libphp5.so)
but you are linking php with a 32bit library (/usr/lib) in place of
64bit (/usr/lib/64/libmtmalloc.so.1).
You must discover the place where this lib is used (a Makefile in php
sources),
may be an extension,
and fo