PDA

View Full Version : Compile IMAP with PHP


imme
01-23-2008, 05:46 AM
hi all,
Please i am trying to configue email accounts but at setup stage i am getting this error.

Compile IMAP with PHP.

How can i do it.
It is also requested to all to post Step by step email configuration for newbies and non techies.

imme
01-23-2008, 12:46 PM
Dear All,
After long time of googlin I have found the solution. Just follow these steps:

1. open php.ini file and change

;extension=php_imap.dll
to
extension=php_imap.dll ( ; remove semicolon )

2.goto php install folder and copy php_imap.dll file and paste it in your c:\windows\system32
c:\windows\system
folders.

3. Stop and restart Apache server.

If you are using easy php like me you will find many PHP.INI files .......you should edit file located in easyphp\conf files

giorgio
01-25-2008, 03:39 AM
in ubuntu:
sudo apt-get install php5-imap
and restart apache

Drakimor@mbay.net
01-31-2008, 11:03 PM
Thank you... was beginning to think everyone here ran winblows web servers. Hackers of the world rejoice.

Anyway... thank you for the Linux solution.