i think there's a rpm for php-imap.. anyway here's what i diid before ..
compiling from source..

download imap.. ftp://ftp.cac.washington.edu/imap/

then compile

# cd imap-xxx
# make <system type>
    (slx for linux w/ shadow password)
# cd c-client
# ln -s /path/to/imap/imap-xx/c-client lib
# ln -s /path/to/imap/imap-xx/c-client include

then compile php

#  cd php-4.x
# ./configure    --with-imap=../path/to/imap-xxx \
                      --<other options here>
# make
# make install

if your apache supports DSO then compile PHP as apache module... if not..
you need to recompile also your apache.


----- Original Message -----
From: "Ina Patricia Lopez" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, August 25, 2001 1:47 PM
Subject: [plug] php with imap


> hi!
>    im trying to install IMP on my redhat7.1 server but when i run
> horde/test.php3  it says that PHP does not have support for imap.  i
> installed my imap/ipop binaries via RPMs.  how do i compile php with
> imap support?  do i need to download new imap source and compile it
> also?
>
> thanks a lot!
> ina patricia
>
> __________________________________________________
> Do You Yahoo!?
> Make international calls for as low as $.04/minute with Yahoo! Messenger
> http://phonecard.yahoo.com/
> _
> Philippine Linux Users Group. Web site and archives at
http://plug.linux.org.ph
> To leave: send "unsubscribe" in the body to [EMAIL PROTECTED]
>
> To subscribe to the Linux Newbies' List: send "subscribe" in the body to
[EMAIL PROTECTED]

_
Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph
To leave: send "unsubscribe" in the body to [EMAIL PROTECTED]

To subscribe to the Linux Newbies' List: send "subscribe" in the body to 
[EMAIL PROTECTED]

Reply via email to