ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] сборка postfix с сайта
@ 2004-06-23  8:41 Maxim
  2004-06-23  8:47 ` Alexey S. Kuznetsov
  2004-06-24 13:02 ` Alexei Takaseev
  0 siblings, 2 replies; 7+ messages in thread
From: Maxim @ 2004-06-23  8:41 UTC (permalink / raw)
  To: ALT Linux Mail List


А вообще кто-нибудь сам собирал родной postfix с родного сайта, с sasl и прочими
добавками, под мастер 2.2?

вот сижу пытаюсь что то изобразить, даже поставил sasl2. Но ничего не выходит,
вот примерные опции:

%make tidy makefiles \
        CCARGS='-DHAS_PGSQL -I/usr/include/pgsql' \
        AUXLIBS='-L/usr/lib -lpq' \
        CCARGS='-DUSE_SASL_AUTH -I/usr/include/sasl' \
        AUXLIBS='-L/usr/lib -lsasl2' \
        CCARGS='-DDEF_CONFIG_DIR=/usr/lib/postfix' \
        CCARGS='-DDEF_MANPAGE_DIR=/usr/share/man'
%make

в конце всего того что она выдает имеем:

gcc -Wmissing-prototypes -Wformat -DDEF_MANPAGE_DIR=/usr/share/man -DHAS_PCRE -I/usr/include/pcre -g -O -I. -I../../include -DLINUX2 -c postfix.c
postfix.c: In function `main':
postfix.c:291: parse error before '/' token
postfix.c:291: warning: initialization from incompatible pointer type
postfix.c:291: warning: initialization makes pointer from integer without a cast
postfix.c:292: warning: initialization makes integer from pointer without a cast
postfix.c:292: warning: initialization from incompatible pointer type
postfix.c:292: warning: initialization makes pointer from integer without a cast
postfix.c:293: warning: initialization makes integer from pointer without a cast
postfix.c:293: warning: initialization from incompatible pointer type
postfix.c:293: warning: initialization makes pointer from integer without a cast
postfix.c:294: warning: initialization makes integer from pointer without a cast
postfix.c:294: warning: initialization from incompatible pointer type
postfix.c:294: warning: initialization makes pointer from integer without a cast
make: *** [postfix.o] Ошибка 1
make: *** [update] Ошибка 1


--
 Maxim                                  mailto:max_conf@e-foto.ru
 23 июня 2004 г. 12:37







^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Comm] сборка postfix с сайта
  2004-06-23  8:41 [Comm] сборка postfix с сайта Maxim
@ 2004-06-23  8:47 ` Alexey S. Kuznetsov
  2004-06-23 11:26   ` Re[2]: " Maxim
  2004-06-24 13:02 ` Alexei Takaseev
  1 sibling, 1 reply; 7+ messages in thread
From: Alexey S. Kuznetsov @ 2004-06-23  8:47 UTC (permalink / raw)
  To: Maxim

Hello Maxim,

Wednesday, June 23, 2004, 11:41:14 AM, you wrote:


M> А вообще кто-нибудь сам собирал родной postfix с родного сайта, с sasl и прочими
M> добавками, под мастер 2.2?

M> вот сижу пытаюсь что то изобразить, даже поставил sasl2. Но ничего не выходит,
M> вот примерные опции:

M> %make tidy makefiles \
M>         CCARGS='-DHAS_PGSQL -I/usr/include/pgsql' \
M>         AUXLIBS='-L/usr/lib -lpq' \
M>         CCARGS='-DUSE_SASL_AUTH -I/usr/include/sasl' \
M>         AUXLIBS='-L/usr/lib -lsasl2' \
M>         CCARGS='-DDEF_CONFIG_DIR=/usr/lib/postfix' \
M>         CCARGS='-DDEF_MANPAGE_DIR=/usr/share/man'
M> %make

M> в конце всего того что она выдает имеем:

M> gcc -Wmissing-prototypes -Wformat
M> -DDEF_MANPAGE_DIR=/usr/share/man -DHAS_PCRE -I/usr/include/pcre -g
M> -O -I. -I../../include -DLINUX2 -c postfix.c
M> postfix.c: In function `main':
M> postfix.c:291: parse error before '/' token
M> postfix.c:291: warning: initialization from incompatible pointer type
M> postfix.c:291: warning: initialization makes pointer from integer without a cast
M> postfix.c:292: warning: initialization makes integer from pointer without a cast
M> postfix.c:292: warning: initialization from incompatible pointer type
M> postfix.c:292: warning: initialization makes pointer from integer without a cast
M> postfix.c:293: warning: initialization makes integer from pointer without a cast
M> postfix.c:293: warning: initialization from incompatible pointer type
M> postfix.c:293: warning: initialization makes pointer from integer without a cast
M> postfix.c:294: warning: initialization makes integer from pointer without a cast
M> postfix.c:294: warning: initialization from incompatible pointer type
M> postfix.c:294: warning: initialization makes pointer from integer without a cast
M> make: *** [postfix.o] Ошибка 1
M> make: *** [update] Ошибка 1


M> --
M>  Maxim                                  mailto:max_conf@e-foto.ru
M>  23 июня 2004 г. 12:37
Я собирал с sasl, с поддержкой mysql с tls.
Но я определённо всё не так делал, сейчас все шаги описать не могу, но
всё делал так, как в README написано.
-- 
Sincerely,
 Alexey S. Kuznetsov    
 AK2351-RIPE



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re[2]: [Comm] сборка postfix с сайта
  2004-06-23  8:47 ` Alexey S. Kuznetsov
