Something important when building postfix2.5.1
Posted in bsdchina.org服务器维护, 生活 on February 24th, 2008 No Comments »
make -f Makefile.init makefiles ‘CCARGS=-DUSE_CYRUS_SASL -DUSE_SASL_AUTH -DHAS_MYSQL -I/usr/pkg/include/mysql -I/usr/pkg/include’ ‘AUXLIBS=-L/usr/pkg/lib/mysql -L/usr/pkg/lib -lmysqlclient -lsasl2 -lz -lm’
The Bold Font is necessery. The first is tell the complier we use cyrus to do the authentication. and the second one is also import that although the sasl2 lib is in /usr/pkg/lib/sasl2 but we must use /usr/pkg/lib instead of using [...]