Главная страница


ru.unix.bsd

 
 - RU.UNIX.BSD ------------------------------------------------------------------
 From : Kx!                                  2:5020/400     08 Oct 2003  15:04:38
 To : Max Yuzhakov
 Subject : Re[4]: Ошибка при buildworld
 -------------------------------------------------------------------------------- 
 
 Hello Max,
 
 Wednesday, October 8, 2003, 1:38:37 AM, you wrote:
 
 MY> Kx! пишет:
 
  KX>>  дык вот, убрал я -j4 и что получилось: он стал вываливаться с ошибкой
  KX>>  при компиляции SASLа (логи не сохранились)
  KX>>  у меня такой /etc/make.conf был
  KX>>  SENDMAIL_CFLAGS=-I/usr/local/include/sasl1 -DSASL -DMILTER
  KX>>  SENDMAIL_LDFLAGS=-L/usr/local/lib
  KX>>  SENDMAIL_LDADD=-lsasl
  KX>>  он ругался, что не находить lsasl
 
 MY> А куда у тебя sasl установлен? Ты его не из портов ставил?
 
 не из портов
 если мне не изменяет мой склероз, я его ставил по инструкции
 http://sendmail.by.ru/documents/SMTPAuth.htm
 а там есть такая строчка:
 ./configure --prefix=/usr
 скорее всего я так и сделал
 у меня cyrus-sasl-1.5.27
 сделал ./configure --prefix=/usr/local
 потом билдворлд
 а он мне
 srvrsmtp.o: In function `smtp':
 srvrsmtp.o(.text+0x2ef): undefined reference to `sasl_server_new'
 srvrsmtp.o(.text+0x3cf): undefined reference to `sasl_setprop'
 srvrsmtp.o(.text+0x41d): undefined reference to `sasl_setprop'
 srvrsmtp.o(.text+0x48a): undefined reference to `sasl_setprop'
 srvrsmtp.o(.text+0x4cf): undefined reference to `sasl_setprop'
 srvrsmtp.o(.text+0xbae): undefined reference to `sasl_decode64'
 srvrsmtp.o(.text+0xbea): undefined reference to `sasl_server_step'
 srvrsmtp.o(.text+0xc61): undefined reference to `sasl_getprop'
 srvrsmtp.o(.text+0xcf2): undefined reference to `sasl_getprop'
 srvrsmtp.o(.text+0xebe): undefined reference to `sasl_encode64'
 srvrsmtp.o(.text+0xf4a): undefined reference to `sasl_errstring'
 srvrsmtp.o(.text+0x16ba): undefined reference to `sasl_decode64'
 srvrsmtp.o(.text+0x175c): undefined reference to `sasl_server_start'
 srvrsmtp.o(.text+0x179a): undefined reference to `sasl_errstring'
 srvrsmtp.o(.text+0x184c): undefined reference to `sasl_encode64'
 srvrsmtp.o(.text+0x208b): undefined reference to `sasl_setprop'
 srvrsmtp.o(.text+0x4eaa): undefined reference to `sasl_dispose'
 srvrsmtp.o: In function `saslmechs':
 srvrsmtp.o(.text+0x6d60): undefined reference to `sasl_listmech'
 usersmtp.o: In function `init_sasl_client':
 usersmtp.o(.text+0x79d): undefined reference to `sasl_client_init'
 usersmtp.o: In function `stop_sasl_client':
 usersmtp.o(.text+0x7ce): undefined reference to `sasl_done'
 usersmtp.o: In function `getsasldata':
 usersmtp.o(.text+0x8ba): undefined reference to `sasl_decode64'
 usersmtp.o: In function `getauth':
 usersmtp.o(.text+0xddb): undefined reference to `sasl_decode64'
 usersmtp.o: In function `attemptauth':
 usersmtp.o(.text+0x1672): undefined reference to `sasl_dispose'
 usersmtp.o(.text+0x169f): undefined reference to `sasl_client_new'
 usersmtp.o(.text+0x16da): undefined reference to `sasl_setprop'
 usersmtp.o(.text+0x178a): undefined reference to `sasl_setprop'
 usersmtp.o(.text+0x17b9): undefined reference to `sasl_setprop'
 usersmtp.o(.text+0x180f): undefined reference to `sasl_setprop'
 usersmtp.o(.text+0x184c): undefined reference to `sasl_client_start'
 usersmtp.o(.text+0x18ee): undefined reference to `sasl_encode64'
 usersmtp.o(.text+0x1a37): undefined reference to `sasl_client_step'
 usersmtp.o(.text+0x1a59): undefined reference to `sasl_errstring'
 usersmtp.o(.text+0x1acb): undefined reference to `sasl_encode64'
  
 может я сасл как-то не так поставил?
 cyrus-sasl-1.5.27 у меня не захотел ставиться
 и портовый, что первый, что второй, по команде make && make install с
 наскоку не поставились...
 
 -- 
 Best regards,
  Константин Б. Ануфриев               mailto:kx@usp.ru
 Отправлено через сервер Форумы@mail.ru - http://talk.mail.ru
 --- ifmail v.2.15dev5
  * Origin: Talk.Mail.Ru (2:5020/400)
 
 

Вернуться к списку тем, сортированных по: возрастание даты  уменьшение даты  тема  автор 

 Тема:    Автор:    Дата:  
 Ошибка при buildworld   Kx!   07 Oct 2003 09:52:49 
 Re: Ошибка при buildworld   Demin Alexander   07 Oct 2003 10:30:56 
 Re: Ошибка при buildworld   Max Yuzhakov   07 Oct 2003 13:55:42 
 Re: Ошибка при buildworld   Max Yuzhakov   07 Oct 2003 14:12:49 
 Re[2]: Ошибка при buildworld   Kx!   07 Oct 2003 16:04:32 
 Re: Re[2]: Ошибка при buildworld   Demin Alexander   07 Oct 2003 17:39:30 
 Re[4]: Ошибка при buildworld   Kx!   08 Oct 2003 13:40:36 
 Re: Re[4]: Ошибка при buildworld   Demin Alexander   08 Oct 2003 15:34:38 
 Re[6]: Ошибка при buildworld   Kx!   10 Oct 2003 15:05:31 
 Re: Re[2]: Ошибка при buildworld   Max Yuzhakov   07 Oct 2003 23:38:37 
 Re[4]: Ошибка при buildworld   Kx!   08 Oct 2003 15:04:38 
 Re[4]: Ошибка при buildworld   Alexander Lunyov   08 Oct 2003 16:25:08 
 Re: Re[4]: Ошибка при buildworld   Max Yuzhakov   08 Oct 2003 20:08:47 
 Re[6]: Ошибка при buildworld   Kx!   10 Oct 2003 14:58:16 
 Re[6]: Ошибка при buildworld   Alexander Lunyov   10 Oct 2003 16:05:36 
 Re[7]: Ошибка при buildworld   Kx!   10 Oct 2003 18:18:26 
 Re[7]: Ошибка при buildworld   Alexander Lunyov   10 Oct 2003 18:26:06 
 Re: Re[6]: Ошибка при buildworld   Sergey Goryachev   13 Oct 2003 16:18:01 
 Re: Ошибка при buildworld   Valentin Nechayev   11 Oct 2003 14:55:32 
 Re[2]: Ошибка при buildworld   Kx!   13 Oct 2003 08:41:01 
Архивное /ru.unix.bsd/15189cb39a99.html, оценка 2 из 5, голосов 10
Яндекс.Метрика
Valid HTML 4.01 Transitional