If you’re getting this error while configuring PHP:
configure: error: utf8_mime2text() has new signature
You should use a simple solution to resolve this:
yum install libc-client-devel.i686 and libc-client-devel.x86_64
This error usually appears when you’re trying to install IMAP support on a 64-bit system.