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.
我只需要在 samba 中构建 libsmbclient-raw.so。我不需要 samba 包中的任何其他工具或守护程序。我正在使用的 samba 版本是 samba-4.1.13。我怎样才能只构建 libsmbclient-raw.so ?
正常运行配置。之后,运行:
% make bin/shared/libsmbclient-raw.so.0
libsmbclient-raw.so 应该只是 libsmbclient-raw.so.0 的符号链接
请注意,构建 libsmbclient-raw.so 将引入许多其他代码,因此它不会比构建所有 Samba 快得多。