Re: [phplib] problem whit imp,not run From: Markus Seifert (seifert <email protected>)
Date: 04/02/01

----- Original Message -----
From: "Veronica_Serrano_S." <vserrano <email protected>>
To: <phplib <email protected>>
Sent: Friday, March 30, 2001 8:29 PM
Subject: [phplib] problem whit imp,not run

>
>
> I need help
>
> I have this error in phpinfo()
>
>
> Without IMAP support, IMP will not run. You will need to fix this if you
> want to run IMP.
>
> But I dont know how to resolve it
>
> Please help me
>
> Tk
>

Hi,

you will need to reconfigure php to use imap, how to to it depends on your
os:
on windows you can simply uncomment the the line :
;extension=php_imap.dll
in your php.ini. (make sure that php_imap.dll is somewhere in your path,
normally it comes with the other php extensions and is located in the
extensions folder (binary distribution)).

on apache and linux (and as far as i know on any other unix) you will need
to reconfigure (and recompile) php with the --with-imap=/path/to/imap
directive. Where /path/to/imap should point to your imap client lib

you dont need a complete imap server on your system you just need an imap
client lib (and access to an imap server to use the extension).

markus

---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>