Camberwell wrote: > >i'v just checked and i do have the 2.1.5 rpm installed, but the 2.1.7 >source in my home folder which i have installed >i must have forgotten to uninstall the rpm first, DOH! > >so i think i may be able to get away with just pointing.. >in httpd.conf... >Alias /pipermail/ /var/lib/mailman/archives/public/ >to /usr/lib/mailman/archives/public/ > >and yes the archives/public are symlinked to the archives/private folder. > >should i just change were the pipermail alias points to in the httpd.conf?? >or should i try to uninstall the rpm and reinstall the source??
You have several choices. I think the easiest is to just change the httpd.conf, but you might also consider rerunning configure with --with-var-prefix=/var/lib/mailman and then make install. In any case, you now have split archives. You can put them back together list by list by concatenating the two files /var/lib/mailman/archives/private/listname.mbox/listname.mbox and /usr/lib/mailman/archives/private/listname.mbox/listname.mbox into one in the current archive location and then running "bin/arch --wipe listname" to rebuild the pipermail archive from the combined mbox. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ Mailman-Users mailing list [email protected] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp
