Warning: No available formula with the name "mongosh" (dependency of mongodb/brew/mongodb-community).这个类似命名的公式被发现: mongocli来安装它,运行: brew install它是从mongodb/brew迁移到homebrew/core的。这就是写完brew tap mongodb/brew后终端上写<em
我正在尝试在macbook air上安装Mongodb社区服务器,在之后安装新的M1芯片。然而,我遇到了这个问题。~ ❯❯❯ brew install mongodb-community@4.4 You can migrate your previously installed formula list with:
brew bundle dump
我正在开发MacOS,并使用自制软件安装库。我正在努力工作的库是freeImage,它安装得很好,使用了自制软件。target_link_libraries(Tutorial_2 freeimage)ld: library not found for -lfreeimage
在使用linux时从来没有问题