Re: [PHP-INSTALL] PHP 5.2.3 module on Solaris 10 (AMD64)

2007-06-14 Thread web2
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

Re: [PHP-INSTALL] PHP 5.2.3 module on Solaris 10 (AMD64)

2007-06-13 Thread AAcom Lists
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