[Postfixbuch-users] Kompilierungsfehler

Andreas Kossack Andreas.Kossack at TU-Cottbus.De
Di Sep 27 07:38:30 CEST 2005


Hi,

> Ich wollt Postfix 2.2.5 kompilieren. Mein Script sieht so aus:
> 
> #!/bin/sh
> make tidy
> CCARGS="-DUSE_TLS -DHAS_PCRE -DUSE_SASL_AUTH -I/usr/lib/sasl2" \
> AUXLIBS="-lsasl2 -lpcre -lssl -lcrypto" \
> make makefiles && \
> make -j 4 && \
> postfix stop && \
> make upgrade && \
> postfix start && \
> tail -f /var/log/mail.log | more
> 
> Am Schluss krieg ich den unten stehenden Fehler. SASL2 liegt
> unter /usr/lib/sasl2. Was hab ich denn übersehen? Danke.
> 
> /usr/bin/ld: cannot find -lsasl2
> collect2: ld returned 1 exit status
> make: *** [master] Fehler 1
> make: *** [update] Fehler 1
erweitere auf
   AUXLIBS="-L/usr/lib/sasl2 -lsasl2 -lpcre -lssl -lcrypto"
            ^^^^^^^^^^^^^^^^
den Rest findet er offensichtlich standardmaessig.

Ciao
	Andreas



Mehr Informationen über die Mailingliste Postfixbuch-users