Postfix Source

kosovafan

Registered User
Hallo,


ich versuche gerade Postfix 2.2.5 unter Debian zu kompillieren. Wird ja leider noch nicht offiziell als Paket angeboten.

Der Befehl für die makefiles:

Code:
make makefiles "CCARG= -DUSE_TLS -DUSE_SASL_AUTH -I/usr/include/sasl 
-DHAS_MYSQL -I/usr/include/mysql" "AUXLIBS= -lssl -lcrypto -lsasl2 
-L/usr/lib -lmysqlclient -lz -lm"

Bei der Kontrolle:
mail:/usr/local/src/postfix-2.2.5# src/postconf/postconf -m
btree
cidr
environ
hash
nis
pcre
proxy
regexp
static
unix

Keine Mysql vorhanden.

Code:
mail:/usr/local/src/postfix-2.2.5# dpkg -S libmysqlclient*
libmysqlclient12: /usr/lib/libmysqlclient.so.12
libmysqlclient12-dev: /usr/lib/libmysqlclient.la

Das Verzeichniss /usr/include/mysql ist mit Dateien gefüllt. Was läuft da schräg.

Würde mich über anregungen freuen.


Gruß Silvio
 
Back
Top