courier imap installation Fehler

crus4der

Well-Known Member
Hallo zusammen,
ich möchte gerne imap installieren, aber es kommt beim gmake immer folgender Fehler

Code:
imaplogin.c:35:25: courierauth.h: No such file or directory
imaplogin.c:36:30: courierauthdebug.h: No such file or directory
imaplogin.c:161: warning: "struct authinfo" declared inside parameter list
imaplogin.c:161: warning: its scope is only this definition or declaration, which is probably not what you want
imaplogin.c: In function `login_callback':
imaplogin.c:171: error: dereferencing pointer to incomplete type
imaplogin.c:172: warning: implicit declaration of function `auth_getoption'
imaplogin.c:172: error: dereferencing pointer to incomplete type
imaplogin.c:173: warning: assignment makes pointer from integer without a cast
imaplogin.c:177: error: dereferencing pointer to incomplete type
imaplogin.c:182: error: dereferencing pointer to incomplete type
imaplogin.c:186: error: dereferencing pointer to incomplete type
imaplogin.c:201: error: dereferencing pointer to incomplete type
imaplogin.c:202: error: dereferencing pointer to incomplete type
imaplogin.c:225: warning: implicit declaration of function `auth_callback_default'
imaplogin.c:229: error: dereferencing pointer to incomplete type
imaplogin.c:230: error: dereferencing pointer to incomplete type
imaplogin.c:235: error: dereferencing pointer to incomplete type
imaplogin.c:235: error: dereferencing pointer to incomplete type
imaplogin.c:245: error: dereferencing pointer to incomplete type
imaplogin.c:249: error: dereferencing pointer to incomplete type
imaplogin.c:253: error: dereferencing pointer to incomplete type
imaplogin.c:254: error: dereferencing pointer to incomplete type
imaplogin.c: In function `do_imap_command':
imaplogin.c:283: warning: implicit declaration of function `courier_authdebug_login'
imaplogin.c:377: warning: implicit declaration of function `auth_login'
imaplogin.c:378: warning: implicit declaration of function `courier_safe_printf'
imaplogin.c: In function `main':
imaplogin.c:456: warning: implicit declaration of function `courier_authdebug_login_init'
imaplogin.c: In function `login_imap':
imaplogin.c:601: warning: implicit declaration of function `DPRINTF'
gmake[3]: *** [imaplogin.o] Error 1
gmake[3]: Leaving directory `/usr/src/courier-imap-4.1.3/imap'
gmake[2]: *** [all] Error 2
gmake[2]: Leaving directory `/usr/src/courier-imap-4.1.3/imap'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/src/courier-imap-4.1.3'
gmake: *** [all] Error 2

courier-authlib habe ich installiert und gestartet. Aber er findet die lib files anscheindet nicht. Im configure Befehl habe ich auch keine Möglichkeit gefunden wie ich authlib angeben kann.
Hat jemand eine Idee für dieses Problem?

Gruss
 
Hat es irgendeinen tieferen Sinn, dass du an den Ports vorbeifrickelst und dir so einen Haufen Probleme einhandelst?
 
Hat es irgendeinen tieferen Sinn, dass du an den Ports vorbeifrickelst und dir so einen Haufen Probleme einhandelst?

Hi Yamagi,
ich steh halt auf Probleme ;)
Ne im ernst. Aus den ports ist es doch langweilig.Da ich halt gerne teste und sehen will was passiert fang ich meistens mit dem source code an zu installieren. (natürlich nicht auf einem laufenden System )
Und ich denke das ich dadurch mehr von dem System verstehe als wenn ich es einfach aus den ports installieren würde.
Aber nichts desto trotz muss es ja so auch möglich sein.

Gruss crus4der
 
Back
Top