[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: eglibc 2.11.3-4+deb6u9 crashes php on reload



Matus UHLAR - fantomas <uhlar@fantomas.sk> writes:

> /lib/i686/cmov/libm.so.6: symbol __strtod_nan, version GLIBC_2.0 
> not defined in file libc.so.6 with link time reference

I believe it should be using GLIBC_2.2.5 for the version, not GLIBC_2.0

At least GLIBC_2.2.5 appears to be what is getting exported. If I am
reading the following correctly:

(squeeze-amd64-default)root@prune:/tmp/eglibc-2.11.3# objdump  -T /lib/libc.so.6  | grep __strtod_nan
000000000003efc0 g    DF .text	00000000000000ab  GLIBC_2.2.5 __strtod_nan

Which package owns /lib/i686/cmov/libm.so.6? Guessing it is related to
/lib/libm.so.6?

(squeeze-amd64-default)root@prune:/tmp/eglibc-2.11.3# objdump -T /lib/libm.so.6 | grep __strtod_nan
0000000000000000      DF *UND*	0000000000000000  GLIBC_2.2.5 __strtod_nan

Not sure I can see the problem. Maybe something wrong with Matus'
libm.so.6?
-- 
Brian May <bam@debian.org>


Reply to: