php mapi compile error

Markoetie

Verified User
Joined
Aug 19, 2008
Messages
41
Hi,

I'm running FC4 with PHP 5.2.9 (cli) with apache2 and wanted to add imap. When compiling php with returned this error:

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

*** There was an error while trying to configure php. Check the configure/ap2/configure.php5 file


Now i've seen in a other post the someone solved it by installing the libc-client-dev package but this is a debian package.
I installed libc-client2004g-2004g-1.fc4.i386.rpm but this didn't solve it.

Can anyone help me?

Thanks,
Markoetie
 
Last edited:
I'm not familiar with FC, but on CentOS (32 bit) you'd do:

Code:
yum install libc-client.i386 libc-client-devel.i386
 
Sorry, I didn't read well and thought you had CentOS :)
I'm not familiar with Fedora either, but it seems that it uses *.repo files in the directory "/etc/yum.repos.d/". Check that you have "fedora.repo" in that directory or search in Google how to install a fresh one (something like that: http://fedoraproject.org/wiki/YumUpgradeFaq#3._Switch_repositories).

The package names are the same from what I've been able to find through Google, libc-client and libc-client-devel.
 
FC4 is quite old. Are repositories still available? Perhaps not.

The main reason I don't recommend Fedora is that it moves too quickly.

Jeff
 
Back
Top