Hi,
I've tried to compile PHP with-imap to install a php webmail and i can't do it with vimap installed (both of package: program & devel libs).
Any idea about where is the problem?
There should be no problems with this. Are you using source rpm files from RedHat or are you comiling php from scratch?
The name of the library libc-client is sometimes confusing for php, try to compile it like this if you have problems:
# IMAP_SHARED_LIBADD=-lc-client # export IMAP_SHARED_LIBADD # configure --with-imap=shared
Hope it works for you...
Log in to post a comment.
Hi,
I've tried to compile PHP with-imap to install a php webmail and i can't do it with vimap installed (both of package: program & devel libs).
Any idea about where is the problem?
There should be no problems with this. Are you using source rpm files from RedHat or are you comiling php from scratch?
The name of the library libc-client is sometimes confusing for php, try to compile it like this if you have problems:
# IMAP_SHARED_LIBADD=-lc-client
# export IMAP_SHARED_LIBADD
# configure --with-imap=shared
Hope it works for you...