Re: [PHP-INSTALL] PHP 4.3.5 + IMAP

2004-04-08 Thread Toby
No, that's doesn't seem to be the problem. libc-client.a is where it's supposed to be. I've tried softlinking and copying c-client.a to libc-client.a. Both ways the build process works flawlessly. The error occurs when I try to start Apache. If PHP had trouble locating libc-client.a, wouldn't conf

RE: [PHP-INSTALL] PHP 4.3.5 + IMAP

2004-04-08 Thread Joseph Lee
Check if you have the c-client library "libc-client.a" in /usr/local/imap-2002e/lib If not, you have to: cd /usr/local/imap-2002e/lib ln -s c-client.a libc-client.a Joe Lee. -Original Message- From: Toby [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 07, 2004 4:10 PM