> > ../.libs/libdbmail.so: undefined reference to `crypt'
> > collect2: ld returned 1 exit status
>
> That's a problem. I think I fixed it in the new Makefile.am. I believe
> it was not previously a problem because we weren't actually building
> shared.
>
> > make[2]: *** [dbmail-smtp] Ошибка 1
> > make[1]: *** [all-recursive] Ошибка 1
> > make: *** [all] Ошибка 2
>
> I like that the Russian characters work! It's hard to really come by
> properly encoded stuff in the USA. Everything's US-ASCII/Unicode/8859-1
> transparent. Never know if it's really working or the degenerate case.

Sorry, I forgot to set-off russian locale before making :)

New revision (1995):

configure --with-mysql --with-sieve --enable-shared
make

output:
make  all-recursive
make[1]: Entering directory `/export/hda3/0TMP/dbmail-2.1.4pre/dbmail'
Making all in modules
make[2]: Entering directory `/export/hda3/0TMP/dbmail-2.1.4pre/dbmail/modules'
make[2]: *** No rule to make target `sortnull.c', needed by `sortnull.lo'.  
Stop.
make[2]: Leaving directory `/export/hda3/0TMP/dbmail-2.1.4pre/dbmail/modules'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/export/hda3/0TMP/dbmail-2.1.4pre/dbmail'
make: *** [all] Error 2


This errors are also with
configure --with-mysql --with-sieve --enable-static --disable-shared
configure --with-mysql --with-sieve

May be, because there is no modules/sortnull.c ?


-- 
Oleg Lapshin

Reply via email to