Is there a patch for libm for 0.9.30.1 ?

Tiew Ming Ching mingching.tiew at redtone.com
Tue Jun 9 01:00:16 UTC 2009


Ming-Ching Tiew wrote:
> 
> This error is given by libphp5.so, when invoked from apache httpd :-
> 
> httpd: symbol 'isinf': can't resolve symbol in lib
> '/usr/lib/httpd/modules/libphp5.so'.
> 
> It would seems to me that isinf was not previously a macro. I will try
> to see
> if recompile the libphp5.so will help.
> 

OK recompile fixes the problem. 

Apparently the symbol 'isinf' is exposed by libphp5.so, not libm.

>From the error it seems to complain that the symbol 'isinf' in
libphp5.so failed to resolve a symbol which was missing.

Problem resolved but still, I wonder why we lost binary 
compatibility just for a  small jump in version here.

Rgds.



More information about the uClibc mailing list