php --with-imap 컴파일시.. 에러..

매맞는아이의 이미지

PHP를..

./configure ..... --with-imap=/usr/include/imap --with-kerberos

위 옵션과 함께 컴파일하면..
..
...
checking for IMAP support... yes
checking for pam_start in -lpam... yes
checking for crypt in -lcrypt... (cached) yes
configure: error: Cannot find imap library (libc-client.a). Please check your IMAP installation.

이런 에러가 뜨네요..
libc-client.a는 /usr/lib/ 에 있습니다..

그래서
/etc/ld.so.conf에 /usr/lib 추가해주고..
ldconfig을 실행하고 했는데도..
동일한 에러가 뜨네요..;;

답변 주시면..감사하겠습니다..