Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想openssh-server从源代码升级。我对如何找出OpenSSH编译的选项有疑问。
openssh-server
OpenSSH
如何确定 OpenSSH 编译时使用了哪些选项?
我不知道它会存储在打包的二进制文件中的任何地方。但是如果你使用一些开源操作系统(你应该,如果你有 OpenSSH 的编译包),你应该能够获得源包(SRPM,DEB),其中包含使用所有开关构建包的配方和使用的补丁。
例如 Fedora 规范文件可以在这里找到。同样,在其存储库中可以找到 Debian 标志(更难阅读)。