Fedora 16下ACE的编译安装
1,解压源码包ACE-6.0.3.tar.gz,在源玛根目录下建立一个build目录
2,进入build目录,执行./configure并根据自己的应用需要携带下面参数
./configure --enable-ssl=no
--with-openssl[=DIR]
* root directory of openssl installation
--with-openssl-include=DIR
* specify exact include dir for openssl headers
--with-openssl-libdir=DIR
* specify exact include dir for openssl libraries
Or even,
--enable-ssl=no
* :)
3,执行make, make install搞定
相关推荐
86417413 2020-11-25
星愿心愿 2020-11-24
89612310 2020-11-09
rikeyone 2020-11-04
一路到黑 2020-10-30
89437401 2020-10-29
tianyayi 2020-08-16
83911930 2020-07-28
89612310 2020-07-27
CNxuwang 2020-07-20
86477414 2020-06-28
TuxedoLinux 2020-06-17
87354452 2020-06-10
行万里 2020-06-09
jLawrencee 2020-05-19
songxiugongwang 2020-03-07
hahhah0 2020-05-08
zhiliang 2020-04-23