Собираю для Postfix + Pgsqlcourier-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'
...................................................................Помогите пожалуйста, может еще что нужно сделать!
HELP!!!
Я собираю для MySQL.
У меня та же проблема.
посмотрите imaplogin.c
похоже надо путь подправить до *.h
>посмотрите imaplogin.c
>похоже надо путь подправить до *.h
Я не утверждаю, что вы ответили неверно, но, неужели разработчики не тестировали прогу? Наверняка тестировали, и, если выложили ее, значит ошибок быть не должно?!
Но я посмотрю, попробую.
>посмотрите imaplogin.c
>похоже надо путь подправить до *.h
Пути прописаны правильно.
Вот текст именно моей ошибки: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.
>Вот текст именно моей ошибки:
>
>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.А из портов/пакетов поставить не судьба?
>А из портов/пакетов поставить не судьба?
Устанавливаю из пакетов с http://www.courier-mta.org.
>>А из портов/пакетов поставить не судьба?
>Устанавливаю из пакетов с http://www.courier-mta.org.Во-первых, какая у Вас система? (uname -a)
Во-вторых, под Вашу систему, полагаю, уже есть собранный пакет (tbz для FreeBSD, rpm или deb для Linux)
>>>А из портов/пакетов поставить не судьба?
>>Устанавливаю из пакетов с http://www.courier-mta.org.
>
>Во-первых, какая у Вас система? (uname -a)
FreeBSD 5.3
>Во-вторых, под Вашу систему, полагаю, уже есть собранный пакет (tbz для FreeBSD, rpm или deb для Linux)
C ftp://ftp.freebsd.org пакет ставится так же. ./configure проходит, в make ошибка.
>>>>А из портов/пакетов поставить не судьба?
>>>Устанавливаю из пакетов с 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/po...Ставим из портов/пакаджей, кому как удобнее.
Ну и?
Прочел. На сайте http://courier-mta.org скачал пакет, распаковал, делаю ./configure && make. Та же ошибка.
>Ну и?
>Прочел. На сайте http://courier-mta.org скачал пакет, распаковал, делаю ./configure && make. Та
>же ошибка.Ну и?
Читаем внимательно и делаем:cd /usr/ports/mail/courier-imap
make
make install
make cleanНеужели так сложно?
>Собираю для 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 прошел без траблов