Ich will Cyrus IMAP aus den Soucecode installieren.
Es kommt immer ein Fehler.
Hier mal ein Auszug aus der config.log:
Code: Alles auswählen
configure:4226: checking for sasl_getprop in -lsasl
configure:4245: gcc -o conftest -g -O2 -I/usr/local/bdb/4.1.25//include -I/usr/local/include -I/usr/local/openssl/current/i
nclude -I/usr/local/include/sasl/include -L/usr/local/bdb/4.1.25//lib -Wl,-rpath,/usr/local/bdb/4.1.25//lib -L/usr/local/bdb
/4.1.25//lib -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/openssl/current/lib -L/usr/local/include/sasl/lib conf
test.c -lsasl -lfl -ldb-3 -lssl -lcrypto 1>&5
/usr/bin/ld: cannot find -lsasl
collect2: ld returned 1 exit status
configure: failed program was:
#line 4234 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char sasl_getprop();
int main() {
sasl_getprop()
; return 0; }