PHP
downloads | documentation | faq | getting help | mailing lists | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

Instalação> <Introdução
Last updated: Fri, 21 Nov 2008

view this page in

Instalação/Configuração

Índice

Dependências

This extension requires the c-client library to be installed. Grab the latest version from » ftp://ftp.cac.washington.edu/imap/ and compile it.

It's important that you do not copy the IMAP source files directly into the system include directory as there may be conflicts. Instead, create a new directory inside the system include directory, such as /usr/local/imap-2000b/ (location and name depend on your setup and IMAP version), and inside this new directory create additional directories named lib/ and include/. From the c-client directory from your IMAP source tree, copy all the *.h files into include/ and all the *.c files into lib/. Additionally when you compiled IMAP, a file named c-client.a was created. Also put this in the lib/ directory but rename it as libc-client.a.

Nota: To build the c-client library with SSL or/and Kerberos support read the docs supplied with the package.

Nota: In Mandrake Linux, the IMAP library (libc-client.a) is compiled without Kerberos support. A separate version with SSL (client-PHP4.a) is installed. The library must be recompiled in order to add Kerberos support.



Instalação> <Introdução
Last updated: Fri, 21 Nov 2008
 
add a note add a note User Contributed Notes
Instalação/Configuração
AlexJ
18-Nov-2008 09:15
FreeBSD:

Install c-client only to support IMAP-SSL

cd /usr/ports/mail/cclient/ && make install clean
dlaplant at integresystems dot com
02-Sep-2008 08:24
For rhel4 add the libc-client-devel package
clay at scvalleypopcorn dot com
02-Aug-2008 07:38
apt-get install php5-imap

Works well also.... Enjoy
Josecito
28-May-2008 02:21
To install the IMAP module on Red Hat Linux Enterprise 4 (RHEL4):
- Open a terminal window
- If you're not root, become root with su
- type:
RPM -i php-imap
(RPM will download, install and resolve dependencies)
- restart your web server with:
service httpd restart

I hope this helps newbies (like me).

Instalação> <Introdução
Last updated: Fri, 21 Nov 2008
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites