On 2016-02-08 10:07, Matus UHLAR - fantomas wrote: > Package: eglibc > Version: 2.11.3-4+deb6u9 > > Hello, > > after updating libc6 to 2.11.3-4+deb6u9 we have notices all apache servers > with mod_php loaded to crash after reload, with message: > > apache2: Syntax error on line 203 of /etc/apache2/apache2.conf: Syntax error > on line 1 of /etc/apache2/mods-enabled/php5.load: Cannot load > /usr/lib/apache2/modules/libphp5.so into server: /lib/i686/cmov/libm.so.6: > symbol __strtod_nan, version GLIBC_2.0 not defined in file libc.so.6 with > link time reference > > (wrapped for better readability). > > apparently caused by fix of bug #813187
Indeed, it looks like the fix has been wrongly backported. The new symbols are supposed to be private symbols (versioned with GLIBC_PRIVATE). Otherwise the ABI is changed and this can cause compatibility issues with other version of the libc on wheezy, jessie, etc. or other distributions. -- Aurelien Jarno GPG: 4096R/1DDD8C9B [email protected] http://www.aurel32.net

