# macOS のdotnet系のコマンド起動時のエラー ###### tags: `macOS` [toc] ## pwsh起動時などで > System.DllNotFoundException: Unable to load shared library 'libproc' or one of its dependencies. というエラーになる場合 ~~~sh export DYLD_FALLBACK_LIBRARY_PATH=foo:/other/path:/usr/local/lib:/usr/lib ~~~ .bashrc の $DYLD_FALLBACK_LIBRARY_PATH に以下のパスが含まれているか確認 - /usr/local/lib - /usr/lib