ntop / n2n

Peer-to-peer VPN
GNU General Public License v3.0
6.14k stars 928 forks source link

-z2 = zstdPrompt for unsupported parameters #1079

Closed omaidb closed 1 year ago

omaidb commented 1 year ago

Centos7 has installed the zstd package

yum install zstd -y

After edge starts, the prompt:-z2 = zstdPrompt for unsupported parameters

Logan007 commented 1 year ago

Hi there,

zstd support is not included by default; not only has the lib to be installed, it also needs to be configured during build time. May I refer you to our build documentation for this one?

omaidb commented 1 year ago

@Logan007 Thanks brother, I use Centos7 to install n2n from the yum source, but it does not include zstd when it is built? 感谢兄弟,我使用Centos7从yum源中安装的n2n,它在构建时竟然不包含zstd?

Logan007 commented 1 year ago

I am not sure about how that specific packet is built, but it is most likely that it does not include zstd support (because packet maintainer can't be sure if zstd available on target system or not).

If you need zstd support, you would have to build your version yourself probably.

omaidb commented 1 year ago

I wonder, who built n2n in the yum source. Can the rpm package after building zstd be updated to the yum source warehouse synchronously, this is the complete product release process.

我想知道,yum源中的n2n由谁来构建。 可否将构建zstd后的rpm包同步更新到yum源仓库中,这才是完整的产品发布流程。