Teddysun

Results 18 comments of Teddysun

`/var/run/mysqld/mysqld.sock` Doesn't look like it was installed by LAMP script. Sorry can not help you, please Google it.

内存不足,编译进程被系统 killed,增加内存或 SWAP 可解决

Please check openssl version first like below: `openssl version -v` Ubuntu 20.04 default openssl version is 1.1.1f

Android 版本欢迎 PR,将 serviceName 的选项添加进来。 精力有限,这个功能不再对应。

从报错信息来看,应该是端口冲突了。 最好是贴出脱敏后的 config.json 来看看。

PR 里一次有太多更改,并不方便 review 建议分开来,先从 `[]` 改为 `[[]]` 等微小的部分开始吧…… 另, 1. libsodium 的源保持为 Github 比较好。 2. 函数名`func_decision_with_TRUE_or_FALSE_as_default_value`不觉得太长了么? 3. https://github.com/teddysun/shadowsocks_install/pull/119/files#diff-88e41fcd701c83c7270ce4ecf3a63deaR345 处类似的是什么? 4. 安装时,选取的顺序不推荐更改,请保持原状。

`ldconfig -p | grep libnghttp2` → confirm `ll /usr/lib/libnghttp2.*` → confirm `ll /usr/lib64/libnghttp2.*` → confirm `rm -fv /usr/lib/libnghttp2.*` → delete libnghttp2 old lib `rm -fv /usr/lib64/libnghttp2.*` → delete libnghttp2 old...