6 
 
        
      
      実行可能ファイルと同じディレクトリに.soが見つかりませんか?
      
  libtest.so動的にリンクする必要がある実行可能ファイルがあるので、それらを同じディレクトリに入れてから: cd path_to_dir ./binary しかし、これを得た: error while loading shared libraries: libtest.so: cannot open shared object file: No such file or directory libtest.so実行可能ファイル自体と同じディレクトリに既にあるものを見つけることができないのはどうしてですか?
      
        
          
                   45
                
        
        
          
                  
                    linux 
                  
                    autoloader