Monday 09 August, 2010 [長年日記]
_ [Book] 購入/世界9月号
https://www.amazon.co.jp/dp/B003X43IQS_ [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の設定を変更すればいいというのでこれに従う。 またdefaultで/usr/local/courier-imapにインストールされるのでそれを/usr/localに変更するなどしてRANLIB="ranlib -c" export RANLIBThis 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”
$ sh ./configure --prefix=/usr/local --with-authpwd=YES $ make $ sudo make install $ sudo make install-configureでとりあえずインストールは終了。