2024-10-11から1日間の記事一覧

Mac にて mysql2 をインストールする際に "ld: library 'zstd' not found" でエラーになる場合の対処方法

結論 環境変数 LIBRARY_PATH に $(brew --prefix zstd)/lib を追加する。 具体的な実行例 $ LIBRARY_PATH="$LIBRARY_PATH:$(brew --prefix zstd)/lib" bundle install エラーメッセージの例 (前略) compiling client.c compiling infile.c compiling mysql…

Powered by はてなブログ