PHP compile is missing libc-client.a

erikjan

Verified User
Joined
Nov 1, 2007
Messages
9
Hi,

Is anybody else having issues with compiling PHP with ----with-imap and --with-imap-ssl?

The error I'm getting:

Code:
configure: error: Cannot find imap library (libc-client.a). Please check your c-client installation.

I installed the libc-client and libc-client-devel packages, but unlike the CentOS 5.x libc-client-devel package, the same rpm in CentOS 6 does not have the libc-client.a static library.

Anybody has a (neat) fix for this already?
 
Have you tryed to compile imap libs from source?

Search on this forum for update.script , he got imap libs source compile in it.

Regards
 
Back
Top