代码之家  ›  专栏  ›  技术社区  ›  amaseuk

损坏的二进制可执行文件?

  •  0
  • amaseuk  · 技术社区  · 14 年前
    :/usr/local/bin# file wkhtmltopdf 
    wkhtmltopdf: Mach-O executable i386
    

    -rwxr-xr-x  1 root root  13817060 Aug  9 13:07 wkhtmltopdf
    

    运行wkhtmltopdf时,出现以下错误:

    wkhtmltopdf 
    -bash: /usr/local/bin/wkhtmltopdf: cannot execute binary file
    
    2 回复  |  直到 10 年前
        1
  •  4
  •   Alexander Kjäll    14 年前

        2
  •  4
  •   Bill Lynch    14 年前

    Alexander正确地解释了为什么二进制文件不能运行。它是OSX二进制文件,你不能


    如果您正在运行测试或不稳定,只需运行 apt-get install wkhtmltopdf 使用打包系统安装。