The OpenNET Project / Index page

[ новости /+++ | форум | теги | ]

форумы  помощь  поиск  регистрация  майллист  ВХОД  слежка  RSS
"Помогите с компиляцией Courier-imap 4.0.3"
Вариант для распечатки  
Пред. тема | След. тема 
Форумы OpenNET: Виртуальная конференция (Public)
Изначальное сообщение [Проследить за развитием треда]

"Помогите с компиляцией Courier-imap 4.0.3" 
Сообщение от Vlad emailИскать по авторуВ закладки(??) on 29-Июн-05, 10:11  (MSK)
Собираю для Postfix + Pgsql

courier-authlib-0.56 //// Собрался без глюков
./configure --with-pgsql-libs=/usr/local/pgsql/lib --with-pgsql-includes=/usr/local/pgsql/include --with-mailuser=postfix --with-mailgroup=postdrop
make
make install
make install-configure


./configure --prefix=/usr/local/curier-imap
При выполнении make/////////////////////////
Compiling imaplogin.c
imaplogin.c:35:25: courierauth.h: No such file or directory
imaplogin.c:36:30: courierauthdebug.h: No such file or directory
imaplogin.c:156: warning: "struct authinfo" declared inside parameter list
imaplogin.c:156: warning: its scope is only this definition or declaration, which is probably not what you want
imaplogin.c: In function `login_callback':
imaplogin.c:166: error: dereferencing pointer to incomplete type
imaplogin.c:167: warning: implicit declaration of function `auth_getoption'
imaplogin.c:167: error: dereferencing pointer to incomplete type
imaplogin.c:168: warning: assignment makes pointer from integer without a cast
imaplogin.c:172: error: dereferencing pointer to incomplete type
imaplogin.c:177: error: dereferencing pointer to incomplete type
imaplogin.c:181: error: dereferencing pointer to incomplete type
imaplogin.c:196: error: dereferencing pointer to incomplete type
imaplogin.c:197: error: dereferencing pointer to incomplete type
imaplogin.c:220: warning: implicit declaration of function `auth_callback_default'
imaplogin.c:224: error: dereferencing pointer to incomplete type
imaplogin.c:225: error: dereferencing pointer to incomplete type
imaplogin.c:230: error: dereferencing pointer to incomplete type
imaplogin.c:230: error: dereferencing pointer to incomplete type
imaplogin.c:240: error: dereferencing pointer to incomplete type
imaplogin.c:244: error: dereferencing pointer to incomplete type
imaplogin.c:248: error: dereferencing pointer to incomplete type
imaplogin.c:249: error: dereferencing pointer to incomplete type
imaplogin.c: In function `do_imap_command':
imaplogin.c:278: warning: implicit declaration of function `courier_authdebug_login'
imaplogin.c:372: warning: implicit declaration of function `auth_login'
imaplogin.c:373: warning: implicit declaration of function `courier_safe_printf'
imaplogin.c: In function `main':
imaplogin.c:451: warning: implicit declaration of function `courier_authdebug_login_init'
imaplogin.c: In function `login_imap':
imaplogin.c:596: warning: implicit declaration of function `DPRINTF'
...................................................................

Помогите пожалуйста, может еще что нужно сделать!

  Правка | Высказать мнение | Ответить | Рекомендовать в FAQ | Cообщить модератору | Наверх

 Оглавление

Сообщения по теме [Сортировка по времени, UBB]

1. "Помогите с компиляцией Courier-imap 4.0.3" 
Сообщение от Vlad emailИскать по авторуВ закладки(??) on 29-Июн-05, 14:15  (MSK)
HELP!!!
  Удалить Правка | Высказать мнение | Ответить | Рекомендовать в FAQ | Cообщить модератору | Наверх

2. "Помогите с компиляцией Courier-imap 4.0.3" 
Сообщение от SubGun emailИскать по авторуВ закладки(ok) on 29-Июн-05, 14:35  (MSK)
Я собираю для MySQL.
У меня та же проблема.
  Удалить Правка | Высказать мнение | Ответить | Рекомендовать в FAQ | Cообщить модератору | Наверх

3. "Помогите с компиляцией Courier-imap 4.0.3" 
Сообщение от lomo Искать по авторуВ закладки on 29-Июн-05, 14:42  (MSK)
посмотрите imaplogin.c
похоже надо путь подправить до *.h

  Удалить Правка | Высказать мнение | Ответить | Рекомендовать в FAQ | Cообщить модератору | Наверх

4. "Помогите с компиляцией Courier-imap 4.0.3" 
Сообщение от SubGun emailИскать по авторуВ закладки(ok) on 29-Июн-05, 14:49  (MSK)
>посмотрите imaplogin.c
>похоже надо путь подправить до *.h
Я не утверждаю, что вы ответили неверно, но, неужели разработчики не тестировали прогу? Наверняка тестировали, и, если выложили ее, значит ошибок быть не должно?!
Но я посмотрю, попробую.
  Удалить Правка | Высказать мнение | Ответить | Рекомендовать в FAQ | Cообщить модератору | Наверх

5. "Помогите с компиляцией Courier-imap 4.0.3" 
Сообщение от SubGun emailИскать по авторуВ закладки(ok) on 30-Июн-05, 10:26  (MSK)
>посмотрите imaplogin.c
>похоже надо путь подправить до *.h
Пути прописаны правильно.
  Удалить Правка | Высказать мнение | Ответить | Рекомендовать в FAQ | Cообщить модератору | Наверх

6. "Помогите с компиляцией Courier-imap 4.0.3" 
Сообщение от SubGun emailИскать по авторуВ закладки(ok) on 30-Июн-05, 10:31  (MSK)
Вот текст именно моей ошибки:

Compiling imaplogin.c
*** Error code 1
Stop in /usr/local/courier-imap-4.0.3/imap.
*** Error code 1
Stop in /usr/local/courier-imap-4.0.3/imap.
*** Error code 1
Stop in /usr/local/courier-imap-4.0.3.
*** Error code 1
Stop in /usr/local/courier-imap-4.0.3.

  Удалить Правка | Высказать мнение | Ответить | Рекомендовать в FAQ | Cообщить модератору | Наверх

7. "Помогите с компиляцией Courier-imap 4.0.3" 
Сообщение от newser Искать по авторуВ закладки(ok) on 30-Июн-05, 10:43  (MSK)
>Вот текст именно моей ошибки:
>
>Compiling imaplogin.c
>*** Error code 1
>Stop in /usr/local/courier-imap-4.0.3/imap.
>*** Error code 1
>Stop in /usr/local/courier-imap-4.0.3/imap.
>*** Error code 1
>Stop in /usr/local/courier-imap-4.0.3.
>*** Error code 1
>Stop in /usr/local/courier-imap-4.0.3.

А из портов/пакетов поставить не судьба?

  Удалить Правка | Высказать мнение | Ответить | Рекомендовать в FAQ | Cообщить модератору | Наверх

8. "Помогите с компиляцией Courier-imap 4.0.3" 
Сообщение от SubGun Искать по авторуВ закладки(??) on 30-Июн-05, 12:56  (MSK)
>А из портов/пакетов поставить не судьба?
Устанавливаю из пакетов с http://www.courier-mta.org.
  Удалить Правка | Высказать мнение | Ответить | Рекомендовать в FAQ | Cообщить модератору | Наверх

9. "Помогите с компиляцией Courier-imap 4.0.3" 
Сообщение от newser Искать по авторуВ закладки(ok) on 30-Июн-05, 13:15  (MSK)
>>А из портов/пакетов поставить не судьба?
>Устанавливаю из пакетов с http://www.courier-mta.org.

Во-первых, какая у Вас система? (uname -a)
Во-вторых, под Вашу систему, полагаю, уже есть собранный пакет (tbz для FreeBSD, rpm или deb для Linux)

  Удалить Правка | Высказать мнение | Ответить | Рекомендовать в FAQ | Cообщить модератору | Наверх

10. "Помогите с компиляцией Courier-imap 4.0.3" 
Сообщение от SubGun Искать по авторуВ закладки(??) on 30-Июн-05, 13:44  (MSK)
>>>А из портов/пакетов поставить не судьба?
>>Устанавливаю из пакетов с http://www.courier-mta.org.
>
>Во-первых, какая у Вас система? (uname -a)
FreeBSD 5.3
>Во-вторых, под Вашу систему, полагаю, уже есть собранный пакет (tbz для FreeBSD, rpm или deb для Linux)
C ftp://ftp.freebsd.org пакет ставится так же. ./configure проходит, в make ошибка.
  Удалить Правка | Высказать мнение | Ответить | Рекомендовать в FAQ | Cообщить модератору | Наверх

11. "Помогите с компиляцией Courier-imap 4.0.3" 
Сообщение от newser Искать по авторуВ закладки(ok) on 30-Июн-05, 14:12  (MSK)
>>>>А из портов/пакетов поставить не судьба?
>>>Устанавливаю из пакетов с http://www.courier-mta.org.
>>
>>Во-первых, какая у Вас система? (uname -a)
>FreeBSD 5.3
>>Во-вторых, под Вашу систему, полагаю, уже есть собранный пакет (tbz для FreeBSD, rpm или deb для Linux)
>C ftp://ftp.freebsd.org пакет ставится так же. ./configure проходит, в make ошибка.

Если у Вас FreeBSD, тогда зачем себе лишний геморрой устраивать?
Идем читать: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports.html

Ставим из портов/пакаджей, кому как удобнее.

  Удалить Правка | Высказать мнение | Ответить | Рекомендовать в FAQ | Cообщить модератору | Наверх

12. "Помогите с компиляцией Courier-imap 4.0.3" 
Сообщение от SubGun emailИскать по авторуВ закладки(ok) on 05-Июл-05, 10:15  (MSK)
Ну и?
Прочел. На сайте http://courier-mta.org скачал пакет, распаковал, делаю ./configure && make. Та же ошибка.
  Удалить Правка | Высказать мнение | Ответить | Рекомендовать в FAQ | Cообщить модератору | Наверх

13. "Помогите с компиляцией Courier-imap 4.0.3" 
Сообщение от newser Искать по авторуВ закладки(ok) on 05-Июл-05, 10:31  (MSK)
>Ну и?
>Прочел. На сайте http://courier-mta.org скачал пакет, распаковал, делаю ./configure && make. Та
>же ошибка.

Ну и?
Читаем внимательно и делаем:

cd /usr/ports/mail/courier-imap
make
make install
make clean

Неужели так сложно?

  Удалить Правка | Высказать мнение | Ответить | Рекомендовать в FAQ | Cообщить модератору | Наверх

14. "Помогите с компиляцией Courier-imap 4.0.3" 
Сообщение от Showjumper emailИскать по авторуВ закладки on 06-Янв-06, 18:01  (MSK)
>Собираю для Postfix + Pgsql
>
>courier-authlib-0.56 //// Собрался без глюков
>./configure --with-pgsql-libs=/usr/local/pgsql/lib --with-pgsql-includes=/usr/local/pgsql/include --with-mailuser=postfix --with-mailgroup=postdrop
>make
>make install
>make install-configure
>
>
>./configure --prefix=/usr/local/curier-imap
>При выполнении make/////////////////////////
>Compiling imaplogin.c
>imaplogin.c:35:25: courierauth.h: No such file or directory
>imaplogin.c:36:30: courierauthdebug.h: No such file or directory
>imaplogin.c:156: warning: "struct authinfo" declared inside parameter list
>imaplogin.c:156: warning: its scope is only this definition or declaration, which is
>probably not what you want
>imaplogin.c: In function `login_callback':
>imaplogin.c:166: error: dereferencing pointer to incomplete type
>imaplogin.c:167: warning: implicit declaration of function `auth_getoption'
>imaplogin.c:167: error: dereferencing pointer to incomplete type
>imaplogin.c:168: warning: assignment makes pointer from integer without a cast
>imaplogin.c:172: error: dereferencing pointer to incomplete type
>imaplogin.c:177: error: dereferencing pointer to incomplete type
>imaplogin.c:181: error: dereferencing pointer to incomplete type
>imaplogin.c:196: error: dereferencing pointer to incomplete type
>imaplogin.c:197: error: dereferencing pointer to incomplete type
>imaplogin.c:220: warning: implicit declaration of function `auth_callback_default'
>imaplogin.c:224: error: dereferencing pointer to incomplete type
>imaplogin.c:225: error: dereferencing pointer to incomplete type
>imaplogin.c:230: error: dereferencing pointer to incomplete type
>imaplogin.c:230: error: dereferencing pointer to incomplete type
>imaplogin.c:240: error: dereferencing pointer to incomplete type
>imaplogin.c:244: error: dereferencing pointer to incomplete type
>imaplogin.c:248: error: dereferencing pointer to incomplete type
>imaplogin.c:249: error: dereferencing pointer to incomplete type
>imaplogin.c: In function `do_imap_command':
>imaplogin.c:278: warning: implicit declaration of function `courier_authdebug_login'
>imaplogin.c:372: warning: implicit declaration of function `auth_login'
>imaplogin.c:373: warning: implicit declaration of function `courier_safe_printf'
>imaplogin.c: In function `main':
>imaplogin.c:451: warning: implicit declaration of function `courier_authdebug_login_init'
>imaplogin.c: In function `login_imap':
>imaplogin.c:596: warning: implicit declaration of function `DPRINTF'
>...................................................................
>
>Помогите пожалуйста, может еще что нужно сделать!

**********************************
FreeBSD 5.4
Проинсталил /usr/ports/security/courier-authlib
Скопировал из /usr/local/include  все courierauth* в папку imap (из распакованного архива с портом courier-imap)
make прошел без траблов

  Удалить Правка | Высказать мнение | Ответить | Рекомендовать в FAQ | Cообщить модератору | Наверх


Архив | Удалить

Индекс форумов | Темы | Пред. тема | След. тема
Оцените тред (1=ужас, 5=супер)? [ 1 | 2 | 3 | 4 | 5 ]




Партнёры:
PostgresPro
Inferno Solutions
Hosting by Hoster.ru
Хостинг:

Закладки на сайте
Проследить за страницей
Created 1996-2024 by Maxim Chirkov
Добавить, Поддержать, Вебмастеру