fatedier / frp

A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.
Apache License 2.0
85.58k stars 13.26k forks source link

Exec format error #4369

Closed 2575044704 closed 1 month ago

2575044704 commented 2 months ago

Bug Description

运行后出现 Exec format error 错误

frpc Version

v0.59.0

frps Version

v0.59.0

System Architecture

linux/amd64

Configurations

./frps -c frps.ini

Logs

ELF binary type "0" not known. -bash: ./frps: cannot execute binary file: Exec format error image

Steps to reproduce

  1. ...

Affected area

subei12 commented 2 months ago

建议更换配置文件,使用新格式 https://gofrp.org/zh-cn/docs/features/common/configure/

从 v0.52.0 版本开始,frp 开始支持 TOML、YAML 和 JSON 作为配置文件格式。 请注意,INI 已被弃用,并将在未来的发布中移除。新功能只能在TOML、YAML 或 JSON 中使用。希望使用这些新功能的用户应相应地切换其配置格式。

xqzr commented 2 months ago

可能 CPU 架构不匹配

github-actions[bot] commented 1 month ago

Issues go stale after 21d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.