25 Mar
2014
25 Mar
'14
3:54 p.m.
kids67.tw wrote:
It means link module fail, but since I already configure without dynamic library, why it still want to link rlm_detail.so?
Modern Unix systems need shared libraries for pretty much everything. There is really no reason to use static libraries any more. If you need it, you can add it by editing the source code. Alan DeKok.