Bonjour,
Je me suis attelé à la tache d'installer un serveur mail sur ma FC3, et j'ai donc suivi le guide suivant :
Installation d'un serveur mail sous Fedora Core 3
http://www.firecortex.com/doc/download.php5?id=5
Tout s'est bien passé pour les chapitres 1 et 2 (UCSPI-TCP et qmail), et j'ai sauté le chapitre 3 vu que j'ai déja mysql qui tourne sur la machine.
J'en suis donc arrivé au serveur pop (vpopmail), chapitre 4.
Tout se passe bien jusqu'à la section "Compilation et installation".
Si je fais un make ; make install-strip, ça me renvoie ça :
[root@serveur vpopmail-5.4.2]# make ; make install-strip
make all-recursive
make[1]: Entering directory `/home/totoffe/data/root/vpopmail-5.4.2'
Making all in cdb
make[2]: Entering directory `/home/totoffe/data/root/vpopmail-5.4.2/cdb'
make[2]: Rien à faire pour « all ».
make[2]: Leaving directory `/home/totoffe/data/root/vpopmail-5.4.2/cdb'
make[2]: Entering directory `/home/totoffe/data/root/vpopmail-5.4.2'
gcc -g -O2 -Wall -o vchkpw vchkpw.o md5.o hmac_md5.o libvpopmail.a -L/usr/lib/mysql -lmysqlclient -lz -lcrypt
/usr/bin/ld: ne peut trouver -lz
collect2: ld a retourné 1 code d'état d'exécution
make[2]: *** [vchkpw] Erreur 1
make[2]: Leaving directory `/home/totoffe/data/root/vpopmail-5.4.2'
make[1]: *** [all-recursive] Erreur 1
make[1]: Leaving directory `/home/totoffe/data/root/vpopmail-5.4.2'
make: *** [all] Erreur 2
make INSTALL_PROGRAM="/usr/bin/install -c -o vpopmail -m 711 -g vchkpw -s"
INSTALL_STRIP_FLAG=-s
`test -z '' ||
echo "INSTALL_PROGRAM_ENV=STRIPPROG=''"` install
make[1]: Entering directory `/home/totoffe/data/root/vpopmail-5.4.2'
Making install in cdb
make[2]: Entering directory `/home/totoffe/data/root/vpopmail-5.4.2/cdb'
make[2]: Rien à faire pour « install ».
make[2]: Leaving directory `/home/totoffe/data/root/vpopmail-5.4.2/cdb'
make[2]: Entering directory `/home/totoffe/data/root/vpopmail-5.4.2'
gcc -g -O2 -Wall -o vchkpw vchkpw.o md5.o hmac_md5.o libvpopmail.a -L/usr/lib/mysql -lmysqlclient -lz -lcrypt
/usr/bin/ld: ne peut trouver -lz
collect2: ld a retourné 1 code d'état d'exécution
make[2]: *** [vchkpw] Erreur 1
make[2]: Leaving directory `/home/totoffe/data/root/vpopmail-5.4.2'
make[1]: *** [install-recursive] Erreur 1
make[1]: Leaving directory `/home/totoffe/data/root/vpopmail-5.4.2'
make: *** [install-strip] Erreur 2
Par contre, pour comprendre l'erreur... Si quelqu'un a une idée, et un moyen de résoudre le problème, ça me serait bien utile.
Notez que la seule digression que j'ai faite, c'est au niveau de la section "Préparatifs" : dans groupadd, il m'a refusé l'id 89, pretextant qu'il existait déja, donc j'en ai pris un autre (88). Mais je doute que ce soit ce qui a causé tout ce bazar.
Toute piste sur l'erreur me serait précieuse.
Merci d'avance
Totoffe