[PHP] Compiling PHP with IMAP

2001-06-30 Thread Sagar Chand

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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] Compiling PHP with imap & recode support

2002-01-15 Thread Mike Eheler

I get this error when compiling php with ./configure 
--with-imap=../imap-2001a --with-record

Any ideas on a workaround for this?

/web/src/imap-2001a/c-client/libc-client.a(misc.o): In function 
`hash_lookup':
/web/src/imap-2001a/c-client/misc.c:311: multiple definition of 
`hash_lookup'
/usr/lib/gcc-lib/i586-mandrake-linux-gnu/2.96/../../../librecode.a(hash.o)(.text+0xa20):
 
first defined here
/usr/bin/ld: Warning: size of symbol `hash_lookup' changed from 126 to 
112 in misc.o

Mike


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]