make_command for SQL_SASL_TLS
Posted On 2008年11月8日星期六 at 时间: 23:14:00 by David Lu# final
# total make file : Mysql, SASL, TLS
make -f Makefile.init makefiles \
'CCARGS=-DHAS_MYSQL -I/usr/include/mysql -DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl -DUSE_TLS' \
'AUXLIBS=-L/usr/lib/mysql -lmysqlclient -lz -lm -L/usr/lib -lsasl2 -lssl -lcrypto'
--
知行合一