For those using Ubuntu and who are completely daunted by compiling this, it's easy under Ubuntu:Install libc-client-dev# sudo apt-get install libc-client-devInstall PHP5 imap:# sudo apt-get install php5-imapRestart Apache# sudo service apache2 reloadShould work for most people.