PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Qmail macht nur Probleme



Healthmaster
19.08.05, 16:10
Hallo miteinander,

ich versuche mir gerade ein Qmail-server system unter SuSE 9.2 Prof aufzubauen und hab eigentlich nur Probleme. Hab das ganze schonmal unter SuSE 8.1 ohne Probleme hinbekommen.

Dann fang ich mal an meine Problemchen zu schildern :)

Bei der Installation von vpopmail-0.08 führe ich folgendes aus:

perl Makefile.PL -> funktioniert

bei make kommt dann folgendes
cc -c -I/home/vpopmail/include -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -march=i586 -mcpu=i686 -fmessage-length=0 -Wall -Wall -pipe -DVERSION=\"0.08\" -DXS_VERSION=\"0.08\" -fPIC "-I/usr/lib/perl5/5.8.5/i586-linux-thread-multi/CORE" vpopmail.c
In file included from vpopmail.xs:12:
/home/vpopmail/include/vpopmail.h:146:13: macro "crypt" requires 2 arguments, but only 1 given
In file included from vpopmail.xs:12:
/home/vpopmail/include/vpopmail.h:146: error: `crypt' redeclared as different kind of symbol
/usr/lib/perl5/5.8.5/i586-linux-thread-multi/CORE/perl.h:2910: error: previous declaration of `crypt'
In file included from vpopmail.xs:13:
/home/vpopmail/include/vpopmail_config.h:305:1: warning: "VERSION" redefined
<command line>:9:1: warning: this is the location of the previous definition
vpopmail.xs: In function `constant':
vpopmail.xs:47: warning: label `not_there' defined but not used
vpopmail.c: In function `XS_vpopmail_vauth_user':
vpopmail.c:210: warning: assignment makes integer from pointer without a cast
vpopmail.xs: In function `XS_vpopmail_vauth_setpw':
vpopmail.xs:452: warning: assignment makes integer from pointer without a cast
vpopmail.c: At top level:
vpopmail.xs:31: warning: `not_here' defined but not used
make: *** [vpopmail.o] Error 1

diese Fehler kommen dann ebenfalls bei make test und make install

Ich bekomm auch bei SqWebMail kein erfolgreiches Login hin. Ich denke das liegt an der unvollständigen Installation von vpopmail, oder?
Ich kann allerdings Problemlos auch mit der nur teilweise gelungenen Installation von vpopmail Domains und User anlegen.

SqWebMail kann auch nur aufgerufen werden wenn ich den daemon sqwebmaild.rc starte - obwohl ich mit --without-authdaemon konfiguriert habe. Ist irgendwie alles ganz komisch :)

Wenn ich qmailadmin über http://host.tld/cgi-bin/qmailadmin ausführen will bekomm ich den internen Serverfehler 500 :confused:

Qmail-Prozesse laufen alle. Apache funktioniert auch gut.

So ich glaube das reicht für´s erste. Sorry das ich das alles auf einmal Poste aber ich bin hier am verzweifeln :ugly:
Ich hoffe ihr könnt mir weiterhelfen....

System: SuSE 9.2 / Apache2 / PHP 5.04 / SqWebMail 5.03 / vpopmail-0.08

phoenix22
19.08.05, 16:39
Hallo miteinander,

Bei der Installation von vpopmail-0.08 führe ich folgendes aus:

perl Makefile.PL -> funktioniert


Bist du dir sicher, dass du das vpopmail perl Modul installieren willst? Das ist ziemlich alt und mit aktuellen Perl Versionen nicht wirklich kompatibel. Vpopmail selbst findest du hier: http://www.inter7.com/?page=vpopmail und http://sourceforge.net/project/showfiles.php?group_id=85937

Healthmaster
19.08.05, 17:15
Also jetzt bin ich etwas verwirrt. Ich hab vpopmail-5.4.10 ebenfalls installiert. Aber laut dem HowTo von http://www.treiber-forum.de/linux/berichte/qmail/howto
soll man doch beides installieren :confused:
Trotzdem hab ich dann noch das Prob das ich mich mit SqWebMail nicht einloggen kann. Woran könnte das liegen?