Justtechjobs.com Find a programming school near you






Online Campus Both


php-general | 2001062

[PHP] Compiling PHP with IMAP From: Sagar Chand (sagarphp <email protected>)
Date: 06/30/01

Hiall,
I am compiling php4.0.5 with imap support as a DSO
for APache. with
./configure --with-apxs..... --with-imap
And I got an error saying rfc822.h missing.
So I downloaded the latest Imap Beta 2001 tilldate
And cp'd the c-client to /usr/include
And after compiling the imapd and ipop3d
I cp'd the imapd and ipopd to /usr/sbin
and activated them thru inetd.conf (I'm on RH6.2)

Now configure --with-imap is giving a different error
like this
"cannot find imap Library, Check your imap
installation"
But the imap server is working fine.

Any suggestions ?
/Chandu

__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-general-unsubscribe <email protected>
For additional commands, e-mail: php-general-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>