|  |  | 
| EnderUNIX tipsMail to My Friend , Home Page[ qmail ] "how to install ezmlm&ezmlm-idx" - Gökhan ALKAN - (2008-01-24 16:24:55) [5957] if you want to install ezmlm and ezmlm-idx please follow the steps given below At first, fetch the files in order to install ezmlm* # wget http://www.ezmlm.org/archive/ezmlm-0.53.tar.gz # wget http://www.ezmlm.org/archive/5.1.2/ezmlm-idx-5.1.2.tar.gz then extract them into where you want # tar -zxvf ezmlm-0.53.tar.gz # tar -zxvf ezmlm-idx-5.1.2.tar.gz move the ezmlm-idx files into ezmlm directory # \mv ezmlm-idx-5.1.2/* ezmlm-0.53/ Note: "\mv" means that you owerrite all files without having any warning whatsoever . Then patch ezmlm # cd ezmlm-0.53 # patch < idx.patch Compile programs and man pages # make clean; make; make man; make setup ezmlm is ready to run ... Mail to My Friend , Home Page |  |