.:chrome:. Advocate
![Advocate Advocate](/images/ranks/rank-G-1-advocate.gif)
![](images/avatars/1738078993454a825c7608f.jpg)
Joined: 19 Feb 2005 Posts: 4588 Location: Brescia, Italy
|
Posted: Mon Mar 21, 2005 4:07 pm Post subject: aggiornamento di courier-authlib |
|
|
faccio un bellissimo emerge -uD world, e l'aggiornamento del pacchetto in oggetto restituisce questo:
Code: | checking for crypt() prototype... 0
Cannot obtain information for user mail: Success
!!! Please attach the config.log to your bug report:
!!! /var/tmp/portage/courier-authlib-0.55/work/courier-authlib-0.55/config.log
!!! ERROR: net-libs/courier-authlib-0.55 failed.
!!! Function econf, Line 485, Exitcode 0
!!! econf failed
!!! If you need support, post the topmost build error, NOT this status message. |
guardo il log di configure:
Code: | #define NEED_CRYPT_PROTOTYPE 0
#define SASL_LIST SASL("CRAM-SHA256", authsasl_cram, authsaslclient_cramsha256) SASL("CRAM-SHA1", authsasl_cram, authsaslclient_cramsha1) SASL("CRAM-MD5", authsasl_cram, authsaslclient_crammd5) SASL("PLAIN", authsasl_plain, authsaslclient_plain) SASL("LOGIN", authsasl_login, authsaslclient_login)
#define STDC_HEADERS 1
#define STDC_HEADERS 1
#define USERDB "/etc/courier/authlib/userdb"
#endif
#ifdef __cplusplus
extern "C" void std::exit (int) throw (); using std::exit;
configure: exit 1 |
visto l'output che trovo nel log suppongo si tratti di un bug...
eppure mi viene un dubbio: il file "/etc/courier/authlib/userdb" non esiste... errore di configurazione mio o errore nell'ebuild?
idee? suggerimenti?
nota: uso autenticazione su LDAP |
|