V2ray-core: 树莓派3 官方系统下运行v2ray,报错信息,求解答

Created on 4 Aug 2017  ·  4Comments  ·  Source: v2ray/v2ray-core

运行环境是树莓派3官方提供的系统,干净的,首次运行r2ray。
r2ray的版本是v.2.33 ,下载的是v2ray-linux-arm64.zip
下载完成后,unzip解压缩,
赋权chmod +x v2ray
然后准备运行
./v2ray -config=config.json
结果是错误信息
-bash: ./v2ray: cannot execute binary file: Exec format error

不知道是什么原因,求解答,谢谢。

Most helpful comment

错误信息表示可执行文件格式错误。
树莓派官方系统似乎是 32 位的。请尝试 32 位 ARM 版本。

All 4 comments

/path/to/v2ray/v2ray -config /path/to/config.json

从来不用-config=这样的语法

错误信息表示可执行文件格式错误。
树莓派官方系统似乎是 32 位的。请尝试 32 位 ARM 版本。

32位,正解

感谢,看来是我一直错认为是64位了

楼主能不能发个详细的流程。我在一代机器上面安装了一个OPENWRT。试过安装SS。性能不好,想尝试一下v2ray客户端会如何。

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ghost picture ghost  ·  4Comments

sunsan05 picture sunsan05  ·  3Comments

shuangyuxiaoyi picture shuangyuxiaoyi  ·  4Comments

supersonic600 picture supersonic600  ·  3Comments

qnxsgwy picture qnxsgwy  ·  3Comments