<시스템 사양>
사용배포본 : 와우리눅스 7.3 파란
php version : php-4.2.2
courier-imap : 1.4.5
Qmail+courier-imap+mysql+php를 이용하여 메일을 셋팅을 진행하고 있는데요.
마지막에 php를 다음과 같이 했을때 에러가 발생했습니다.
./configure --with-apxs=/usr/local/apache/bin/apxs --disable-debug --enable-sigchild --enable-track-vars --with-mysql -
-with-zlib --with-gd --enable-shmpo --with-regex=php --enable-sysvsem --enable-shm --with-imap=/usr/local/php/imap 으
로 하면 configure: error : Can not find imap libray. please check your IMAP installation 이라는 메세지가 나
옵니다. --with-imap부분 빼면 에러가 안뜨고 진행이 됩니다. 그래서 --with-imap부분을 처음에
쓰는 방향으로 했다가 안되서
해당 uw-imap이라는 라이브러를 /usr/local/php/imap 폴더에다 압축풀고 실행하는데
계속 에러가 나서 질문을 드립니다.
답변을 주시면 감사하겠습니다.