Compiling php for imap support!!

Hello All,
I have to provide imap support in php.For that I have installed imap module from washigton.edu site and installed it.Then with few steps I have installed php-4.3.4 and tried to cofigure it with imap-support as
./configure --with-imap=/path to imap directory
Then at this stage I got error as:
configuration error:Can't find imap library (libc-client.a).PLease check your imap installation.

THen I tried to make soft link to as:
cd /usr/local/src/imap-2004
ln -s c-client.a libc-client.a
ln -s c-client.a /usr/lib/...

What I did then is made soft link as
ln -s c-client include/
ln -s c-client lib/

Still I am getting error:
What's the problem?
I am missing out something?
THank you

 

 

 

 

Top