“No such file or directory” error when executing a binary

前端 未结 8 779
走了就别回头了
走了就别回头了 2020-11-28 01:15

I was installing a binary Linux application on Ubuntu 9.10 x86_64. The app shipped with an old version of gzip (1.2.4), that was compiled for a much older kernel:

         


        
8条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-11-28 01:55

    readelf -a xxx

     INTERP         
      0x0000000000000238 0x0000000000400238 0x0000000000400238           
      0x000000000000001c 0x000000000000001c  R      1
      [Requesting program interpreter: /lib64/ld-linux-x86-64.so.2]
    

提交回复
热议问题