MacOS 塞拉利昂 10.12.2
最近,我遇到了以下问题:
Warning: Unbrewed .la files 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 .la files:
/usr/local/lib/psqlodbcw.la
我尝试过不同的方法,例如:
brew unlink postgresql && brew link postgresql
brew link --overwrite postgresql
但这似乎并没有消除警告。
感谢任何帮助
答案1
如果您已通过 Homebrew 安装了 PostgreSQL,并且不想并行安装另一个 PostgreSQL。您可以使用以下方法安全地删除该文件:
rm /usr/local/lib/psqlodbcw.la
并且警告将会消失。