Forum Moderators: coopster
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.
./configure\
--with-apxs2=/usr/local/apache2/bin/apxs --with-mysql\
--prefix=/usr/local/apache2/php --enable-force-cgi-redirect\
--disable-cgi --with-zlib --with-imap=/usr/local/imap-2007a\
--with-imap-ssl=/usr/local/openssl --with-libxml-dir=/usr/local/libxml2
[2009-01-22 02:15 UTC] sean at choonz dot com
So the way I fixed this on 5.2.8 was simply to run
> sudo yum install libc-client-devel
and configure again
and then it worked. hope this helps someone!