@ 2004-06-23 11:26   ` Maxim
  0 siblings, 0 replies; 7+ messages in thread
From: Maxim @ 2004-06-23 11:26 UTC (permalink / raw)
  To: Alexey S. Kuznetsov

Здравствуйте, Alexey.

Вы писали 23 июня 2004 г., 12:47:11:


ASK> Hello Maxim,

ASK> Wednesday, June 23, 2004, 11:41:14 AM, you wrote:

ASK> Я собирал с sasl, с поддержкой mysql с tls.
ASK> Но я определённо всё не так делал, сейчас все шаги описать не могу, но
ASK> всё делал так, как в README написано.

блин, видимо мои дальние родственники не обезьяны и уж тем более не
инопланетяне, а дятлы! :)
Не усек что пути по умолчанию надо было писать в кавычках. :)

-- 
С уважением,
 Maxim                          mailto:max_conf@e-foto.ru







^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Comm] сборка postfix с сайта
  2004-06-23  8:41 [Comm] сборка postfix с сайта Maxim
  2004-06-23  8:47 ` Alexey S. Kuznetsov
@ 2004-06-24 13:02 ` Alexei Takaseev
  2004-06-25  5:05   ` Mike Lykov
  1 sibling, 1 reply; 7+ messages in thread
From: Alexei Takaseev @ 2004-06-24 13:02 UTC (permalink / raw)
  To: ALT Linux Community

On Wed, 23 Jun 2004 12:41:14 +0400
Maxim <max_conf@e-foto.ru> wrote:

> 
> А вообще кто-нибудь сам собирал родной postfix с родного сайта, с sasl
> и прочими добавками, под мастер 2.2?

ftp://ftp.altlinux.ru/pub/people/taf/



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Comm] сборка postfix с сайта
  2004-06-24 13:02 ` Alexei Takaseev
@ 2004-06-25  5:05   ` Mike Lykov
  2004-06-25 10:55     ` Alexei Takaseev
  0 siblings, 1 reply; 7+ messages in thread
From: Mike Lykov @ 2004-06-25  5:05 UTC (permalink / raw)
  To: community

В сообщении от Четверг 24 Июнь 2004 18:02 Alexei Takaseev написал:

> > А вообще кто-нибудь сам собирал родной postfix с родного сайта, с sasl
> > и прочими добавками, под мастер 2.2?
> ftp://ftp.altlinux.ru/pub/people/taf/

а что насчет 2.1 ? тоже под мастер 2.2? 

-- 
Mike Lykov
Samara, "Vesna" parfum company, System administrator 



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Comm] сборка postfix с сайта
  2004-06-25  5:05   ` Mike Lykov
@ 2004-06-25 10:55     ` Alexei Takaseev
  2004-06-25 12:29       ` Re[2]: " Alexey S. Kuznetsov
  0 siblings, 1 reply; 7+ messages in thread
From: Alexei Takaseev @ 2004-06-25 10:55 UTC (permalink / raw)
  To: ALT Linux Community

On Fri, 25 Jun 2004 10:05:40 +0500
Mike Lykov <combr@vesna.ru> wrote:

> В сообщении от Четверг 24 Июнь 2004 18:02 Alexei Takaseev написал:
> 
> > > А вообще кто-нибудь сам собирал родной postfix с родного сайта, с
> > > sasl и прочими добавками, под мастер 2.2?
> > ftp://ftp.altlinux.ru/pub/people/taf/
> 
> а что насчет 2.1 ? тоже под мастер 2.2? 

Руки все не доходят :(


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re[2]: [Comm] сборка postfix с сайта
  2004-06-25 10:55     ` Alexei Takaseev
@ 2004-06-25 12:29       ` Alexey S. Kuznetsov
  0 siblings, 0 replies; 7+ messages in thread
From: Alexey S. Kuznetsov @ 2004-06-25 12:29 UTC (permalink / raw)
  To: Alexei Takaseev

Hello Alexei,

Friday, June 25, 2004, 1:55:32 PM, you wrote:

AT> On Fri, 25 Jun 2004 10:05:40 +0500
AT> Mike Lykov <combr@vesna.ru> wrote:

>> В сообщении от Четверг 24 Июнь 2004 18:02 Alexei Takaseev написал:
>> 
>> > > А вообще кто-нибудь сам собирал родной postfix с родного сайта, с
>> > > sasl и прочими добавками, под мастер 2.2?
>> > ftp://ftp.altlinux.ru/pub/people/taf/
>> 
>> а что насчет 2.1 ? тоже под мастер 2.2? 

AT> Руки все не доходят :(
Я не пойму в чём проблема, там в каталоге readme_files дситрибутива
всё написано.
-- 
Sincerely,
 Alexey S. Kuznetsov    
 AK2351-RIPE



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2004-06-25 12:29 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-06-23  8:41 [Comm] сборка postfix с сайта Maxim
2004-06-23  8:47 ` Alexey S. Kuznetsov
2004-06-23 11:26   ` Re[2]: " Maxim
2004-06-24 13:02 ` Alexei Takaseev
2004-06-25  5:05   ` Mike Lykov
2004-06-25 10:55     ` Alexei Takaseev
2004-06-25 12:29       ` Re[2]: " Alexey S. Kuznetsov

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git