Menu

Can't compile PHP with Imap support

2002-04-27
2002-05-15
  • Jean-Philippe CIVADE

    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?

     
    • Patrik Hall

      Patrik Hall - 2002-05-15

      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.