mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #2594] frpc and frps donot work and tell me syntax error: unexpected "(" #2069
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#2069
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @zhizunbao84 on GitHub (Sep 29, 2021).
Original GitHub issue: https://github.com/fatedier/frp/issues/2594
Bug Description
我有个光猫,想在光猫里面建立frp服务器。
我都是在win7系统下载好软件包,解压好,然后通过ftp上传到光猫里
在操作之前我也看了相关的issue,然后我测试各种不同的版本,具体错误提示如下:
官方 frp_0.37.1_linux_mips
运行./frps,提示:
./frps: line 1: syntax error: unexpected "("
运行./frpc,提示:
./frpc: line 1: syntax error: unexpected "("
官方 frp_0.37.1_linux_mipsle
第一次测试
运行./frpc,提示:
./frpc: line 1: syntax error: unexpected word (expecting ")")
运行./frps,提示:
N: not found
./frps: line 1: syntax error: unexpected word (expecting ")")
删除后重新上传,第二次测试
运行./frps后提示:
./frps: line 6: syntax error: unexpected "("
运行./frpc后提示:
./frpc: line 1:ELF: not found
./frpc: line 1: syntax error: unexpected word (expecting ")")
怎么两次还不一样呢?
官方 frp_0.14.1_linux_mips
运行./frps,提示:
./frps: line 1: syntax error: unexpected "&" (expecting ")")
./frpc: line 2: syntax error: unexpected word (expecting ")")
官方 frp_0.14.1_linux_mipsle
./frpc: line 1: syntax error: unexpected word (expecting ")")
运行./frps,提示:
@▒Ko: not found
./frps: line 2: 8: not found
./frps: line 3: syntax error: unexpected "("
测试网友编译的https://github.com/IxsCN/frpc_mipsle_noFPU
运行./frpc,提示:
▒72: no such file
./frpc: line 2: syntax error: unexpected "("./frpc: line 1:ELF϶▒▒6▒▒oY▒Π%S▒▒▒: not found
测试网友编译的https://github.com/nwct/frpu/releases
测试linux-mips
运行./frpc,提示:
./frpc: line 1: can't open ▒▒c▒▒H*: no such file
./frpc: line 1:ELF: not found
./frpc: line 1: syntax error: unexpected ";" (expecting "in")
运行./frps,提示:
./frps: line 1: syntax error: unexpected "("
测试linux-mips32le
运行./frpc,提示:
./frpc: line 1: syntax error: unexpected ")"
运行./frps,提示:
./frps: line 2: syntax error: unexpected word (expecting ")")
测试linux-mipsle
运行./frpc,提示:
./frpc: line 2: syntax error: unexpected "("
运行./frps,提示:
./frps: line 1: syntax error: unexpected "("
frpc Version
0.37.1
frps Version
0.37.1
System Architecture
linux mips
@zhizunbao84 commented on GitHub (Oct 3, 2021):
搞定了,我每次都是下载在win7系统,解压后再上传到光猫。问题就出在这
后来我直接在光猫里面下载解压就好了
@laofuzi-debug commented on GitHub (Nov 21, 2021):
你最后搞定使用的什么版本?