|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
Re: Postfix + saslauthd + mysql
From: newbie (porcus
deckpoint.ch)
Date: Sun Dec 04 2005 - 17:35:24 CST
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Truong Tan Son wrote:
>
> try to test:
>
> make makefiles
> CCARGS="-DHAS_MYSQL -I/usr/local/mysql/include/mysql -DHAS_SSL
> -DUSE_SASL_AUTH -I/usr/local/include/sasl -I/usr/local/ssl/include"
> AUXLIBS="-L/usr/local/mysql/lib/mysql -lmysqlclient -lz -lm
> -L/usr/local/ssl/lib -L/usr/local/lib -R/usr/local/lib -lsasl2 -lssl
> -lcrypto"
>
I used that one to match my paths
make -f Makefile.init makefiles \
CCARGS="-DUSE_SASL_AUTH -I/usr/local/include/sasl -DHAS_MYSQL
-I/usr/local/mysql/include -DHAS_SSL -I/usr/local/ssl/include" \
AUXLIBS="-L/usr/local/lib -R/usr/local/lib -lsasl2
-L/usr/local/mysql/lib -L/usr/local/ssl/lib -lmysqlclient -lz -lm -lssl
-lcrypto"
However, when I activate my sasl_auth I crash again
Dec 4 13:46:37 dks5 postfix/master[22645]: warning:
/usr/libexec/postfix/smtpd: bad command startup -- throttling
Dec 4 13:46:37 dks5 postfix/smtpd[22766]: warning: dict_nis_init: NIS
domain name not set - NIS lookups disabled
Dec 4 13:46:37 dks5 postfix/master[22645]: warning: process
/usr/libexec/postfix/smtpd pid 22766 killed by signal 11
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]