_ [BSD][Mac] Courier-imap on MacOS X (3)
前回の続き。エラーメッセージをもとに調べてみると
ここで
First to make sure we don’t get any compiler errors you have to set this parameter:
RANLIB="ranlib -c"
export RANLIB
This will prevent compiler errors, if you didn’t issue this command as the first one you will get an error saying :
“Undefined symbols: _rfc1035_default_resolver”
ということで、ranlibの設定を変更すればいいというのでこれに従う。
またdefaultで/usr/local/courier-imapにインストールされるのでそれを/usr/localに変更するなどして
$ sh ./configure --prefix=/usr/local --with-authpwd=YES
$ make
$ sudo make install
$ sudo make install-configure
でとりあえずインストールは終了。