Web Hosting Talk







View Full Version : imap extension for php


dlc2000
11-07-2003, 08:53 AM
Hi,

someone can tell me how to install the imap extension for php on a Red hat Linux box?

we use also WHM

thx

sprintserve
11-07-2003, 09:11 AM
Download PHP from http://www.php.net

Untar it:
tar -zvxf filename.tar.gz

Enter the directory:
cd whateverdirectory

Run Configure: (Have something like the below)
'./configure' '--with-imap' '--with-imap-ssl'

make

make test

make install


You can also just run /scripts/easyapache from shell and run option 6

sasha
11-07-2003, 11:11 AM
If you do not have Imap installed you will need c-client libs. Take a look at php.net/imap