configure: error: utf8_mime2text() has new signature – How to Resolve

By | December 18, 2013

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.

Leave a Reply

Your email address will not be published. Required fields are marked *