• ベストアンサー
※ ChatGPTを利用し、要約された質問です(原文:error while loading shared libraries)

Error While Loading Shared Libraries: How to Recover

このQ&Aのポイント
  • Are you struggling with the "error while loading shared libraries" error and don't know how to recover? This article provides a step-by-step guide to help you resolve this issue and get your system running smoothly again.
  • If you are encountering the "error while loading shared libraries: libmemcached.so.2: cannot open shared object file: No such file or directory" error, it means that the required shared library is missing or not in the correct path. This article explains the possible causes of this error and provides solutions to fix it.
  • Using Fedora 9 and trying to run a source code (memtest) that depends on libmemcached.so.2? If you're getting the "error while loading shared libraries: libmemcached.so.2: cannot open shared object file: No such file or directory" error, this article offers troubleshooting tips and guidance on how to resolve the issue.

質問者が選んだベストアンサー

  • ベストアンサー
  • D-Matsu
  • ベストアンサー率45% (1080/2394)
回答No.1

ライブラリパスはPATHではなくLD_LIBRARY_PATHに設定します。

ok_mami
質問者

お礼

D-Matsuさん 「LD_LIBRARY_PATH」に追記することで 解決する事ができました! 教えていただきありがとうございました!

その他の回答 (1)

  • D-Matsu
  • ベストアンサー率45% (1080/2394)
回答No.2

あ、あと設定するのは「ライブラリが存在するディレクトリ」で「ライブラリファイルそのもの」ではありません。