[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[postfix-jp:01377] MacOSX10.1.x+Postfix-1.1.2+cyrus-SASL_v2



こんにちは、石丸といいます。
表題の通り、smtp-authをsasl_v2でやりたいのですが不可能なのでしょうか?

今までの経緯は、saslが/usr/local/lib/libsasl2.***、/usr/local/lib/sasl2/******
にインストールされているのと
/usr/local/include以下に/usr/local/include/sasl/が存在しているので

postfixの解凍後

make makefiles CCARGS="-DUSE_SASL_AUTH -I/usr/local/include/sasl" AUXLIBS="-L/usr/local/lib -lsasl2"

として、その後"make"しました。

で、

[src/smtpd]
cc -DUSE_SASL_AUTH -I/usr/local/include/sasl -g -O -I. -I../../include -DRHAPSODY5 -c smtpd_sasl_glue.c
smtpd_sasl_glue.c: In function `smtpd_sasl_log':
smtpd_sasl_glue.c:120: `SASL_LOG_WARNING' undeclared (first use in this function)
smtpd_sasl_glue.c:120: (Each undeclared identifier is reported only once
smtpd_sasl_glue.c:120: for each function it appears in.)
smtpd_sasl_glue.c:123: `SASL_LOG_INFO' undeclared (first use in this function)
smtpd_sasl_glue.c: In function `smtpd_sasl_connect':
smtpd_sasl_glue.c:200: warning: passing arg 4 of `sasl_server_new' from incompatible pointer type
smtpd_sasl_glue.c:200: warning: passing arg 6 of `sasl_server_new' from incompatible pointer type
smtpd_sasl_glue.c:200: too few arguments to function `sasl_server_new'
smtpd_sasl_glue.c: In function `smtpd_sasl_authenticate':
smtpd_sasl_glue.c:292: warning: passing arg 4 of `sasl_decode64' makes integer from pointer without a cast
smtpd_sasl_glue.c:292: too few arguments to function `sasl_decode64'
smtpd_sasl_glue.c:301: too many arguments to function `sasl_server_start'
smtpd_sasl_glue.c:346: warning: passing arg 4 of `sasl_decode64' makes integer from pointer without a cast
smtpd_sasl_glue.c:346: too few arguments to function `sasl_decode64'
smtpd_sasl_glue.c:352: too many arguments to function `sasl_server_step'
make: *** [smtpd_sasl_glue.o] Error 1
make: *** [update] Error 1


と、エラーがでてしまいました。回避方法がわからず困っています。
この先、エラーがでる可能性もあるかもしれませんが、一つ一つ解決したいと思います。
是非、ご助力いただけるよう、お願いいたします。



表題通りではありますが、環境は
os:MacOSX10.1.x
postfix_version:Postfix-1.1.2
SASL:cyrus-SASL_v2

です。


-----------------------------------------
石丸 秀樹
ishimaru@xxxxxxxxxxxxx
-----------------------------------------

Follow-Ups
[postfix-jp:01378] Re: MacOSX10.1.x+Postfix-1.1.2+cyrus-SASL_v2, ARAKI Yasuhiro

[検索ページ] [Postfix-JP ML Home]