snail007 / goproxy

🔥 Proxy is a high performance HTTP(S) proxies, SOCKS5 proxies,WEBSOCKET, TCP, UDP proxy server implemented by golang. Now, it supports chain-style proxies,nat forwarding in different lan,TCP/UDP port forwarding, SSH forwarding.Proxy是golang实现的高性能http,https,websocket,tcp,socks5代理服务器,支持内网穿透,链式代理,通讯加密,智能HTTP,SOCKS5代理,黑白名单,限速,限流量,限连接数,跨平台,KCP支持,认证API。
https://snail007.host900.com/goproxy/manual/zh/
GNU General Public License v3.0
15.86k stars 3.02k forks source link

When I install it I get an error:./install.sh: line 25: 6067 Segmentation fault (core dumped) proxy keygen -C proxy > /dev/null 2>&1 #538

Open shadowqcom opened 1 year ago

shadowqcom commented 1 year ago

Expected Behavior

I hope it installs normally

Current Behavior

./install.sh: line 25: 6067 Segmentation fault (core dumped) proxy keygen -C proxy > /dev/null 2>&1

Possible Solution

Steps to Reproduce

  1. wget https://mirrors.goproxyauth.com/https://github.com/snail007/goproxy/releases/download/v13.7/proxy-linux-amd64.tar.gz
  2. tar -zxvf proxy-linux-amd64.tar.gz 3.wget https://mirrors.goproxyauth.com/https://raw.githubusercontent.com/snail007/goproxy/master/install.sh 4.chmod +x install.sh
  3. ./install.sh

Context (Environment)

  1. proxy version is : v? 13.7
  2. full command is :?
  3. system is : Rocky 9
  4. full log is: ?

Detailed Description

Possible Implementation

snail007 commented 1 year ago

the link is only for Linux x86_64 platform.

shadowqcom commented 1 year ago

Linux version 5.14.0-284.25.1.el9_2.x86_64 (mockbuild@iad1-prod-build001.bld.equ.rockylinux.org) (gcc (GCC) 11.3.1 20221121 (Red Hat 11.3.1-4), GNU ld version 2.35.2-37.el9) #1 SMP PREEMPT_DYNAMIC Wed Aug 2 14:53:30 UTC 2023

This is my system information, which file should I choose?