utf8_mime2text error in compiling php
Monday, December 29th, 2008The error:
==============
checking for utf8_mime2text signature… new
checking for U8T_CANONICAL… no
configure: error: utf8_mime2text() has new signature, but U8T_CANONICAL is missing. This should not happen. Check config.log for additional information.
==============
The fix:
==============
yum install libc-client-devel
==============