loyess / Shell

Shadowsocks with plugins one-click installation. e.g. v2ray-plugin, kcptun, simple-obfs, goquiet, cloak, mos-tls-tunnel, rabbit-tcp, simple-tls, gost-plugin, xray-plugin, qtun, gun
783 stars 356 forks source link

AlmaLinux 9 - Install fails #120

Closed jeffshead closed 1 year ago

jeffshead commented 1 year ago

I get almost to the end and get the following error:

按任意键开始…或按Ctrl+C取消
shadowsocks-v1.15.3.x86_64-unknown-linux-musl.tar.xz [已存在.]
shadowsocks-rust 当前目录中不存在, 现在开始下载.
/etc/init.d/shadowsocks-rust: No such file or directory
[错误] 下载 shadowsocks-rust 失败.

Does anyone know how to troubleshoot?

[root@sub ~]# ./ss-plugins.sh status
[错误] Shadowsocks and related plugins are not installed.

I have IPv6 disabled. This is a minimal server install so could I be missing some dependencies?

jeffshead commented 1 year ago

I fixed the issue by running the following command:

dnf install yum-utils make gcc openssl-devel bzip2-devel libffi-devel zlib-devel chkconfig python

I do not know if all or which package(s) were needed.