【发布时间】:2013-11-07 02:59:32
【问题描述】:
我读到.so 是动态库文件,.a 是静态库文件。
在构建openssl 时,我提供了./Configure no-shared 选项,它创建了很多.a 文件。
所以,我的问题是,像 apache 之类的其他软件包能否使用来自 openssl 的 .a 文件?
例如libcrypto.a,
如果我走错了路,请有人给我建议。
【问题讨论】:
标签: linux apache dynamic static openssl