Homebrew インストール後の【homebrew doctor】でWarning
homebrewインストールして、事前のチェックだけして使おうと思ったら警告が出た。
Please note that these warnings are just used to help the Homebrew maintainers
with debugging if you file an issue. If everything you use Homebrew for is
working fine: please don't worry or file an issue; just ignore this. Thanks!
Warning: Unbrewed dylibs were found in /usr/local/lib.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected dylibs:
/usr/local/lib/JPKIPKCS11.dylib
/usr/local/lib/JPKIPKCS11Auth.dylib
/usr/local/lib/JPKIPKCS11Sign.dylib
/usr/local/lib/JPKIServiceAPI.dylib
最初の段落で「これはデバッグのために出力しているだけで、Homebrewは正常だよ」と言っているので、問題はないらしい。
ただ、警告は気になるので、「JPKIPKCS11〜.dylib」が何者か調べてみたら、
公的個人認証サービスのアプリが利用するライブラリ群だった。
Macでマイナンバーカードの読み取りを行うようなことをしている場合は、アプリのインストールと同時に配置されている模様。
こちらのAPI仕様書にちゃんと記載あり
name=JPKI_Appli-01
path=/usr/local/lib/JPKIPKCS11.dylib
pathSign=/usr/local/lib/JPKIPKCS11Sign.dylib
pathAuth=/usr/local/lib/JPKIPKCS11Auth.dylib
警告の内容では「影響あるかもしれないので削除したほうがいいかもよー」と書いてあるが、これは消しちゃダメだね。
アプリが動かなくなる。
コメント