[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Compiling Cyrus



Ja ich habe cyrus-sasl selber compiliert mit:

./configure \
--enable-anon \
--enable-plain \
--disable-krb4 \
--with-saslauthd=/var/run/saslauthd \
--with-pam \
--with-openssl-dir=/usr/local/ssl

und dann ein "make" und ein "make install" es dann installiert.

und das cyrus-imap will ich mit

./configure \
--with-sasl=/usr/local/lib \
--with-perl \
--with-auth=unix \
--with-openssl=/usr/local/ssl

compilieren.

Hier noch ein Auszug aus config.log:

configure:5205: checking for sasl/sasl.h
configure:5215: gcc -E -I/usr/local/include -I/usr/local/ssl/include -I/usr/local/lib/include conftest.c >/dev/null 2>conftest.out
configure:5234: checking for sasl/saslutil.h
configure:5244: gcc -E -I/usr/local/include -I/usr/local/ssl/include -I/usr/local/lib/include conftest.c >/dev/null 2>conftest.out
configure:5262: checking for prop_get in -lsasl2
configure:5281: gcc -o conftest -Wall -g -O2 -I/usr/local/include -I/usr/local/ssl/include -I/usr/local/lib/include -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/ssl/lib -L/usr/local/lib/lib conftest.c -lsasl2 -lfl -ldb-3 -lssl -lcrypto 1>&5
/usr/bin/ld: cannot find -lssl
collect2: ld returned 1 exit status
configure: failed program was:
#line 5270 "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 prop_get();

int main() {
prop_get()
; return 0; }

Ich hoffe du kannst mir helfen. Bin total verzeiweifelt habe in googel fast alles abgegraßt aber leider keine Lösung gefunden.

Gruß Alexander


Adrian Bunk wrote:
On Tue, 17 Sep 2002, Alexander Grümmer wrote:


hi,


Hallo Alexander,


ich habe die sasl version ohne probleme compelieren können
Version: cyrus-sasl-2.1.7
nun will ich cyrus-imapd-2.1.9
und ich bekomme immer folgende fehlermeldung beim copelieren:

checking for sasl/sasl.h... yes
checking for sasl/saslutil.h... yes
checking for prop_get in -lsasl2... no
configure: error: Cannot continue without libsasl2.
Get it from ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/.

Das sind die letzen Meldungen.
Ein make install beim sasl lief ohne problem ein anschließendes ldconfig
habe ich auch schon gemacht.
Hat jemand schon mal dieses problem unter einem aktuellen woody gehabt?
(stable)


zuerst einmal:
Du hast cyrus-sasl selber kompiliert und unter /usr/local installiert?

Dann:
Wie ist denn die genaue Fehlermeldung in config.log?


Gruß Alexander


Gruss
Adrian






Reply to: