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但这似乎不值得再提警告了。
感谢你的帮助
发布于 2020-04-08 22:10:41
如果您已经通过Homebrew安装了PostgreSQL,并且不希望保持另一个PostgreSQL安装并行。您可以使用以下方法安全地删除该文件:
rm /usr/local/lib/psqlodbcw.la警告就会消失。
https://unix.stackexchange.com/questions/345244
复制相似问题