Hello, I'm getting this message when trying to compile PHP 5.0.1 configured --with-msession on RedHat 9:
/usr/bin/ld: .libs/libphp5.so: undefined versioned symbol name operator delete(void*)@@GLIBCPP_3.2 /usr/bin/ld: failed to set dynamic section sizes: Bad value collect2: ld returned 1 exit status make: *** [libphp5.la] Error 1 The software versions are these: autoconf-2.57-3 automake-1.6.3-5 gcc versión 3.2.2 20030222 (Red Hat Linux 3.2.2-5) GNU ld versión 2.13.90.0.18 20030206 phoenix-R1_2_030117E msession-030130 php-msession-030117 Any help is appreciated. I searched the ml archives and found in PHP-DEV a similar problem but no resolution other than --disable-all. I followed the steps from http://www.mohawksoft.com/devel/msession_notes.html, including the config.m4 replacement recommended for GCC 3, but I got with the same error. Also if I compile --with-msession without replacing ext/msession without success. Thanks in advanced, Rodolfo.