configure: error: utf8_mime2text() has new signature, but U8T_CANONICAL is missing

Following error was getting generated while configuring php on the server

checking for utf8_mime2text signature… new
checking for U8T_DECOMPOSE…
configure: error: utf8_mime2text() has new signature, but U8T_CANONICAL is missing. This should not happen. Check config.log for additional information.

Fix
yum install libc-client-devel

Leave a comment