zshを使用して問題なくインストールしましたlinuxbrew:
brew install zsh
さて、実行zshするとエラーが発生します:
zsh: error while loading shared libraries: libgdbm.so.4: cannot open shared object file: No such file or directory
しかしlibgdm.so.4、すでに存在し、私はすでに myと~/.linuxbrew/libの両方に持っています:.bashrc.zshrc
LD_LIBRARY_PATH="$HOME/.linuxbrew/lib:$LD_LIBRARY_PATH"
何か不足していますか?
私は Debian 3.2.54-2 x86_64 を使用しています。